| Clearing master boot record (Linux) |
|
|
| Linux |
|
A. You have to delete the master boot record on the disk. Regular format will not do it.
Be careful, running those commands can mess up your working hard drives, if you don't specify the proper device. 1. If you are working under Linux, this is the command to clear it: # dd if=/dev/zero of=/dev/sda bs=512 count=1 Where /dev/sda is your device.
2. If you have access to Windows/MSDOS tools:
fdisk /mbr or
fixmbr [device_name] This will clear it to windows default. The fixmbr command is only available when you are using the Recovery Console. |
| Last Updated on Thursday, 06 October 2011 09:50 |
Add your comment
yvComment v.1.24.0

