|
|
发表于 2005-1-26 09:48:39
|
显示全部楼层
是這樣子的.我先在一個硬盤安裝好兩個windows後.然後加了一硬盤..把新的硬盤設為主盤.安裝了fc1
用的是grub引導..
有安裝時我有修改 grub中的dos項.把它改為了hdb1.因為我的windows在第二個硬盤里...
但安裝完成後不能引導windows...
我在linux下查看grub.conf 如下:
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,2)
# kernel /boot/vmlinuz-version ro root=/dev/hda3
# initrd /boot/initrd-version.img
#boot=/dev/hda
default=0
timeout=10
splashimage=(hd0,2)/boot/grub/splash.xpm.gz
title ReaHat Linux 10 (2.4.22-1.2115.nptl)
root (hd0,2)
kernel /boot/vmlinuz-2.4.22-1.2115.nptl ro root=LABEL=/ hdd=ide-scsi rhgb
initrd /boot/initrd-2.4.22-1.2115.nptl.img
title DOS
rootnoverify (hd1,0)
chainloader +1 |
|