I think Android Studio need vm support and maybe you need to change the cpu to Host and Host need to have the nested capability.
What's the output of:
cat /sys/module/kvm_intel/parameters/nested
I suggest to make a raid1 of boot partition sda2 with sdb2.
I had also many troubles with UEFI boot bios menu entry, at the end I overwrite the UEFI bootloader fallback with proxmox UEFI:
cp /boot/efi/EFI/proxmox/grubx64.efi /boot/efi/EFI/BOOT/BOOTx64.EFI
*todo on both boot partition sda2 and...
Seems like in qemu-kvm they implemented a hotplug flag in the pci declaration:
https://bugzilla.redhat.com/show_bug.cgi?id=1790899
I don't think there are these options in the proxmox web gui.
Anyway in Windows you can add this batch at startup *Run as Administrator*:
:: RUN AS Administrator...
Seems like the NVM of your network card is corrupted.
May you can try to install this network adapter in a computer with windows 7 or 10, install latest driver from intel website and try if it is working the lan connection...
Usually the windows intel package driver update also the firmware and...
Try this driver:
https://www.intel.com/content/www/us/en/download/14611/intel-network-adapter-driver-for-pcie-intel-gigabit-ethernet-network-connections-under-linux.html
apt install pve-headers-$(uname -r)
cd /root/
wget https://downloadmirror.intel.com/15817/eng/e1000e-3.8.4.tar.gz
tar zxf...
Oh finally I have found the culprit!
!!! cpu: IvyBridge !!! Don't use it with OVMF!
I changed to host and now is booting every Windows ISO!
At the end I modify manually the VM config with a text editor:
cpu: host,hidden=1,flags=+pcid
and added this line:
args: -cpu...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.