I lost all my conf files during a system upgrade. The host I was upgrading was part of a cluster. There were not VMs running on the host at the time, but somehow all of my conf files disappeared. I am trying to recreate them. I can have recreated the one below. I can now see the vm in proxmox. It was still running normally. I then shut it down and now it can't find any boot device. It appears like it was booting off iscsi0, but it won't boot now.
Here is the output from "ps -aux | grep kvm"
Here is my conf file that I built:
Any idea what is wrong?
Here is the output from "ps -aux | grep kvm"
Code:
root@pve-ucs2-06:~# ps -aux | grep kvm
root 89945 3.4 0.5 5148728 4242288 ? Sl Sep03 239:14 /usr/bin/kvm -id 101 -name s-jeremy-22,debug-threads=on -no-shutdown -chardev socket,id=qmp,path=/var/run/qemu-server/101.qmp,server=on,wait=off -mon chardev=qmp,mode=control -chardev socket,id=qmp-event,path=/var/run/qmeventd.sock,reconnect-ms=5000 -mon chardev=qmp-event,mode=control -pidfile /var/run/qemu-server/101.pid -daemonize -smbios type=1,uuid=af7d6d6f-2ad7-49f0-906d-6cb1f168849a -drive if=pflash,unit=0,format=raw,readonly=on,file=/usr/share/pve-edk2-firmware//OVMF_CODE_4M.secboot.fd -drive if=pflash,unit=1,id=drive-efidisk0,format=qcow2,file=/mnt/pve/pm_ds02/images/101/vm-101-disk-0.qcow2 -smp 2,sockets=1,cores=2,maxcpus=2 -nodefaults -boot menu=on,strict=on,reboot-timeout=1000,splash=/usr/share/qemu-server/bootsplash.jpg -vnc unix:/var/run/qemu-server/101.vnc,password=on -global kvm-pit.lost_tick_policy=discard -cpu host,hv_ipi,hv_relaxed,hv_reset,hv_runtime,hv_spinlocks=0x1fff,hv_stimer,hv_synic,hv_time,hv_vapic,hv_vpindex,+kvm_pv_eoi,+kvm_pv_unhalt -m 4096 -object iothread,id=iothread-virtioscsi0 -readconfig /usr/share/qemu-server/pve-q35-4.0.cfg -device vmgenid,guid=0cc09c47-2c95-40f4-a8d6-6bfd60ca630e -device usb-tablet,id=tablet,bus=ehci.0,port=1 -chardev socket,id=tpmchar,path=/var/run/qemu-server/101.swtpm -tpmdev emulator,id=tpmdev,chardev=tpmchar -device tpm-tis,tpmdev=tpmdev -device VGA,id=vga,bus=pcie.0,addr=0x1 -chardev socket,path=/var/run/qemu-server/101.qga,server=on,wait=off,id=qga0 -device virtio-serial,id=qga0,bus=pci.0,addr=0x8 -device virtserialport,chardev=qga0,name=org.qemu.guest_agent.0 -device virtio-balloon-pci,id=balloon0,bus=pci.0,addr=0x3,free-page-reporting=on -iscsi initiator-name=iqn.1993-08.org.debian:01:8a2d0736ecb -drive file=/mnt/pve/pm-syn-s-nas1/template/iso/virtio-win-0.1.266.iso,if=none,id=drive-ide0,media=cdrom,format=raw,aio=io_uring -device ide-cd,bus=ide.0,unit=0,drive=drive-ide0,id=ide0,bootindex=101 -drive file=/mnt/pve/pm-syn-s-nas1/template/iso/SW_DVD9_Win_Server_STD_CORE_2022_2108.41_64Bit_English_DC_STD_MLF_X23-94709.ISO,if=none,id=drive-ide2,media=cdrom,format=raw,aio=io_uring -device ide-cd,bus=ide.1,unit=0,drive=drive-ide2,id=ide2,bootindex=102 -device virtio-scsi-pci,id=virtioscsi0,bus=pci.3,addr=0x1,iothread=iothread-virtioscsi0 -drive file=/mnt/pve/pm_ds02/images/101/vm-101-disk-1.qcow2,if=none,id=drive-scsi0,format=qcow2,cache=none,aio=io_uring,detect-zeroes=on -device scsi-hd,bus=virtioscsi0.0,channel=0,scsi-id=0,lun=0,drive=drive-scsi0,id=scsi0,bootindex=100 -netdev type=tap,id=net0,ifname=tap101i0,script=/usr/libexec/qemu-server/pve-bridge,downscript=/usr/libexec/qemu-server/pve-bridgedown,vhost=on -device virtio-net-pci,mac=BC:24:11:C7:15:15,netdev=net0,bus=pci.0,addr=0x12,id=net0,rx_queue_size=1024,tx_queue_size=256,bootindex=103 -rtc driftfix=slew,base=localtime -machine hpet=off,type=pc-q35-9.0+pve0 -incoming unix:/run/qemu-server/101.migrate -S
root 90104 0.0 0.0 0 0 ? S Sep03 1:00 [kvm-pit/89945]
Here is my conf file that I built:
Code:
agent: 0
boot: order=scsi0
cores: 2
cpu: host
efidisk0: pm_ds02:101/vm-101-disk-0.qcow2,iothread=1,size=100G
machine: pc-q35-9.0
memory: 4096
name: s-jeremy-22
net0: virtio=BC:24:11:C7:15:15,bridge=vmbr1,firewall=1,tag=3037
ostype: win11
scsi0: pm_ds02:101/vm-101-disk-1.qcow2,iothread=1,size=100G
scsihw: virtio-scsi-single
sockets: 1
Any idea what is wrong?