Hi, as the title says. After rebooting with previous kernel 5.3.13-3 everything works as expected again.
The Start VM task for the Win10 vm errors on the latest kernel with "unable to read tail (got 0 bytes) " as it tries to start it on boot. Linux/FreeBSD vms and containers work normally. Trying to start the Win10 vm manually yields a stuck unkillable Start VM task which hangs the whole server on reboot. While stuck at the reboot there are some messages interspersed throughout the normal reboot output, like so:
The server then just hung on this screen for almost an hour at which point I lost patience and power cycled it.
config file for the relevant VM:
Is there anything I can do to get the vm up and running on the latest kernel? Not that I necessarily need it, but trying to solve random issues like this is pretty much the whole point of having a homelab for me.
The Start VM task for the Win10 vm errors on the latest kernel with "unable to read tail (got 0 bytes) " as it tries to start it on boot. Linux/FreeBSD vms and containers work normally. Trying to start the Win10 vm manually yields a stuck unkillable Start VM task which hangs the whole server on reboot. While stuck at the reboot there are some messages interspersed throughout the normal reboot output, like so:
The server then just hung on this screen for almost an hour at which point I lost patience and power cycled it.
config file for the relevant VM:
Code:
agent: 1
balloon: 2048
bios: ovmf
boot: dcn
bootdisk: scsi0
cores: 4
cpu: host
cpuunits: 1536
efidisk0: vm-storage:101/vm-101-disk-0.qcow2,size=128K
hostpci0: 06:00
hotplug: network,usb
machine: q35
memory: 4096
name: *********
numa: 0
onboot: 1
ostype: win10
protection: 1
scsi0: vm-storage:101/vm-101-disk-1.qcow2,discard=on,size=100G,ssd=1
scsihw: virtio-scsi-pci
smbios1: uuid=9fe652df-30ca-4947-bb0f-24239609e9fe
sockets: 1
startup: order=5,down=60
usb0: host=2-1.1,usb3=1
vga: qxl
vmgenid: 9210ad9c-7f77-41d4-a089-17889d9beaaf
Is there anything I can do to get the vm up and running on the latest kernel? Not that I necessarily need it, but trying to solve random issues like this is pretty much the whole point of having a homelab for me.