From 4d13f2c7a1e8358dcc0bc7705e6241b4af1d0407 Mon Sep 17 00:00:00 2001 From: Adon Metcalfe Date: Wed, 4 Jan 2023 16:18:18 +0800 Subject: [PATCH] Update nested-virtualization.md Include notes on 3rd party proxmox and kvm support, and a note on virtio storage stability (ps nested virtualisation is an excellent feature!) --- .../hyper-v-on-windows/user-guide/nested-virtualization.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/virtualization/hyper-v-on-windows/user-guide/nested-virtualization.md b/virtualization/hyper-v-on-windows/user-guide/nested-virtualization.md index 54b0e12e0..11917bf30 100644 --- a/virtualization/hyper-v-on-windows/user-guide/nested-virtualization.md +++ b/virtualization/hyper-v-on-windows/user-guide/nested-virtualization.md @@ -108,3 +108,5 @@ In contrast, the diagram below shows Hyper-V with nested virtualization enabled. ## 3rd Party Virtualization Apps Virtualization applications other than Hyper-V are not supported in Hyper-V virtual machines, and are likely to fail. This includes any software that requires hardware virtualization extensions. + +Third party hypervisors such as [Proxmox VE](https://pve.proxmox.com/wiki/Install_Proxmox_VE_on_Debian_11_Bullseye) built on [Azure Debian](https://wiki.debian.org/Cloud/MicrosoftAzure) run with minimal issues (tested on [Proxmox VE 7.3](https://pve.proxmox.com/wiki/Roadmap#Proxmox_VE_7.3)), however [QEMU/KVM](https://pve.proxmox.com/wiki/Qemu/KVM_Virtual_Machines) guest VM's within the nested hypervisor have been seen to have stability issues when using virtio storage drivers. The Default (LSI 53C895A) SCSI controller is a suitable alternative.