VMs does not start

Sebaxi

New Member
Feb 5, 2020
2
0
1
32
Yesterday i had a massive shutdown cause a electric issue, when de power come back all of my VM cant start, i got this message when i tried to started:

root@PROXMOX:/# qm start 100
Could not access KVM kernel module: No such file or directory
kvm: failed to initialize KVM: No such file or directory
start failed: command '/usr/bin/kvm -id 100 -name VM-Desarrollo -chardev 'socket,id=qmp,path=/var/run/qemu-server/100.qmp,server,nowait' -mon 'chardev=qmp,mode=control' -pidfile /var/run/qemu-server/100.pid -daemonize -smbios 'type=1,uuid=b00f2e04-cf12-4e90-b14c-3fc3d353fbcf' -smp '2,sockets=1,cores=2,maxcpus=2' -nodefaults -boot 'menu=on,strict=on,reboot-timeout=1000,splash=/usr/share/qemu-server/bootsplash.jpg' -vga std -vnc unix:/var/run/qemu-server/100.vnc,x509,password -cpu kvm64,+lahf_lm,+sep,+kvm_pv_unhalt,+kvm_pv_eoi,enforce -m 2560 -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:7f9ced852eb1' -drive 'if=none,id=drive-ide2,media=cdrom,aio=threads' -device 'ide-cd,bus=ide.1,unit=0,drive=drive-ide2,id=ide2' -device 'virtio-scsi-pci,id=scsihw0,bus=pci.0,addr=0x5' -drive 'file=/dev/pve/vm-100-disk-1,if=none,id=drive-scsi0,format=raw,cache=none,aio=native,detect-zeroes=on' -device 'scsi-hd,bus=scsihw0.0,channel=0,scsi-id=0,lun=0,drive=drive-scsi0,id=scsi0,bootindex=100' -netdev 'type=tap,id=net0,ifname=tap100i0,script=/var/lib/qemu-server/pve-bridge,downscript=/var/lib/qemu-server/pve-bridgedown,vhost=on' -device 'virtio-net-pci,mac=A2:3D:49:7F:32:9E,netdev=net0,bus=pci.0,addr=0x12,id=net0'' failed: exit code 1

Hope you can help me, im a newbie on proxmox.
 

Attachments

  • porx1.png
    porx1.png
    36.1 KB · Views: 3
  • porx2.png
    porx2.png
    7.5 KB · Views: 3
Could not access KVM kernel module: No such file or directory

Your CPU does not support KVM.

Either your host does not have the right hardware or you missed to enable VT in your mainboard bios.
 
Thank you, the issue is solved, when the server comes down, the config on BIOS was overwrite and the VT was disabled, thank you again!