[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
MBR
From: |
steve finkel |
Subject: |
MBR |
Date: |
Wed, 28 Oct 2020 16:17:59 -0400 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.12.0 |
At times I have removed GRUB from the MBR by overwriting the first 446
bytes of the MBR using
|dd if=/dev/zero of=/dev/sdX bs=446 count=1|
|My understanding is removing just the first 446 bytes will leave the
partition table, 64 bytes, and the signature, 2 bytes, in tact.
|
|However, I see in the GRUB manual that the boot.img file is 512 bytes.
|
|Wouldn't this boot.img file overwrite the partition table?|
|
|
- MBR,
steve finkel <=
- Re: MBR, Andrei Borzenkov, 2020/10/29