Overview: My Unraid server's host OS is currently inaccessible via the network (cannot ping its expected IP, web GUI connection refused), and I cannot see the Unraid console display. A Windows 11 Virtual Machine (VM) running on this Unraid server is fully functional, displaying video output via motherboard's integrated GPU (iGPU) passthrough and successfully obtaining its own IP address directly from the LAN's DHCP server. This issue occurred immediately after a motherboard BIOS update. Symptoms: Unraid Host: Unreachable via network: ping to its expected IP fails. The physical network interface for the Unraid host is not acquiring an IP address from the router's DHCP server that we can identify. Attempts to connect to the web GUI (HTTP) result in a "connection refused" error. No console display: The motherboard's HDMI output is showing the Windows 11 VM's display, preventing access to the Unraid OS console. Windows 11 VM: Fully functional, including graphical output via passed-through iGPU. Network access is working, acquiring its IP directly from the LAN's DHCP server (not from Unraid's internal DHCP). Context/Recent Changes: Recently performed a BIOS update on the Unraid server's motherboard (MSI MAG B650 TOMAHAWK WIFI, BIOS 1.M3 03/05/2025). Detailed Network State & Physical MAC Address: My Unraid server's physical onboard NIC (RTL8125B 2.5Gbps, identified as eth0 in previous boot logs) has a MAC address of 34:5a:60:62:fd:f9. Before troubleshooting attempts (and as seen in older syslog entries), this MAC (34:5a:60:62:fd:f9) was associated with IP 192.168.1.67 in my router's DHCP bindings. After applying the "clean slate" DHCP configuration to the Unraid USB drive and rebooting: The MAC address 34:5a:60:62:fd:f9 is NO LONGER PRESENT in my router's DHCP client list. A new IP address, 192.168.1.139, appeared in the list, but it is associated with a different MAC address (54:e1:ad:37:0d:2d). This is not the MAC of my Unraid server's physical NIC and is likely from another network device or a virtual component not related to the Unraid host OS itself. Therefore, despite efforts, the Unraid host OS's primary network interface (34:5a:60:62:fd:f9) is still not acquiring a recognizable IP lease from the router. Troubleshooting Steps Already Taken (and Results): BIOS Configuration: Verified and enabled Intel VT-d/AMD-V IOMMU/SVM Mode. Verified and enabled Above 4G Decoding. Verified and disabled PCIe ASPM and Resizable BAR Support. Confirmed PCIe E1 Gen Switch is Gen4. Confirme Resume By PCI-E Device is Disabled. Confirme PCIe ARI Support and PCIe ARI Enumeration are Auto. Confirme Intel VMD Controller is Disabled. Confirme iGPU Multi-Monitor is Enabled. Confirme Unraid USB is first boot device. Result: No change to host network/display access. Unraid USB Drive Network Configuration (Manual Edits on another PC): Performed graceful VM shutdown, then dirty server shutdown, removed USB. Edited network.cfg to contain ONLY: # Generated settings: and USE_DHCP="yes". Renamed network-rules.cfg to network-rules.cfg.bak (if present). Renamed network-extra.cfg to network-extra.cfg.bak (due to Tailscale plugin detected). Safely ejected USB, plugged back into server, rebooted. Result: Physical NIC (34:5a:60:62:fd:f9) still not acquiring an IP. Web GUI still "refused to connect." VM Configuration File Location: Confirmed via domain.cfg that VM XML configuration files are located on the Unraid array (/mnt/user/domains/), not on the USB drive. Result: Cannot manually disable iGPU passthrough by editing the VM XML directly, as the array is inaccessible. Syslog Analysis: Reviewed syslog (identified as from a previous boot when static 192.168.1.67 was active) confirming eth0 (RTL8125B, MAC 34:5a:60:62:fd:f9) was detected and network services (nginx, sshd) attempted to start on 192.168.1.67. Current Status: Unraid host's physical network interface (34:5a:60:62:fd:f9) is not acquiring a DHCP lease from the router after BIOS update and config resets. Unraid host's web services are inaccessible ("connection refused"). No direct console access to troubleshoot further due to iGPU passthrough to a functioning VM. Cannot edit VM configuration to release iGPU, as VM configs are on the array. Request: Seeking urgent guidance on how to regain direct console access to the Unraid host, or specific diagnostic steps that can be performed when the host network is unresponsive and GUI/SSH are inaccessible, given the clear physical NIC MAC and its current failure to acquire an IP. A full OS reinstallation is a last resort.