what command to restore if the boot block is corrupted in
linux
Answer Posted / mohammed sajjad
Scenario 1: Backup the boot sector (or MBR)
If the first harddisk in the system is /dev/sda, to backup the boot sector the following command can be used:
# dd if=/dev/sda of=bsbackup.bin bs=512 count=1
Essentially this command will read the first 512 bytes of /dev/sda and write it to the file bsbackup.bin.
Scenario 2: Restore the boot sector from a file:
# dd if=bsbackup.bin of=/dev/sda bs=512 count=1
This will restore the boot sector to /dev/sda that was backed up in Scenario 1.
Scenario 3: Zero out the boot sector (leaving the partition table intact)
Sometimes a virus or other issue can leave a corrupted executable code section in the MBR. I have personally seen a boot sector that would not store grub information (and thus boot linux after its installed) properly until the first 446 bytes were zeroed out and grub re-installed. The following command will do just that:
# dd if=/dev/zero of=/dev/sda bs=446 count=1
Scenario 4: Zero out the entire MBR (this will erase the partition table as well – effectively destroying the ability to easily access data on the drive)
A variation of the last dd command will wipe out the master boot record entirely. You will have to repartition and reformat your hard disk after this:
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
Tell me what happens when you use cables longer than the prescribed length?
Explain routers?
Do you know what protocols fall under the tcp/ip internet layer?
if the server has slow how to check the server performance? How to check server performance what is the procedure?
Tell me what is the equivalent layer or layers of the tcp/ip application layer in terms of osi reference model?
diff between /etc/inetd and smf?
how to set kernal parameters in solaris 10&9?
how to add additional instances sar r3, what are the steps to take server is down.
Define one basic requirement for establishing vlans?
What is the the advantage of address sharing?
how to merge solaris partition?
Define tunnel mode?
Describe the working environment you are currently in, e.g. frequent interruptions, frequent priority shifting, team or individual?
Do you know what is the maximum segment length of a 100base-fx network?
Define mac addresses?