|
|
我装好Windows XP后使用redhat9的光盘选最小安装好redhat9。
再使用硬盘安装从网上下载的FC7-i386-DVD.iso安装成功后FC7可以正常进入,Windows xp无法启动了,从GRUB里面选择进入Windows XP的时候显示
Booting 'Windows XP'
rootnoverify (hd0,2)
chainloader +1
Remove disk or other Media.
Press any key to restart.
Reboot and select proper Boot device
or Inserst Boot media in selected Boot device
我的硬盘是IDE接口的应该是hda才对,不知道为什么安装好FC7后变成sda了
fdisk -l
Disk /dev/sda: 80.0 GB, 80060424192 bytes
255 heads, 63 sectors/track, 9733 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sda1 * 1 637 5116671 83 Linux
/dev/sda2 638 702 522112+ 82 Linux swap / Solaris
/dev/sda3 703 1321 4972117+ c W95 FAT32 (LBA)
/dev/sda4 1322 9733 67569390 f W95 Ext'd (LBA)
/dev/sda5 1322 3234 15366141 b W95 FAT32
/dev/sda6 3235 5147 15366141 83 Linux
/dev/sda7 5148 6422 10241406 83 Linux
/dev/sda8 6423 6435 104391 83 Linux
/dev/sda9 6436 7060 5020281 83 Linux
/dev/sda10 7061 8335 10241406 7 HPFS/NTFS
/dev/sda11 8336 9733 11229403+ 7 HPFS/NTFS
grub.conf文件的内容如下:
default=1
timeout=5
splashimage=(hd0,7)/grub/splash.xpm.gz
hiddenmenu
title Fedora (2.6.21-1.3194.fc7)
root (hd0,7)
kernel /vmlinuz-2.6.21-1.3194.fc7 ro root=LABEL=/ rhgb quiet
initrd /initrd-2.6.21-1.3194.fc7.img
title Windows XP
rootnoverify (hd0,2)
chainloader +1 |
|