分类: LINUX
2008-10-23 14:45:41
点击 Install,完成。
上面操作会生成 C:\Grub\MENU.LST
第二步 下载explore2fs ,运行,会看到linux /boot 目录。
点开 /boot/grub
打开 grub.conf 文件,把内容覆盖到 C:\Grub\MENU.LST 中,保存。结束。
附录 grub.conf 文件:
# 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 (hd2,5)
# kernel /vmlinuz-version ro root=/dev/VolGroup00/LogVol00
# initrd /initrd-version.img
#boot=/dev/sda
default=0
timeout=5
splashimage=(hd2,5)/grub/splash.xpm.gz
hiddenmenu
title Fedora (2.6.22.9-91.fc7)
root (hd2,5)
kernel /vmlinuz-2.6.22.9-91.fc7 ro root=/dev/VolGroup00/LogVol00 rhgb quiet
initrd /initrd-2.6.22.9-91.fc7.img
title Fedora (2.6.22.5-76.fc7)
root (hd2,5)
kernel /vmlinuz-2.6.22.5-76.fc7 ro root=/dev/VolGroup00/LogVol00 rhgb quiet
initrd /initrd-2.6.22.5-76.fc7.img
title Other # windows
rootnoverify (hd0,0)
chainloader +1