Hi, I just installed F8 on my desktop with grub to enable dual boot. But now winxp wont boot. I have a 80G PATA HDD with F8 on it. A 160G SATA HDD with win xp on it.
Code:
[root@localhost grub]# df
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/mapper/VolGroup00-LogVol00
73514160 3497668 66221960 6% /
/dev/sda1 194442 18772 165631 11% /boot
tmpfs 517476 12 517464 1% /dev/shm
/dev/sdb5 108880504 76129756 32750748 70% /media/disk
/dev/sdb1 51199120 22234784 28964336 44% /media/disk-1
The grub.conf is:
Code:
[root@localhost grub]# cat /boot/grub/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 (hd0,0)
# kernel /vmlinuz-version ro root=/dev/VolGroup00/LogVol00
# initrd /initrd-version.img
#boot=/dev/sda
default=0
timeout=5
splashimage=(hd0,0)/grub/splash.xpm.gz
hiddenmenu
title Fedora (2.6.23.1-49.fc8)
root (hd0,0)
kernel /vmlinuz-2.6.23.1-49.fc8 ro root=/dev/VolGroup00/LogVol00 rhgb quiet
initrd /initrd-2.6.23.1-49.fc8.img
title Fedora (2.6.23.1-42.fc8)
root (hd0,0)
kernel /vmlinuz-2.6.23.1-42.fc8 ro root=/dev/VolGroup00/LogVol00 rhgb quiet
initrd /initrd-2.6.23.1-42.fc8.img
title Other
rootnoverify (hd1,0)
chainloader +1
Can some one show me why winxp wont' boot? Thanks!