Disk MBR

April 14, 2014
Copy MBR between disks:
dd if=/dev/sda bs=446 count=1 | dd of=/dev/sdz bs=446 count=1
How to know what bootloader is installed:
dd if=/dev/sda bs=446 count=1 2> /dev/null| strings -a

posted in System Administrator by nico

Follow comments via the RSS Feed| Trackback URL