I really don't know why FreeBSD decided to change the old defaults to not boot anymore. I'm sure it was a fix for something, but breaking devices here is, er, suboptimal. Try this:Escape to loader prompt (3)Type: set kern.vty="vt"Type: set console="efi"Type: bootCheers,Franco
It's rather difficult to say where all of this leads due to switching defaults, changing "static" options, to the point where different tools like makefs/mkimg or old school vndconfig + gpart produce wildly different results for different hardware.It's hard to believe there is nothing wrong with the images per se and how fragmented the hardware acts on those images due to intricacies of the underlying OS and the way the images are assembled, partitioned and aligned. If we go back to some other tool other than mkimg the Nano image growfs breaks, not using GPT breaks UEFI or requires a single boot environment leading to requiring to release more images for every single flavour.At the moment, the image build only has a single maintainer on a voluntary basis.If people with the knowledge can help fix this for almost everyone without adding more images or changing the tooling jeopardising currently working setups we are very happy about every tiny bit of progress. Cheers,Franco