rvp any other combination is pretty uncommon
I'd argue that GPT on BIOS on NetBSD is rather common; works fine, is integrated in sysinst
, and has been supported for a very long time.
gpt biosboot [-A] [-c bootcode] [-b startsec] [-i index] [-L label]
The biosboot command allows the user to configure the partition
that contains the primary bootstrap program, used during boot(8).
The -A options sets the PMBR partition active. This should not
normally be necessary, but some firmware might require it. If -A
is omitted, the active flag will be cleared from the PMBR label.
The -c option allows the user to specify the filename from which
gpt should read the bootcode. The default is to read from
/usr/mdec/gptmbr.bin.
The partition that should contain the primary bootstrap code,
(similar to that installed via installboot(8)) is selected using
the -i, -L and -b options. One of these three options is
required. The -i option selects the partition given by the
index. The -L option selects the partition by label. If there
are multiple partitions with the same label, the first one found
will be used. The -b option selects the partition starting at
block startsec.