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 ...
- 08-15-2009 #1Just 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?
- 08-15-2009 #2
Hi and Welcome !
Boot up from LiveCD of any Linux distro, open Terminal and execute this
Above code will wipe your Hard disk. Windows Installation CD will work fine after that.Code:sudo dd if=/dev/zero of=/dev/sda bs=512 count=1
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 08-15-2009 #3forum.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.


Reply With Quote