stuffo / scaleway-archkernel

Arch Package for running standard Arch Kernels on Scaleway C1 instances
2 stars 1 forks source link

4.16.1 not booting, phylink module missing in initrd #4

Closed stuffo closed 6 years ago

stuffo commented 6 years ago

4.16.1 ships with the current mvneta module which depends on the phylink module, thus the new kernel won't have network.

Workground

add net/phy/phylink to REQUIRED_MODULES in /usr/sbin/archkernel-load.sh and remove /boot/.archkernel-version to force initrd rebuild on next bootup. If you are already stuck with the new kernel, set archkernel_disabled=1 as server tag to avoid booting kexec kernel and do the above workaround.