Developers on the qemu-devel list found the problem. It is related to a seabios update (recompile).
After replacing /usr/share/kvm/bios.bin with the version found in pve-qemu-kvm_1.3-10_amd64 I've successfully booted pfSense.
Do you think we can use this as a temporary fix?
(We con also keep both versions of bios.bin and add args: -bios /path/to/oldversion-bios.bin in the vm config)
BTW, I also have to use qemu64 to make pfsense work, instead of kvm64.
Is that normal?
Is the new bios stable enough for other operating systems? Or can we expect other failures (BSOD/Kernel panics etc.)?
BTW, I also have to use qemu64 to make pfsense work, instead of kvm64.
Is that normal?
Hi, you may disable the atkbd module via hint.atkbd.0.disabled="1" in /boot/loader.conf.
To get the FreeBSD VM boot use the console, enter the boot loader, then:
set hint.atkbd.0.disabled="1"
boot
Beware that this disables the keyboard emulation in the console!
You may also try some flags (see man atkbd), but at least "0x8" didn't work for me.
wget http://download.proxmox.com/debian/dists/squeeze/pvetest/binary-amd64/pve-qemu-kvm_1.4-7_amd64.deb
dpkg -i pve-qemu-kvm_1.4-7_amd64.deb
we just uploaded a fix (new seabios) for the issue to our pvetest repository. if you do not want to switch to pvetest, you can download the package manually and install it with:
Code:wget http://download.proxmox.com/debian/dists/squeeze/pvetest/binary-amd64/pve-qemu-kvm_1.4-7_amd64.deb dpkg -i pve-qemu-kvm_1.4-7_amd64.deb
pls test and give feedback.
tried and it didnt work for me
And you get exactly the same error as mentioned in the initial post?
we just uploaded a fix (new seabios) for the issue to our pvetest repository. if you do not want to switch to pvetest, you can download the package manually and install it with:
Code:wget http://download.proxmox.com/debian/dists/squeeze/pvetest/binary-amd64/pve-qemu-kvm_1.4-7_amd64.deb dpkg -i pve-qemu-kvm_1.4-7_amd64.deb
pls test and give feedback.