I have a G5, G6, and G7 that were in use with Proxmox 4.0 and I just erased them with the newest 5.1-3. The G6 and G7 work fine with the network config I setup but as soon as the G5 nodes are rebooted they get the following kernel panic I attached.
NIC on g7:
02:00.0 Ethernet controller: Broadcom Limited NetXtreme II BCM5709 Gigabit Ethernet (rev 20)
NIC on G5:
05:00.0 Ethernet controller: Broadcom Limited NetXtreme II BCM5708 Gigabit Ethernet (rev 12)
/etc/network/interfaces only difference on the G5 is s/enp2s0f0/enp3s0:
auto lo
iface lo inet loopback
iface enp2s0f0 inet manual
auto enp2s0f0.1
iface enp2s0f0.1 inet static
address 10.5.0.2
netmask 255.255.255.224
gateway 10.5.0.1
auto vmbr0
iface vmbr0 inet manual
bridge_ports enp2s0f0
bridge_stp off
bridge_fd 0
If I save the config and restart networking without rebooting then it works but as soon as it reboots I get the kernel panic and I can never get into regular boot again I have to go into single user mode.
NIC on g7:
02:00.0 Ethernet controller: Broadcom Limited NetXtreme II BCM5709 Gigabit Ethernet (rev 20)
NIC on G5:
05:00.0 Ethernet controller: Broadcom Limited NetXtreme II BCM5708 Gigabit Ethernet (rev 12)
/etc/network/interfaces only difference on the G5 is s/enp2s0f0/enp3s0:
auto lo
iface lo inet loopback
iface enp2s0f0 inet manual
auto enp2s0f0.1
iface enp2s0f0.1 inet static
address 10.5.0.2
netmask 255.255.255.224
gateway 10.5.0.1
auto vmbr0
iface vmbr0 inet manual
bridge_ports enp2s0f0
bridge_stp off
bridge_fd 0
If I save the config and restart networking without rebooting then it works but as soon as it reboots I get the kernel panic and I can never get into regular boot again I have to go into single user mode.