|
|
发表于 2005-3-3 19:16:00
|
显示全部楼层
Post by southbird-peng
# grub.conf generated by anaconda
#
# Note that you do not have to rerun grub after making changes to this file
# NOTICE: You have a /boot partition. This means that
# all kernel and initrd paths are relative to /boot/, eg.
# root (hd0,7)
# kernel /vmlinuz-version ro root=/dev/VolGroup00/LogVol00
# initrd /initrd-version.img
#boot=/dev/hda
default=0
timeout=5
splashimage=(hd0,7)/grub/splash.xpm.gz
hiddenmenu
title Fedora Core (2.6.9-1.667)
root (hd0,7)
kernel /vmlinuz-2.6.9-1.667 ro root=/dev/VolGroup00/LogVol00 rhgb quiet
initrd /initrd-2.6.9-1.667.img
title winxp
root (hd0,0)
chainloader +1
上面就是我的groub.conf.现在重装linux之后,倒是能进入 linux,但是怎么也进步去windows,选择完系统 后 明明显示进入winxp,提示 进入winxp正常起动,结果还是转入了fedora3.0.怎么 办?
你的grub怎么看起来跟我的不一样呢?
难道是版本不同?
你在rescue模式下直接用kernel的方式进系统卡看看呢
我的刚刚才弄好了.
你在rescue模式下用df -Th看看分区信息.
然后找到kernel,看看能不能进系统. |
|