Dual Boot XP and Ubuntu HELP Please!
I have Windows XP Professsional on the first partition of my hard drive, and Ubuntu 6.06 on the second. Ubuntu boots fine, but when I try to boot XP I get this:
Code:
Booting 'Microsoft Windows XP Professional
root (hd0,0)
Filesystem type unknown, partition type 0x7
savedefault
makeactive
chainloader +1
A disk read error occurred
Press ctrl+alt+delete to Restart
Here is my menu.lst file:
Code:
title Ubuntu, kernel 2.6.15-23-386
root (hd0,1)
kernel /boot/vmlinuz-2.6.15-23-386 root=/dev/hda2 ro quiet splash
initrd /boot/initrd.img-2.6.15-23-386
savedefault
boot
title Ubuntu, kernel 2.6.15-23-386 (recovery mode)
root (hd0,1)
kernel /boot/vmlinuz-2.6.15-23-386 root=/dev/hda2 ro single
initrd /boot/initrd.img-2.6.15-23-386
boot
title Ubuntu, memtest86+
root (hd0,1)
kernel /boot/memtest86+.bin
boot
### END DEBIAN AUTOMAGIC KERNELS LIST
# This is a divider, added to separate the menu items below from the Debian
# ones.
title Other operating systems:
root
# This entry automatically added by the Debian installer for a non-linux OS
# on /dev/hda1
title Microsoft Windows XP Professional
root (hd0,0)
savedefault
makeactive
chainloader +1
please help!