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
what command to restore if the boot block is corrupted in linux
can anyone post apache webserver and tomcat server questions and answers it is very helpful to me please
Explain the difference between csma/cd and csma/ca?
What are the drawbacks of implementing a ring topology?
Draw network configuration and protocol layer interface architecture for a multiprotocol bridge that interconnects an Ethernet LAN to a token-ring LAN.
Tell me what can be done to fix signal attenuation problems?
hi this is raj igot job in tcs and also i got visa from u.s in this time i dont know what to do can u sugges me pls........
Explain the maximum length allowed for a utp cable?
How to delete software errors? What is that?
hi all of you i m looking part time online job (data entry)without investment , please help me
Explain client/server?
How do two computers communicate with each other when they are connected through L2 or L3 switch?
Describe profile in terms of networking concept?
Purpose of TTL. How it gets modified.
when affected the system from virus , which paths will be it stored in system ?