Strange booting problem

Chris Murphy lists at colorremedies.com
Tue Jun 30 23:33:36 UTC 2015


On Tue, Jun 30, 2015 at 5:26 PM, Gordon Messmer
<gordon.messmer at gmail.com> wrote:

> So you could dd 512 bytes of /dev/zero to the drive, or use "wipefs -a
> /dev/sdX", then use parted to "mktable gpt" and set up partitions.

That will not work. Parted replaces the PMBR in such a case. So does gdisk.

wipefs -a after parted or gdisk will cause both PMBR and GPT primary
and backup headers to be invalidated. So to wipe or invalidate the
PMBR has to be done with dd.


-- 
Chris Murphy


More information about the users mailing list