Thanks a lot for the reply!
Code:
root@proxmox:~# pveversion -ve
proxmox-ve: 7.1-1 (running kernel: 5.13.19-2-pve)
pve-manager: 7.1-10 (running version: 7.1-10/6ddebafe)
pve-kernel-helper: 7.1-8
pve-kernel-5.13: 7.1-6
pve-kernel-5.13.19-3-pve: 5.13.19-6
pve-kernel-5.13.19-2-pve: 5.13.19-4
ceph-fuse: 15.2.15-pve1
corosync: 3.1.5-pve2
criu: 3.15-1+pve-1
glusterfs-client: 9.2-1
ifupdown2: 3.1.0-1+pmx3
ksm-control-daemon: 1.4-1
libjs-extjs: 7.0.0-1
libknet1: 1.22-pve2
libproxmox-acme-perl: 1.4.1
libproxmox-backup-qemu0: 1.2.0-1
libpve-access-control: 7.1-5
libpve-apiclient-perl: 3.2-1
libpve-common-perl: 7.1-2
libpve-guest-common-perl: 4.0-3
libpve-http-server-perl: 4.1-1
libpve-storage-perl: 7.0-15
libspice-server1: 0.14.3-2.1
lvm2: 2.03.11-2.1
lxc-pve: 4.0.11-1
lxcfs: 4.0.11-pve1
novnc-pve: 1.3.0-1
proxmox-backup-client: 2.1.3-1
proxmox-backup-file-restore: 2.1.3-1
proxmox-mini-journalreader: 1.3-1
proxmox-widget-toolkit: 3.4-5
pve-cluster: 7.1-3
pve-container: 4.1-3
pve-docs: 7.1-2
pve-edk2-firmware: 3.20210831-2
pve-firewall: 4.2-5
pve-firmware: 3.3-4
pve-ha-manager: 3.3-1
pve-i18n: 2.6-2
pve-qemu-kvm: 6.1.0-3
pve-xtermjs: 4.12.0-1
qemu-server: 7.1-4
smartmontools: 7.2-1
spiceterm: 3.2-2
swtpm: 0.7.0~rc1+2
vncterm: 1.7-1
zfsutils-linux: 2.1.2-pve1
Code:
root@proxmox:~# cat /etc/pve/qemu-server/103.conf
agent: 1
balloon: 2048
bios: ovmf
boot: order=scsi0;ide2;net0;ide0
cores: 4
cpu: Haswell-noTSX
efidisk0: local-lvm:vm-103-disk-1,efitype=4m,pre-enrolled-keys=1,size=4M
hostpci0: 0000:01:00,pcie=1
ide0: local:iso/virtio-win-0.1.215.iso,media=cdrom,size=528322K
ide2: local:iso/Win10_21H2_German_x64.iso,media=cdrom
machine: pc-q35-6.0
memory: 8192
meta: creation-qemu=6.1.0,ctime=1642685514
name: Win10-UEFI
net0: virtio=66:69:6C:AA:28:5E,bridge=vmbr0,firewall=1
numa: 0
ostype: win10
scsi0: local-lvm:vm-103-disk-0,cache=writeback,size=32G
scsihw: virtio-scsi-pci
smbios1: uuid=74497f5a-1253-4617-b5a5-fd86f6f4c3b4
sockets: 1
vga: virtio
vmgenid: a43eec1b-8d3c-4416-ab7e-3d9e4e03ded4
*****************************************************
I did a full re-install of two VMs today to confirm the behaviour.
1: I do this after this
guide.
- SeaBIOS
- Machine=i440fx
- CPU=kvm64
- no ethernet adapter after installation.
- install VirtIO PCI driver (works fine) and the guest-agent
- reboot
- shutdown
- change the Machine from i440fx to q35 (I added this part).
- restart
-
After restarting, the ethernet driver is okay and there is an adapter and a connection. Changing back to i440fx again removes the connection. This is all just for your information.
2: This second
guide.
- UEFI
- Machine=q35
- CPU=Haswell-noTSX
- No ethernet adapter or working ethernet driver after the same procedure as above.
In both cases I load SCSI, NetKVM, and Ballon drivers before the installation writes to the disk. I chose them from the respective directory from the virtio ISO and then "w10/amd64".
In both cases the NetKVM takes long to load, the other ones are quick.
****************************************************
More additional info: My hardware is old, but I am confidend everything should work:
- Intel i5 4460 3,2 GHZ
- GTX 560 Ti
- 16 GB RAM
- Gigabyte GA-H97M Mainboard
Since I changed the CPU from i3 to i5 the motherboard even shows a "Vt-d" option. It is enabled. I am confidend passthrough will work.