Hello everyone!
I am having an issue with my windows 11 vm on proxmox. I am trying to set the CPU type to host but windows 11 stuck and get into automatic repair screen.
If I set the CPU type to qemu64, windows boot normally. I would like to run hyper-v but I can't do that if I don't set the cpu type to host.
The strange thing is that I setup windows having the CPU type to host but after a reboot, it stuck into the automatic repair screen and the only way to boot windows again is to set the CPU type to qemu64 (or KVM64). Before I reboot and get it stucked I installed nvidia drivers for my GPU (which I pass through to the VM) and I also enabled hyper-v.
Here is my configuration :
pveversion
/sys/module/kvm_intel/parameters/nested
/etc/default/grud
/etc/pve/qemu-server/100.conf
Physical hardware
Any suggestion?
Thank you!
I am having an issue with my windows 11 vm on proxmox. I am trying to set the CPU type to host but windows 11 stuck and get into automatic repair screen.
If I set the CPU type to qemu64, windows boot normally. I would like to run hyper-v but I can't do that if I don't set the cpu type to host.
The strange thing is that I setup windows having the CPU type to host but after a reboot, it stuck into the automatic repair screen and the only way to boot windows again is to set the CPU type to qemu64 (or KVM64). Before I reboot and get it stucked I installed nvidia drivers for my GPU (which I pass through to the VM) and I also enabled hyper-v.
Here is my configuration :
pveversion
pve-manager/7.4-3/9002ab8a (running kernel: 5.15.107-1-pve)
/sys/module/kvm_intel/parameters/nested
Y
/etc/default/grud
Code:
GRUB_DEFAULT=0
GRUB_TIMEOUT=5
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet intel_iommu=on initcall_blacklist=sysfb_init iommu=pt pcie_acs_override=downstream,multifunction nofb nomodeset"
GRUB_CMDLINE_LINUX=""
/etc/pve/qemu-server/100.conf
Code:
agent: 1
args: -cpu host,+kvm_pv_unhalt,+kvm_pv_eoi,hv_vendor_id=NV43FIX,kvm=off'
bios: ovmf
boot: order=scsi0;net0;ide2
cores: 8
cpu: host,hidden=1,flags=+pcid
efidisk0: local-lvm:vm-100-disk-0,efitype=4m,pre-enrolled-keys=1,size=4M
hostpci0: 0000:01:00,pcie=1
ide2: Backup:iso/virtio-win-0.1.229.iso,media=cdrom,size=522284K
machine: pc-q35-7.2
memory: 16384
meta: creation-qemu=7.2.0,ctime=1680719952
name: Sunshine.204
net0: virtio=5E:B1:..:..:..:..,bridge=vmbr0,firewall=1
numa: 1
onboot: 1
ostype: win11
scsi0: local-lvm:vm-100-disk-1,iothread=1,size=256G,ssd=1
scsi1: local-lvm:vm-100-disk-3,iothread=1,size=1T
scsihw: virtio-scsi-single
smbios1: uuid=000000000000,manufacturer=000000=,product=QQ>
sockets: 1
tpmstate0: local-lvm:vm-100-disk-2,size=4M,version=v2.0
usb0: host=1-7.2
usb1: host=0bda:8176
vmgenid: 08a7c376-d940-4226-a8ac-...
Physical hardware
- CPU : Intel Core i5-13400F
- GPU: GeForce RTX3060
Any suggestion?
Thank you!
Last edited: