Find the answer to your Linux question:
Results 1 to 10 of 10
Alright, so I got a new XP Disk at Wal-mart the other day. I downgraded Windows Vista because it sucks huge balls and when I try to pop in in ...
  1. #1
    Just Joined!
    Join Date
    Oct 2008
    Location
    Elizabeth City, NC, USA
    Posts
    29

    Exclamation Guh, wtf

    Alright, so I got a new XP Disk at Wal-mart the other day. I downgraded Windows Vista because it sucks huge balls and when I try to pop in in my Linux PC, it just loads linux.

    I have Ubuntu 8.10 upgraded from 8.04

    So I tried it inside Linux, it couldn't read the disk for some reason.

    How do I get my machine to boot the XP Disk?

    I am using a Compaq SR5210NX

  2. #2
    Linux Guru rokytnji's Avatar
    Join Date
    Jul 2008
    Location
    Pecos, Texas
    Posts
    2,942
    Enable boot cdrom first in bios would be my first guess.
    Linux Registered User # 475019
    Lead,Follow, or get the heck out of the way
    AntiX,Puppy,Ubuntu,Windows 7=(cuz of scooters)
    Open CourseWare for Linux Geeks

  3. #3
    Linux Guru rokytnji's Avatar
    Join Date
    Jul 2008
    Location
    Pecos, Texas
    Posts
    2,942
    You realize of course, that you will wipe out your Ubuntu install unless you partition a section of your hardrive for XP.
    Linux Registered User # 475019
    Lead,Follow, or get the heck out of the way
    AntiX,Puppy,Ubuntu,Windows 7=(cuz of scooters)
    Open CourseWare for Linux Geeks

  4. #4
    oz
    oz is offline
    forum.guy
    Join Date
    May 2004
    Location
    arch linux
    Posts
    18,086
    GRUB is probably interfering with your machine reading the installation disk.

    To clear the MBR (master boot record) only, leaving partition tables alone:

    Code:
    sudo dd if=/dev/zero of=/dev/sda bs=446 count=1
    You'll need to replace /dev/sda with your actual device name such as /dev/hda.

    If needed, you can use the fdisk -l command to determine your device name:

    Code:
    fdisk -l
    oz

    new members/users: read this first | new member faq
    no private messages requesting computer support - post them on the forums!
    please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.

  5. #5
    Just Joined!
    Join Date
    Oct 2008
    Location
    Elizabeth City, NC, USA
    Posts
    29
    Quote Originally Posted by rokytnji View Post
    You realize of course, that you will wipe out your Ubuntu install unless you partition a section of your hardrive for XP.
    yes, I will re-install it and dual boot it. I am stuck with just "Ubuntu". no other OS.

    Quote Originally Posted by ozar View Post
    GRUB is probably interfering with your machine reading the installation disk.

    To clear the MBR (master boot record) only, leaving partition tables alone:

    Code:
    sudo dd if=/dev/zero of=/dev/sda bs=446 count=1
    You'll need to replace /dev/sda with your actual device name such as /dev/hda.

    If needed, you can use the fdisk -l command to determine your device name:

    Code:
    fdisk -l
    Would I do that when it starts up or when I am in Ubuntu?

  6. #6
    Just Joined!
    Join Date
    Oct 2008
    Location
    Elizabeth City, NC, USA
    Posts
    29
    Did I do it right? This is what popped up in Terminal

    Code:
    1+0 records in
    1+0 records out
    446 bytes (446 B) copied, 3.3629e-05 s, 13.3 MB/s
    The disk thing did not work.

    Code:
    User@User-PC:~$ fdisk -l
    Cannot open /dev/sda

  7. #7
    Linux Guru rokytnji's Avatar
    Join Date
    Jul 2008
    Location
    Pecos, Texas
    Posts
    2,942
    yes, I will re-install it and dual boot it.
    Then just go into bios and enable cdrom as the first booting drive, and the xp install should proceed. You can repartition the hardrive after you have installed Windows and reinstall Ubuntu later.
    Linux Registered User # 475019
    Lead,Follow, or get the heck out of the way
    AntiX,Puppy,Ubuntu,Windows 7=(cuz of scooters)
    Open CourseWare for Linux Geeks

  8. #8
    Just Joined!
    Join Date
    Oct 2008
    Location
    Elizabeth City, NC, USA
    Posts
    29
    Okay, thanks, I will try that.

  9. #9
    Linux Guru rokytnji's Avatar
    Join Date
    Jul 2008
    Location
    Pecos, Texas
    Posts
    2,942
    When you decide to reinstall Ubuntu, just use your Live cd. You can use the gparted partion editor to shrink your hardrive. Just make sure you defrag Windows and don't take up Windows file space. 20 to 30 gig should be enough , though you haven't stated the size of your hardrive in your thread. So I am just guessing. What are your specs?
    Linux Registered User # 475019
    Lead,Follow, or get the heck out of the way
    AntiX,Puppy,Ubuntu,Windows 7=(cuz of scooters)
    Open CourseWare for Linux Geeks

  10. #10
    oz
    oz is offline
    forum.guy
    Join Date
    May 2004
    Location
    arch linux
    Posts
    18,086
    Quote Originally Posted by Dotkito View Post
    Did I do it right? This is what popped up in Terminal

    Code:
    1+0 records in
    1+0 records out
    446 bytes (446 B) copied, 3.3629e-05 s, 13.3 MB/s
    Yes, it looks like you did it correctly. If it was GRUB interfering with the booting of the Windows installation CD, you should be able to boot with it after receiving the code you posted above, if you have your BIOS set as needed for booting from a CD.
    oz

    new members/users: read this first | new member faq
    no private messages requesting computer support - post them on the forums!
    please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •