vzdump / restore errors starting VM

den

Member
Feb 19, 2015
64
2
6
Guys -

I have my primary host v3.4-1 (AMD machine) and a secondary host 4.1-1 (Intel i5).

I backed up a VM using vzdump from my primary host and restored it using qmrestore on my secondary host.

I verified the data/files exist fine after the restore

However, I get the following error when I'm trying to start the VM.

Anyone know why?



This error is from the secondary host when i try to start the VM:

Running as unit 204.scope.
Could not access KVM kernel module: No such file or directory
failed to initialize KVM: No such file or directory
TASK ERROR: start failed: command '/usr/bin/systemd-run --scope --slice qemu --unit 204 -p 'KillMode=none' -p 'CPUShares=1000' /usr/bin/kvm -id 204 -chardev 'socket,id=qmp,path=/var/run/qemu-server/204.qmp,server,nowait' -mon 'chardev=qmp,mode=control' -vnc unix:/var/run/qemu-server/204.vnc,x509,password -pidfile /var/run/qemu-server/204.pid -daemonize -smbios 'type=1,uuid=0effe1b4-301a-4739-ab2c-84a7d470e199' -name AUMANSAVBPS01 -smp '1,sockets=1,cores=1,maxcpus=1' -nodefaults -boot 'menu=on,strict=on,reboot-timeout=1000' -vga std -no-hpet -cpu 'kvm64,hv_spinlocks=0x1fff,hv_vapic,hv_time,hv_relaxed,+lahf_lm,+sep,+kvm_pv_unhalt,+kvm_pv_eoi,enforce' -m 2048 -k en-us -device 'pci-bridge,id=pci.1,chassis_nr=1,bus=pci.0,addr=0x1e' -device 'pci-bridge,id=pci.2,chassis_nr=2,bus=pci.0,addr=0x1f' -device 'piix3-usb-uhci,id=uhci,bus=pci.0,addr=0x1.0x2' -device 'usb-tablet,id=tablet,bus=uhci.0,port=1' -device 'virtio-balloon-pci,id=balloon0,bus=pci.0,addr=0x3' -iscsi 'initiator-name=iqn.1993-08.org.debian:01:ae52dcaf6292' -drive 'if=none,id=drive-ide2,media=cdrom,aio=threads' -device 'ide-cd,bus=ide.1,unit=0,drive=drive-ide2,id=ide2,bootindex=200' -drive 'file=/var/lib/vz/images/204/vm-204-disk-1.qcow2,if=none,id=drive-ide0,cache=writethrough,format=qcow2,aio=threads,detect-zeroes=on' -device 'ide-hd,bus=ide.0,unit=0,drive=drive-ide0,id=ide0,bootindex=100' -netdev 'type=tap,id=net0,ifname=tap204i0,script=/var/lib/qemu-server/pve-bridge,downscript=/var/lib/qemu-server/pve-bridgedown' -device 'e1000,mac=9E:BC:84:7B:6C:40,netdev=net0,bus=pci.0,addr=0x12,id=net0,bootindex=300' -rtc 'driftfix=slew,base=localtime' -global 'kvm-pit.lost_tick_policy=discard'' failed: exit code 1
 
Last edited:
Seems you did not enable virtualization in the BIOS? (Or your hardware does not support virtualization).