I am trying to install windows 10 on proxmox VM. However, after updating virtio drivers, I am receiver error "windows can't be installed on drive 0 partition 1.
I was following this : https://pve.proxmox.com/wiki/Windows_10_guest_best_practices
Screenshot :
I also tried with other win 2022 iso, same issue.
Also, tried changing disk to GPT from diskpart during install
I want to use virtio.
Here is qm config
What exactly I am missing here.
Also, to add, when I add virtio drivers, its showing as virtio-scsi pass-through, is this correct driver being detected ?
I was following this : https://pve.proxmox.com/wiki/Windows_10_guest_best_practices
Screenshot :
I also tried with other win 2022 iso, same issue.
Also, tried changing disk to GPT from diskpart during install
I want to use virtio.
Here is qm config
Code:
agent: 1
boot: order=ide0;net0;ide2
cores: 4
ide0: local:iso/Windows-10-Pro.iso,media=cdrom,size=3768112K
ide2: NFS-stor1:iso/virtio-win-0.1.229-03-2023.iso,media=cdrom,size=522284K
machine: pc-q35-7.2
memory: 8192
meta: creation-qemu=7.2.0,ctime=1679131972
name: win10-test
net0: virtio=02:00:00:f9:4d:01,bridge=vmbr0,firewall=1
numa: 0
onboot: 1
ostype: win10
scsi0: local:6001/vm-6001-disk-0.qcow2,cache=writeback,discard=on,iothread=1,size=100G,ssd=1
scsihw: virtio-scsi-single
smbios1: uuid=128d68c6-0922-45f9-a797-63611591c872
sockets: 1
vmgenid: 340614ca-46bd-4b7c-b1c4-188d78795fe2
Also, to add, when I add virtio drivers, its showing as virtio-scsi pass-through, is this correct driver being detected ?