I experienced a weird behavior on some of my Windows 10 or Windows Server 2019/16 guests.
The Guest doesn't startup and hangs at boot (this Windows circle) when restarting the guest.
This usually happens after a month of uptime of the guest.
If I press reset on the proxmox server the guest hangs again at boot.
If I press stop. And then startup the guest, it will start normal and I can reboot it without or reset it without the bootproblems.
After a month (especially MS Patchday) it happens again.
I experienced it on different hardwareplattforms (Epyc Xeon E).
The virtual machines usually are alway online. Windows 10 Guests restart after Updates and Antivirus Updates.
It began a year ago and may have a correlation to the new kernel or virtio versions(5.15). (actual kernel: Linux pve 5.15.39-1-pve)
I Installed virtio 0.1.221 guests and tools. The language is german, so I can't use the installer.
It got better with the newer kernels and virtio. But we use german iso's, so I experience problems by install the newest ones.
Virtio Driver for W10 is 100.91.104.22100 (21.05.2022)
My guess is that it has to do with the storage driver but im not sure. Does anyone experienced the same behaivior?
Maybe someone has already a hint or a solution to this?
The Guest doesn't startup and hangs at boot (this Windows circle) when restarting the guest.
This usually happens after a month of uptime of the guest.
If I press reset on the proxmox server the guest hangs again at boot.
If I press stop. And then startup the guest, it will start normal and I can reboot it without or reset it without the bootproblems.
After a month (especially MS Patchday) it happens again.
I experienced it on different hardwareplattforms (Epyc Xeon E).
The virtual machines usually are alway online. Windows 10 Guests restart after Updates and Antivirus Updates.
It began a year ago and may have a correlation to the new kernel or virtio versions(5.15). (actual kernel: Linux pve 5.15.39-1-pve)
I Installed virtio 0.1.221 guests and tools. The language is german, so I can't use the installer.
It got better with the newer kernels and virtio. But we use german iso's, so I experience problems by install the newest ones.
Virtio Driver for W10 is 100.91.104.22100 (21.05.2022)
root@pve:~# cat /etc/pve/qemu-server/102.conf
Code:
agent: 1,fstrim_cloned_disks=1
balloon: 0
bios: ovmf
bootdisk: virtio0
cores: 2
efidisk0: local-zfs:vm-102-disk-0,size=1M
ide2: none,media=cdrom
machine: pc-q35-5.1
memory: 4000
name: OIP01
net0: e1000=XX:XX:XX:XX:XX:XX,bridge=vmbr0
numa: 0
onboot: 1
ostype: win10
scsihw: virtio-scsi-pci
smbios1: uuid=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx
sockets: 1
virtio0: local-zfs:vm-102-disk-1,discard=on,mbps_wr=200,size=90G
vmgenid: xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx
My guess is that it has to do with the storage driver but im not sure. Does anyone experienced the same behaivior?
Maybe someone has already a hint or a solution to this?