@george1421 said in Slow restoration of Windows 11 with FOG on Proxmox:
Just confirming that the /var/log/messages file exists and the /var/log/syslog one doesn’t ?
I only have two files there, nothing more: resolv.conf and messages
@george1421 said in Slow restoration of Windows 11 with FOG on Proxmox:
In researching this it seems one instant the 8169 driver was being installed instead of the 8168 linux kernel driver. This will take some looking by lspci -knn | more will list out all installed pci hardware with the “kernel drivers in use” for the hardware. As a hint for looking through the big list the section you are interested in starts with “03:00.0 Ethernet controller” since that is the built in nic you found in the previous post. Lets see if its using the 8169 driver instead.
I removed the network card from the PCI slot, and only the built-in one remains, so the section probably starts at [0200] and it looks like you are right.:
02:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10ec:8168] (rev 15)
Subsystem: Dell RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [1028:0acf]
Kernel driver in use: r8169
If I understood correctly, the problem is due to the wrong network card driver? What to do now, how to install the correct driver?
@george1421 said in Slow restoration of Windows 11 with FOG on Proxmox:
This command may help give the answer on driver than looking through the entire list of lspci commands: inxi -Naz
Unfortunately, I don’t have this command in the command line, but it seems it’s not needed since I’ve already got the answer