Results 1 to 4 of 4
hello everyone
I had installed linux on one of my hard disk with the usual /(root) /boot and partition .Now I want to remove it and make it dual boot ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 09-16-2008 #1Just Joined!
- Join Date
- Sep 2008
- Posts
- 1
how to remove linux partitions
hello everyone
I had installed linux on one of my hard disk with the usual /(root) /boot and partition .Now I want to remove it and make it dual boot with windows and linux
.but the problem is I am not able to remove the linux partitions
.I attached it to another xp machine and tried to delete partition but they cannot be removed
please help
- 09-16-2008 #2
Boot up from any LiveCD ( Or boot up in Recovery Mode using Linux Installation CD/DVD ). Open Terminal and execute this
It will remove all partitions and wipe out your Harddisk.Code:dd if=/dev/zero of=/dev/sda bs=521 count=1
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 09-16-2008 #3forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,733
- 09-16-2008 #4
Hi oz !
Good catch ! You are right.
It should be 512 only. First 512bytes contain MBR and overwriting it with zeros is enough. 521 wont do any harm but again, 512 is enough.It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First


Reply With Quote

