Created attachment 246582 [details] Crashed boot loader Bootloader of 14.0-RELEASE crashes immediately (you don't get to see the boot menu) on AMD Ryzen 5 3600. This happens both with a direct 14.0 install and when upgrading from FreeBSD 13.2 (13.2-RELEASE works fine, though). See attachments for more details. Let me know if you need any additional information.
Created attachment 246583 [details] Loading the boot loader
Created attachment 246584 [details] Verbose dmesg (from booting 13.2-RELEASE)
Created attachment 246585 [details] devinfo -v
Created attachment 246586 [details] pciconf -lv
The bytes at eip encode lock notl %edi which is indeed an invalid instruction corresponding with int=6 (#UD) printed above. The byte sequence 0xf0, 0xf7, 0xd7 is also invalid in 16 bit mode.