I have 3 Minisforum MS-01 hosts running PVE 8.4.14, with Ceph running on Thunderbolt links between the nodes. I went ahead with the 8 to 9 upgrade following the docs https://pve.proxmox.com/wiki/Upgrade_from_8_to_9. Starting with the first host, I went through the process but upon reboot, it indicated that DKMS service failed to start. I was able to get into recovery mode and remove the
Here is my `interfaces` config.
i915-sriov-dkms
module. Moreover, all the interfaces were down for some reason. I edited /etc/network/interfaces
and give one of the NICs a static IP and was able to get it to connect just so I could run apt commands. After removing the module and rebooting, it no longer showed the DKMS service failure, but it just sat at the boot screen (see picture below). If I try to boot into the recovery mode again without entering the root password, it gets stuck trying to start networking.service
. I'm pretty stuck at this point and hoping someone could assist with getting the node back up.Here is my `interfaces` config.
Code:
# network interface settings; autogenerated
# Please do NOT modify this file directly, unless you know what
# you're doing.
#
# If you want to manage parts of the network configuration manually,
# please utilize the 'source' or 'source-directory' directives to do
# so.
# PVE will preserve these directives, but will NOT read its network
# configuration from sourced files, so do not attempt to move any of
# the PVE managed interfaces into external files!
auto lo
iface lo inet loopback
auto enp87s0
iface enp87s0 inet manual
auto enp90s0
iface enp90s0 inet manual
auto enp2s0f0np0
iface enp2s0f0np0 inet manual
auto enp2s0f1np1
iface enp2s0f1np1 inet manual
auto en05
iface en05 inet manual
mtu 65520
iface en05 inet6 manual
auto en06
iface en06 inet manual
mtu 65520
iface en06 inet6 manual
auto bond0
iface bond0 inet manual
bond-slaves enp2s0f0np0 enp2s0f1np1
bond-miimon 100
bond-mode 802.3ad
#vm
auto bond1
iface bond1 inet manual
bond-slaves enp87s0 enp90s0
bond-miimon 100
bond-mode balance-alb
#mgmt
auto vmbr0
iface vmbr0 inet manual
bridge-ports bond0
bridge-stp off
bridge-fd 0
bridge-vlan-aware yes
bridge-vids 2-4094
auto vmbr1
iface vmbr1 inet static
address 10.64.10.252/24
gateway 10.64.10.1
bridge-ports bond1
bridge-stp off
bridge-fd 0
source /etc/network/interfaces.d/*
Attachments
Last edited: