1. get to know where the current MBR lies
sudo /sbin/fdisk -l
the line tagged with an asterisk in between (aligned with column "Boot" ) indicates what you want.
2. read out and write into wherever you desire using dd
dd if=/dev/sda4 bs=512 count=1 of=/root/mbr.FAKE
No comments:
Post a Comment