把 /boot/grub/menu.lst 的内容帖上来
谢谢
请各位大虾帮个忙
版面规则
我们都知道新人的确很菜,也喜欢抱怨,并且带有浓厚的Windows习惯,但既然在这里询问,我们就应该有责任帮助他们解决问题,而不是直接泼冷水、简单的否定或发表对解决问题没有任何帮助的帖子。乐于分享,以人为本,这正是Ubuntu的精神所在。
我们都知道新人的确很菜,也喜欢抱怨,并且带有浓厚的Windows习惯,但既然在这里询问,我们就应该有责任帮助他们解决问题,而不是直接泼冷水、简单的否定或发表对解决问题没有任何帮助的帖子。乐于分享,以人为本,这正是Ubuntu的精神所在。
-
- 帖子: 67
- 注册时间: 2006-06-09 1:44
- 来自: 中国
- 联系:
我的,
注意!!menu.lst文件不是完全通用的,要根据自己操作系统安装情况来改。
注意!!menu.lst文件不是完全通用的,要根据自己操作系统安装情况来改。
代码: 全选
default 0
timeout 10
splashimage (hd0,7)/boot/grub/test.xpm.gz
title Ubuntu, kernel 2.6.15-26-686
root (hd0,7)
kernel /boot/vmlinuz-2.6.15-26-686 root=/dev/hda8 ro quiet splash
initrd /boot/initrd.img-2.6.15-26-686
savedefault
boot
title Ubuntu, kernel 2.6.15-26-686 (recovery mode)
root (hd0,7)
kernel /boot/vmlinuz-2.6.15-26-686 root=/dev/hda8 ro single
initrd /boot/initrd.img-2.6.15-26-686
boot
title Ubuntu, kernel 2.6.15-26-386
root (hd0,7)
kernel /boot/vmlinuz-2.6.15-26-386 root=/dev/hda8 ro quiet splash
initrd /boot/initrd.img-2.6.15-26-386
savedefault
boot
title Ubuntu, kernel 2.6.15-26-386 (recovery mode)
root (hd0,7)
kernel /boot/vmlinuz-2.6.15-26-386 root=/dev/hda8 ro single
initrd /boot/initrd.img-2.6.15-26-386
boot
title Ubuntu, kernel 2.6.15-23-386
root (hd0,7)
kernel /boot/vmlinuz-2.6.15-23-386 root=/dev/hda8 ro quiet splash
initrd /boot/initrd.img-2.6.15-23-386
savedefault
boot
title Ubuntu, kernel 2.6.15-23-386 (recovery mode)
root (hd0,7)
kernel /boot/vmlinuz-2.6.15-23-386 root=/dev/hda8 ro single
initrd /boot/initrd.img-2.6.15-23-386
boot
title Ubuntu, memtest86+
root (hd0,7)
kernel /boot/memtest86+.bin
boot
### 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 Windows XP Professional
root (hd0,0)
savedefault
makeactive
chainloader +1
# This entry automatically added by the Debian installer for a non-linux OS
# on /dev/hda3
title Windows PE
root (hd0,2)
savedefault
makeactive
chainloader +1
title Ubuntu Live
kernel (hd0,0)/boot/vmlinuz boot=casper ramdisk_size=1048576 root=/dev/ram rw quiet splash debian-installer/locale=zh_CN
initrd (hd0,0)/boot/initrd.gz
title hiweed Live
kernel (hd0,0)/boot/vmlinuz-2.6.15-23-386 boot=casper ramdisk_size=1048576 root=/dev/ram rw quiet splash debian-installer/locale=zh_CN
initrd (hd0,0)/boot/initrd-hd-2.6.15-23-386.gz
title DOS pro
map (hd0,0)/boot/dos.img (fd0)
map --hook
chainloader (fd0)+1
rootnoverify (fd0)
title CD-Rom
scdrom --bootcd
scdrom --bootcd
title reboot
reboot
title Off
halt