Comment 4 for bug 1931835

Revision history for this message
zskdan (zelqotbi) wrote :

If I keep an initrd image of a kernel before installing the "modules-extra" I got finally my system to boot and to work perfectly.

$ sudo cp /boot/initrd.img-5.4.0-74-generic /boot/initrd.img-5.4.0-74-generic.wo.extras
$ sudo apt install linux-modules-extra-5.4.0-74-generic
$ sudo mv /boot/initrd.img-5.4.0-74-generic /boot/initrd.img-5.4.0-74-generic.extras
$ sudo ln -s initrd.img-5.4.0-74-generic.wo.extra /boot/initrd.img-5.4.0-74-generic

So, I think that the issue comes from the "modules-extra" package.