[SOLVED] shutdown hangs on 'kvm: exiting hardware virtualization'

hi,

there was a recent forum thread with the same issue [0] (using AMD processor and some posters even using the same hardware as you ;) )

you can try booting 5-13-19-1-pve.
also you can try installing the latest 5.15 kernel: apt install pve-kernel-5.15 [1]
i'd recommend trying the newer kernel first, since it seemed to fix the issues from the other users.

hope this helps!

[0]: https://forum.proxmox.com/threads/proxmox-wont-boot-with-latest-kernel-5-13-19-2-pve.100825/
[1]: https://forum.proxmox.com/threads/opt-in-linux-kernel-5-15-for-proxmox-ve-7-x-available.100936/
 
Last edited:
thank you!
this fixed my problem so far:
Code:
apt install pve-kernel-5.15 pve-kernel-5.15.5-1-pve pve-headers-5.15 pve-headers-5.15.5-1-pve
 
  • Like
Reactions: kmichail
This worked for me.
1. open terminal
2.EDITOR=gedit sudoedit /etc/default/grub
3. GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi=force"
4. Save it
5. sudo update-grub