Attention is currently required from: Arthur Heymans. Slava K has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/48236 )
Change subject: mb/emulation/qemu-q35: Account for TSEG ......................................................................
Patch Set 11:
(1 comment)
Patchset:
PS11:
Hi Slava, […]
Hi Nico, thank you for looking into this.
I'm using the `FreeBSD-13.0-RELEASE-amd64-bootonly.iso` ISO
I'm using the following qemu command: $ qemu-system-x86_64 -bios coreboot.rom -serial stdio -M q35 -accel kvm -cpu host -m 1024 -curses -cdrom FreeBSD-13.0-RELEASE-amd64-bootonly.iso -drive file=testvm.img,media=disk,if=virtio -vnc :34001
QEMU version in case it's relevant: $ qemu-system-x86_64 --version QEMU emulator version 6.1.0 (qemu-6.1.0-10.fc35) Copyright (c) 2003-2021 Fabrice Bellard and the QEMU Project developers
I tried the qemu command you provided (I had to change hda to drive; it didn't let me boot raw iso with hda and also need the VNC switch to get a display) and it still fails.
Just to clarify, the error appears AFTER selecting the boot option in the FreeBSD bootloader. The loader loads fine, the error appears before getting to the actual installation prompt (blue TUI menu). Let me know if you require any additional information.
Thank you