Find the answer to your Linux question:
Results 1 to 3 of 3
I've been a Linux user for about 6 months, but I want to go back to Windows on my laptop. When put the Windows CD in, it doesn't seem to ...
  1. #1
    Just Joined!
    Join Date
    Aug 2009
    Location
    Texas
    Posts
    1

    Delete all partitions, back to Windows.

    I've been a Linux user for about 6 months, but I want to go back to Windows on my laptop. When put the Windows CD in, it doesn't seem to find a HD to install upon. It just shows there is no HD. Ive formatted several times, and the only other thing I can think of is that the filesystems aren't being read because it's in ext3. how would I change this?

  2. #2
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Hi and Welcome !


    Boot up from LiveCD of any Linux distro, open Terminal and execute this
    Code:
    sudo dd if=/dev/zero of=/dev/sda bs=512 count=1
    Above code will wipe your Hard disk. Windows Installation CD will work fine after that.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  3. #3
    oz
    oz is offline
    forum.guy
    Join Date
    May 2004
    Location
    arch linux
    Posts
    18,095
    Welcome to the forums!

    The Parted Magic LiveCD is a good one for running the code suggested by Devils Casper:

    Parted Magic News

    Note that you might not need the sudo part of the command.
    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
  •  
...