[问题]引导程序,多了两项……

系统安装、升级讨论
版面规则
我们都知道新人的确很菜,也喜欢抱怨,并且带有浓厚的Windows习惯,但既然在这里询问,我们就应该有责任帮助他们解决问题,而不是直接泼冷水、简单的否定或发表对解决问题没有任何帮助的帖子。乐于分享,以人为本,这正是Ubuntu的精神所在。
回复
头像
流浪
帖子: 94
注册时间: 2008-01-04 13:00

[问题]引导程序,多了两项……

#1

帖子 流浪 » 2008-02-02 14:07

昨天晚上,想装虚拟机,就下了Vitrualbox装是装上了,可发现装不了系统 :idea:

今天早上天机时,选了进Windows 可感觉怎么要比以前按的方向键次数多呀,又仔细一看,,不得了,怎么多出来两个选项???
以前的列表是:
Ubuntu 7.10, kernel 2.6.22-14-generic
Ubuntu 7.10, kernel 2.6.22-14-generic(recovery mode)
other Operating systens:
Microsoft Windows ……
可现在却变成了:
Ubuntu 7.10, kernel 2.6.22-14-server
Ubuntu 7.10, kernel 2.6.22-14-server(recovery mode)
Ubuntu 7.10, kernel 2.6.22-14-generic
Ubuntu 7.10, kernel 2.6.22-14-generic(recovery mode)
other Operating systens:
Microsoft Windows ……

不至于装个虚拟机软件就会多出来个系统吧,各位,这是怎么回事?我该怎么办?给出个主意吧,谢谢……
头像
yaoms
帖子: 4952
注册时间: 2007-10-19 14:51
来自: 深圳

#2

帖子 yaoms » 2008-02-02 16:00

如果真是这样那你可赚了阿。嘿嘿,自己看看/boot/grub/menu.lst吧,
Nothing 有事请发邮件到 yms541 AT gmail.com
alias 爱慕颇雷尔='mplayer'
littleUbuntu
帖子: 1103
注册时间: 2006-10-19 9:02

#3

帖子 littleUbuntu » 2008-02-02 16:01

将那两个不用的内核编辑屏蔽掉就好了,小case.
头像
流浪
帖子: 94
注册时间: 2008-01-04 13:00

#4

帖子 流浪 » 2008-02-02 17:16

littleUbuntu 写了:将那两个不用的内核编辑屏蔽掉就好了,小case.
我刚接处Linux不到一个月,还不会弄呀, :roll: 有哪位再给说详细些……
littleUbuntu
帖子: 1103
注册时间: 2006-10-19 9:02

#5

帖子 littleUbuntu » 2008-02-02 17:23

$gksudo gedit /boot/grub/menu.lst


title Ubuntu 7.10, kernel 2.6.22-14-generic
root (hd1,0)
kernel /boot/vmlinuz-2.6.22-14-generic root=UUID=818f9913-caa9-4281-83d7-ae85978aea7b ro quiet splash
initrd /boot/initrd.img-2.6.22-14-generic
quiet

title Ubuntu 7.10, kernel 2.6.22-14-generic (recovery mode)
root (hd1,0)
kernel /boot/vmlinuz-2.6.22-14-generic root=UUID=818f9913-caa9-4281-83d7-ae85978aea7b ro single
initrd /boot/initrd.img-2.6.22-14-generic

title Ubuntu 7.10, memtest86+
root (hd1,0)
kernel /boot/memtest86+.bin
quiet

### END DEBIAN AUTOMAGIC KERNELS LIST

# This is a divider, added to separate the menu items below from the Debian
# ones.
title Other operating systems:
root


# This entry automatically added by the Debian installer for a non-linux OS
# on /dev/hda1
title Microsoft Windows XP Professional
root (hd0,0)
savedefault
makeactive
chainloader +1

找到上面类似的,在最前面加上#,保存推出。改成对应的这个样子即可。


#title Ubuntu 7.10, kernel 2.6.22-14-generic
#boot (hd1,0)
#kernel /boot/vmlinuz-2.6.22-14-generic root=UUID=818f9913-caa9-4281-83d7-ae85978aea7b ro quiet #splash
#initrd /boot/initrd.img-2.6.22-14-generic
#quiet


建议你将server相关的2块都给注释掉,除非是做服务器用。
头像
流浪
帖子: 94
注册时间: 2008-01-04 13:00

#6

帖子 流浪 » 2008-02-03 14:45

谢谢楼上的,弄好了……
回复