I've just put together a new system (specs here). When attempting to boot into Proxmox VE 6.4 (via flashed USB), it gets stuck on the step:
It looks like it's failing simply because it isn't picking up the ethernet cable that's plugged in.
Since it's a new system, I thought it entirely possible the MOBO ethernet port was dodgy as I hadn't tested before. I decided to boot into Ubuntu to test, but the network indeed seems to be working fine in there.
I'm starting to think it's directly related to the relatively new motherboard (Z590M). Keen to hear other's thoughts or debug ideas.. Would buying a dedicated NIC solve the problem? (not exactly ideal)
Code:
No broadcast interfaces found - exiting.
done
Starting chrony for opportunistic time-sync... Starting a root shell on tty3.
\nInstallation aborted - unable to continue (type exit or CTRL-D to reboot)
It looks like it's failing simply because it isn't picking up the ethernet cable that's plugged in.
Code:
root@proxmox:/# cat /etc/network/interfaces
auto lo
iface lo inet loopback
Since it's a new system, I thought it entirely possible the MOBO ethernet port was dodgy as I hadn't tested before. I decided to boot into Ubuntu to test, but the network indeed seems to be working fine in there.
I'm starting to think it's directly related to the relatively new motherboard (Z590M). Keen to hear other's thoughts or debug ideas.. Would buying a dedicated NIC solve the problem? (not exactly ideal)