MBR examination

Command to extract MBR in Linux.

dd if=disco.dd bs=512 skip=0 count=1 | xxd

MBR with GRUB boot loader from Linux.

Last updated