I recently attempted to upgrade from 10.04 to 10.10 but the install locked up. I tried to do a "repair install" ala XP, but 10.10 ended up taking freespace from my existing Linux partition and installing into a new partition.
Whatever happened during the repair/reinstall, I can no longer dual-boot to XP. I see the entry in grub, but when I select it I boot into Ubuntu. When I look at Grub.cfg, it shows the XP entry as
menuentry "Microsoft Windows XP Professional (on /dev/sda1)" {
insmod part_msdos
insmod ntfs
set root='(hd0,msdos1)'
search --no-floppy --fs-uuid --set d4d8e33bd8e31b0e
drivemap -s (hd0) ${root}
chainloader +1
Any ideas? Windows indeed is on sda1... can I just run lilo -M /dev/sda mbr to get Windows operational until I find time to reinstall linux? I could boot windows and run fixmbr but I don't want to screw anything else up at this point.
TIA.
Edit - BTW, I can see and am able to access the XP ntfs filesystem from within linux.
Whatever happened during the repair/reinstall, I can no longer dual-boot to XP. I see the entry in grub, but when I select it I boot into Ubuntu. When I look at Grub.cfg, it shows the XP entry as
menuentry "Microsoft Windows XP Professional (on /dev/sda1)" {
insmod part_msdos
insmod ntfs
set root='(hd0,msdos1)'
search --no-floppy --fs-uuid --set d4d8e33bd8e31b0e
drivemap -s (hd0) ${root}
chainloader +1
Any ideas? Windows indeed is on sda1... can I just run lilo -M /dev/sda mbr to get Windows operational until I find time to reinstall linux? I could boot windows and run fixmbr but I don't want to screw anything else up at this point.
TIA.
Edit - BTW, I can see and am able to access the XP ntfs filesystem from within linux.