FreeBSD-9.1-RELEASE-amd64-disc1.iso runs without any problems here (on 2.3).
FreeBSD-8.3-RELEASE-amd64-bootonly.iso failed.
So Proxmox VE 2.3 works with FreeBSD-9.1 but not 8.3...
FreeBSD-9.1-RELEASE-amd64-disc1.iso runs without any problems here (on 2.3).
pfsense 2.0.1: not working
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.
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.
thank you... solved after the boot with the hint i've added from ssh
echo "hint.atkbd.0.disabled=1" >> /boot/loader.conf.local
to make permanent the change (/boot/loader.conf i think will be rewritten in case of update)
it works... but I hope I do not need to access the console
How I access the ssh?? pfsense not boot... Could try boot from systemrescuecd and add:
echo "hint.atkbd.0.disabled=1" >> /boot/loader.conf.local
??
And I need install pfsense from origin??
Thanks in advanced.
thank you... solved after the boot with the hint i've added from ssh
echo "hint.atkbd.0.disabled=1" >> /boot/loader.conf.local
to make permanent the change (/boot/loader.conf i think will be rewritten in case of update)
it works... but I hope I do not need to access the console
This may be a temporary solution.
However, the console is still required in some occassion.
(ssh server is disabled by default in the new install of pfsense, remember?)
What's wrong with atkbd and the new pve?
Same problem. With pfSense v2.02 i368 and pfSense v2.01 x64
AMD Phenom II X6 1075T host machine
FreeBSD 8.1-Release, FreeBSD 8.3-Release AND FreeBSD 9.1-Release won't install.
VM Machine has 1 (Default) KVM64 processor, 2 cores
4096Mb static memory
adding: set hw.mca.enabled=0 and boot will cause the kernel to crash later on.
adding: set hint.atkbd.0.disabled=1 and boot will cause the cpu to crash (error 9 on i368 and 12 on x64)
adding: args: -machine pc-1.0 to vm config -> Same problems
I have used FreeBSD from Proxmox v1.8->v2.2 without noticible problems (AMD 383 errata, but this was fixed).
Well, so the problem only occurs on AMD Phenom?
No. Also happens with other CPU types.
I can reproduce it on amd or intel host.