Find the answer to your Linux question:
Page 1 of 2 1 2 LastLast
Results 1 to 10 of 17
Dear Friends, now, I am using linux-Ubuntu, but I have to install Wİndows-Xp again. How can I install windows to my computer again, because I have all equipments, like windows ...
  1. #1
    Just Joined!
    Join Date
    Oct 2009
    Posts
    4

    Smile from ubuntu to windows XP



    Dear Friends,
    now, I am using linux-Ubuntu, but I have to install Wİndows-Xp again. How can I install windows to my computer again, because I have all equipments, like windows xp installation cd... but I could not install it. Please help meee...
    I need to install it...
    thanks alot

  2. #2
    oz
    oz is offline
    forum.guy
    Join Date
    May 2004
    Location
    arch linux
    Posts
    17,784
    Welcome to the forums!

    To clear the partition table and MBR on a drive, go to a terminal and issue the following command:

    Code:
    sudo dd if=/dev/zero of=/dev/sda bs=512 count=1
    After running the command, you should be able to install Windows using your installtion CD.
    oz

    new users: read this first
    no private messages requesting computer support - post them on the forums!

  3. #3
    Just Joined!
    Join Date
    Oct 2009
    Posts
    4
    thank you very much for your reply,
    I used the command, but after that I could not continue. Should I uninstall the LINUX* How should I install the Windows XP from the command line or not?

  4. #4
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,308
    dd command has cleared the partition table and MBR of your Hard disk. Windows Installation CD should work fine now.
    What error message does it throw?
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  5. #5
    oz
    oz is offline
    forum.guy
    Join Date
    May 2004
    Location
    arch linux
    Posts
    17,784
    Yup, the command above, after running it, should have given a quick message about records in and records out, and your drive should be ready to install whatever OS you want on it if the drive and the media are good.

    Posting any error messages here will help in providing a solution.
    oz

    new users: read this first
    no private messages requesting computer support - post them on the forums!

  6. #6
    Just Joined!
    Join Date
    Oct 2009
    Posts
    4

    Question

    Hi, thanks for your replies. After entering the command, I restart the computer and during the starting, it gave this message:
    "no boot sector on hard disk- no bootable devices-- strike F1 to retry boot, F2 for setup utility"
    but F1 does not work, by using F2, I could not install. Did you understand the problem? Can you help me?

  7. #7
    Linux Guru coopstah13's Avatar
    Join Date
    Nov 2007
    Location
    NH, USA
    Posts
    3,149
    This sounds like you don't have CD set to first boot device. You need to enter BIOS menu and make sure boot from CD is the first choice.

  8. #8
    oz
    oz is offline
    forum.guy
    Join Date
    May 2004
    Location
    arch linux
    Posts
    17,784
    You've cleared the boot sector on the hard drive with the dd command, so you'll need to set your BIOS so that the machine boots from the CD/DVD drive rather than the hard disk, and it should boot from the Windows installation disk if you have a good Windows install CD/DVD.


    Edit: oops... coopstah beat me!
    oz

    new users: read this first
    no private messages requesting computer support - post them on the forums!

  9. #9
    Just Joined!
    Join Date
    Oct 2009
    Posts
    1
    i tried it but xp is not detecting my harddrive any options?

  10. #10
    Linux Guru reed9's Avatar
    Join Date
    Feb 2009
    Location
    Boston, MA
    Posts
    4,653
    I would recommend booting up a live linux CD, like Parted Magic, format the drive to FAT32, and then try with the Windows installation disc.

Page 1 of 2 1 2 LastLast

Posting Permissions

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