|
|
发表于 2005-1-8 13:14:37
|
显示全部楼层
timeout 10
default 5
splashimage=(hd0,4)/boot/grub/splash.xpm.gz
title Debian GNU/Linux, kernel 2.6.9-1-k7
root (hd0,5)
kernel /boot/vmlinuz-2.6.9-1-k7 root=/dev/hda6 ro
initrd /boot/initrd.img-2.6.9-1-k7
boot
#title Debian GNU/Linux, kernel 2.6.9
# root (hd0,5)
# kernel /boot/vmlinuz-2.6.9 root=/dev/hda6 ro video=vesafb:ywrap,1024x768-16@85 fbcon=font:SUN8x16 #splash=silent,theme:current
# initrd /boot/initrd.img-2.6.9
# boot
title Gentoo Linux
root (hd0,4)
kernel /boot/vmlinuz-2.6.9-gentoo-r10 root=/dev/hda5 video=vesafb:ywrap,pmipal,1024x768-16@85 splash=silent,theme:emergence
initrd /boot/fbsplash-emergence-1024x768
#title Fedora Core (2.6.9-1.681_FC3)
# root (hd0,6)
# kernel /boot/vmlinuz-2.6.9-1.681_FC3 ro root=/dev/hda7 rhgb quiet
# initrd /boot/initrd-2.6.9-1.681_FC3.img
title Fedora Core (2.6.9)
root (hd0,6)
kernel /boot/vmlinuz-2.6.9 ro root=/dev/hda7 quiet video=vesafb:ywrap,1024x768-16@85 fbcon=font:SUN8x16
initrd /boot/initrd-2.6.9.img
title FreeBSD
root (hd0,2,a)
kernel /boot/loader
title Windows Server 2003
rootnoverify (hd0,0)
chainloader +1
我的,可以作参考 |
|