I'm trying to figure out how
My understanding is that it installs the mbr in the first block on a device and this block contains space for the partition table. So if you first run
According to
you first run CMD]gpart add[/CMD] and then run
This obviously works, but I don't see how.
gpart bootcode works. My understanding is that it installs the mbr in the first block on a device and this block contains space for the partition table. So if you first run
gpart add and subsequently run gpart bootcode, don't you overwrite the partition table?According to
you first run CMD]gpart add[/CMD] and then run
gpart bootcode.This obviously works, but I don't see how.