dd if=/dev/sda bs=446 count=1 | dd of=/dev/sdz bs=446 count=1How to know what bootloader is installed:
dd if=/dev/sda bs=446 count=1 2> /dev/null| strings -a
dd if=/dev/sda bs=446 count=1 | dd of=/dev/sdz bs=446 count=1How to know what bootloader is installed:
dd if=/dev/sda bs=446 count=1 2> /dev/null| strings -a