|
|

楼主 |
发表于 2007-5-18 08:44:39
|
显示全部楼层
# grub.conf generated by anaconda
#
# Note that you do not have to rerun grub after making changes to this file
# NOTICE: You do not have a /boot partition. This means that
# all kernel and initrd paths are relative to /, eg.
# root (hd0,6)
# kernel /boot/vmlinuz-version ro root=/dev/hda7
# initrd /boot/initrd-version.img
#boot=/dev/hda
default=1
timeout=5
splashimage=(hd0,6)/boot/grub/splash.xpm.gz
hiddenmenu
title Fedora Core (2.6.15-1.2054_FC5)
root (hd0,6)
kernel /boot/vmlinuz-2.6.15-1.2054_FC5 ro root=LABEL=/ rhgb quiet
initrd /boot/initrd-2.6.15-1.2054_FC5.img
title windows
rootnoverify (hd0,0)
chainloader +1
上面就是,登录windows时 屏幕上显示到
title windows
rootnoverify (hd0,0)
chainloader +1
后面就是一段话原话不记得了意思是找不到一个command文件么什么的。。。 |
|