分页: 1 / 1

请各位大虾帮个忙

发表于 : 2006-08-14 12:34
thorium
把 /boot/grub/menu.lst 的内容帖上来
谢谢

发表于 : 2006-08-14 14:39
XLin
我的,
注意!!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

发表于 : 2006-08-15 2:20
Dr.E
楼上强……