Search:

Type: Posts; User: caljohnsmith; Keyword(s):

Search: Search took 0.15 seconds.

  1. [ubuntu] Re: dualbooting XP/ubuntu on 2 HDDs (problem: XP doesn't boot)

    I was beginning to have my suspicions that something was going on with your Windows drive, so from what you say, it sounds like that was unfortunately true. Anyway, cheers and good luck with it. :)
  2. [ubuntu] Re: dualbooting XP/ubuntu on 2 HDDs (problem: XP doesn't boot)

    OK, so Windows is indeed on (hd1), so your Grub menu entry for Windows should be OK. While the Ubuntu drive is still connected, how about going into your BIOS and change the boot order so that you...
  3. [ubuntu] Re: dualbooting XP/ubuntu on 2 HDDs (problem: XP doesn't boot)

    OK, I didn't realize you could boot XP just fine with the Ubuntu HDD unplugged. You are certainly not being dull, I just need to get a better handle on your situation I think. :) How about rebooting,...
  4. [ubuntu] Re: dualbooting XP/ubuntu on 2 HDDs (problem: XP doesn't boot)

    Do you have your Windows XP Install CD? If so, please boot that, go to the "recovery console" and run:

    fixboot
    chkdsk /r
    And run the chkdsk as many times as it takes until it reports no errors....
  5. [ubuntu] Re: dualbooting XP/ubuntu on 2 HDDs (problem: XP doesn't boot)

    OK, I suspect the problem is with your XP partition's boot sector. How about first making sure the Ubuntu Universe repository is enabled in System > Admin > Software Sources, and then download and...
  6. [ubuntu] Re: dualbooting XP/ubuntu on 2 HDDs (problem: XP doesn't boot)

    Amheuwr, you mentioned you have a USB MyBook HDD? Is that the drive that Windows is on? If so, that could be the issue, because from what I've read, it takes quite a bit of hacking to get Windows to...
  7. [ubuntu] Re: dualbooting XP/ubuntu on 2 HDDs (problem: XP doesn't boot)

    Well, when you install Windows to a slave drive (and it looks like sdb could be configured that way), Windows insists on putting its boot files on the master drive in some primary NTFS/FAT partition;...
  8. [ubuntu] Re: dualbooting XP/ubuntu on 2 HDDs (problem: XP doesn't boot)

    OK, that makes sense then. While you have sda4 and sdb1 mounted from the directions in post #24, next do:

    gksudo gedit /mnt/sda4/boot.ini
    And replace it with:

    [boot loader]
    timeout=30...
  9. [ubuntu] Re: dualbooting XP/ubuntu on 2 HDDs (problem: XP doesn't boot)

    How did you install Windows? Right now it looks like you have Vista installed on sda4 and XP installed on sdb1, and also XP's boot files are in Vista's sda4 partition. Are you just trying to get XP...
  10. [ubuntu] Re: dualbooting XP/ubuntu on 2 HDDs (problem: XP doesn't boot)

    So is Windows on sda4 or sdb1? Please post the output of the following:

    sudo mkdir /mnt/sda4 /mnt/sdb1
    sudo mount /dev/sda4 /mnt/sda4
    sudo mount /dev/sdb1 /mnt/sdb1
    ls -l /mnt/sda4 /mnt/sdb1...
  11. [ubuntu] Re: dualbooting XP/ubuntu on 2 HDDs (problem: XP doesn't boot)

    Since you reinstalled, how about posting the new output of:

    sudo fdisk -lu
    Also, for each of the drives fdisk lists, like sda, sdb, etc, please post the output of:

    sudo xxd -l 2 -p /dev/sda...
  12. [ubuntu] Re: dualbooting XP/ubuntu on 2 HDDs (problem: XP doesn't boot)

    How about posting the output of the following:

    sudo mount /dev/sdb1 /mnt
    ls -l /mnt
    cat /mnt/boot.ini
    If that first command does not work, then instead try:

    sudo mount -t ntfs-3g -o force...
  13. [ubuntu] Re: dualbooting XP/ubuntu on 2 HDDs (problem: XP doesn't boot)

    So you get the Grub menu OK on start up, but when you try and boot XP from the menu you get a Grub error 18? Are you booting the Ubuntu drive on start up? How about posting:

    sudo xxd -l 2 -p...
  14. [ubuntu] Re: dualbooting XP/ubuntu on 2 HDDs (problem: XP doesn't boot)

    I see at least part of your problem; when you boot Windows from any drive other than the drive that is first in the BIOS boot order, you have to use Grub's "mapping" technique to fool Windows into...
Results 1 to 14 of 14