Hi All,
Help!
I have had this happen twice.
I have a customer with XP-Pro-SP3. He wants to upgrade to Linux. So I got a second hard drive, unhooked the first, and installed Kubuntu on the second drive (same sata cable). Everything went well. Then I hooked the original drive in on a new sata cable as a second drive. And proceeded to modified /boot/grub/menu.lst as follows:
I got these instructions from
http://kubuntuforums.net/forums/inde...opic=3081671.0, "XP on a non-first hard drive: (hdx,y), x > 1"
When I select "windows" from the list, two things happen:
1) I get the third option (the memory test) instead of Windows, and
2) my first hard drive gets its partition table over written.
"fdisk -l /dev/sda" gives two partitons: an ~ 8 gb fat16, a 162 GB NTFS, and ~ 80 GB free space. None of the new partitons are mountable. (the "fdisk" was done with the Windws disk unplugged)
Editorial comment: AAAAHHHHHHHHH!!!!!!!!!
What am I doing wrong here?
Many thanks,
-T
Help!
I have had this happen twice.
I have a customer with XP-Pro-SP3. He wants to upgrade to Linux. So I got a second hard drive, unhooked the first, and installed Kubuntu on the second drive (same sata cable). Everything went well. Then I hooked the original drive in on a new sata cable as a second drive. And proceeded to modified /boot/grub/menu.lst as follows:
Code:
### END AUTOMAGIC KERNELS LIST title Microsoft Windows XP map (hd0) (hd1) # Map hd1 to hd0 map (hd1) (hd0) rootnoverify (hd1,0) # rootnoverify ensures no attempt is made to mount Windows chainloader +1
http://kubuntuforums.net/forums/inde...opic=3081671.0, "XP on a non-first hard drive: (hdx,y), x > 1"
When I select "windows" from the list, two things happen:
1) I get the third option (the memory test) instead of Windows, and
2) my first hard drive gets its partition table over written.
"fdisk -l /dev/sda" gives two partitons: an ~ 8 gb fat16, a 162 GB NTFS, and ~ 80 GB free space. None of the new partitons are mountable. (the "fdisk" was done with the Windws disk unplugged)
Editorial comment: AAAAHHHHHHHHH!!!!!!!!!
What am I doing wrong here?
Many thanks,
-T
Comment