On Sat, Jan 18, 2025 at 06:15:25PM -0700, Warner Losh wrote:
Wierd. All the installs I've done in the last what feels like a decade have defaulted to GPT. Are you installing onto media that's pre-formatted with MBR?
Nope. I install to an empty image created like this: # truncate -s 64G vmimage.img then install to it like this # vmrun.sh -c 4 -m 32GB -t tap0 -d ./vmimage.img \ -i -I ./FreeBSD-14.2-RELEASE-amd64-disc1.iso testvm --
