Try setting the "vt" driver and primary console to "efi". FreeBSD flipped their the default on 11.0, and the old defaults that worked for EFI are not working so well anymore (we kept our settings to minimise impact, ironic).
Try this:Escape to loader prompt (3)Type: set kern.vty="vt"Type: set console="efi"Type: bootCheers,Franco
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