we have a kvm that would not boot after pve upgrade yesterday. this debian etch kvm that has been working on this host since at least 12/2012 .
at console:
Kernel panic - not syncing: IO-APIC + timer doesn't work! Boot with ap
and send a report. Then try booting the 'noapic' option
On another system with a different host hardware and same pve version , etch kvm does work.
host cpu differences [ I am not certain that the cause of issue is a cpu difference. ]
does not work: Intel(R) Core(TM) i7-3770 CPU @ 3.40GHz
works on: Intel(R) Core(TM)2 Quad CPU Q6600 @ 2.40GHz
/etc/pve/qemu-server/8101.conf
fbc89 ~ # pveversion -v
---------------------------
attempt solutions:
CPU type : host --> qume32 . nope.
# http://forum.proxmox.com/threads/1496-Kernel-panic-not-syncing-IO-APIC-timer-doesn-t-work! mentions e1000 . so try changing nic type
NIC : e1000 --> rtl8139 . OK
at console:
Kernel panic - not syncing: IO-APIC + timer doesn't work! Boot with ap
and send a report. Then try booting the 'noapic' option
On another system with a different host hardware and same pve version , etch kvm does work.
host cpu differences [ I am not certain that the cause of issue is a cpu difference. ]
does not work: Intel(R) Core(TM) i7-3770 CPU @ 3.40GHz
works on: Intel(R) Core(TM)2 Quad CPU Q6600 @ 2.40GHz
/etc/pve/qemu-server/8101.conf
Code:
boot: c
bootdisk: ide0
cores: 2
cpu: host
cpuunits: 3000
ide0: local:8101/vm-8101-disk-1.raw,format=raw,size=4104M
ide1: local:8101/vm-8101-disk-2.raw,format=raw,size=163844M
ide2: none,media=cdrom
memory: 512
name: etch92-local
net0: e1000=C2:6C:48:71:FA:E2,bridge=vmbr0
onboot: 1
ostype: l26
sockets: 1
fbc89 ~ # pveversion -v
Code:
pve-manager: 3.0-23 (pve-manager/3.0/957f0862)
running kernel: 2.6.32-22-pve
proxmox-ve-2.6.32: 3.0-107
pve-kernel-2.6.32-20-pve: 2.6.32-100
pve-kernel-2.6.32-16-pve: 2.6.32-82
pve-kernel-2.6.32-18-pve: 2.6.32-88
pve-kernel-2.6.32-17-pve: 2.6.32-83
pve-kernel-2.6.32-22-pve: 2.6.32-107
lvm2: 2.02.95-pve3
clvm: 2.02.95-pve3
corosync-pve: 1.4.5-1
openais-pve: 1.1.4-3
libqb0: 0.11.1-2
redhat-cluster-pve: 3.2.0-2
resource-agents-pve: 3.9.2-4
fence-agents-pve: 4.0.0-1
pve-cluster: 3.0-4
qemu-server: 3.0-20
pve-firmware: 1.0-23
libpve-common-perl: 3.0-4
libpve-access-control: 3.0-4
libpve-storage-perl: 3.0-8
vncterm: 1.1-4
vzctl: 4.0-1pve3
vzprocps: 2.0.11-2
vzquota: 3.1-2
pve-qemu-kvm: 1.4-13
ksm-control-daemon: 1.1-1
---------------------------
attempt solutions:
CPU type : host --> qume32 . nope.
# http://forum.proxmox.com/threads/1496-Kernel-panic-not-syncing-IO-APIC-timer-doesn-t-work! mentions e1000 . so try changing nic type
NIC : e1000 --> rtl8139 . OK