Pass a SeaBIOS config message to guest vm via qemu?

stalebiscuit

New Member
Apr 2, 2021
7
1
1
55
Hey Folks,

I've been googling but my qemu skills are so new I'm sure I don't know enough to phrase the question.

I'd like to find a way, in PVE 6.3.2 to tell the SeaBIOS of a guest vm "don't worry about trying to boot from those HBAs that I've passed through to you".

I'm getting "MPT BIOS Fault 0Fh encountered at adapter PCI(00h,1Bh,00h) Press any key to continue"

When I press any key, the system boots fine and all hardware passed through is seen. I'm certain this is a config issue.

Any ideas on resolving this is appreciated,
SB
 

Attachments

  • qemu-seabios.png
    qemu-seabios.png
    13.5 KB · Views: 18
hi,

when you press 'Esc' during the seabios boot screen what devices do you see?
can you also post qm config VMID?

I'm getting "MPT BIOS Fault 0Fh encountered at adapter PCI(00h,1Bh,00h) Press any key to continue"
it's a dirty workaround, but if it works when you just press a key, then you can do something like:
qm sendkey VMID 'kp_enter' to press enter in the VM via qm monitor and it should keep booting then.
 
Thank you, Oguz,

I found the Seabios option "Rom-Bar" which fixes my issue when set to 0, false, or "off".
 

Attachments

  • rombar-off.png
    rombar-off.png
    10.7 KB · Views: 52
  • Like
Reactions: 38uvn