Failed to start Load Kernel Modules after update

Hi all. I need some help as my system is totally dead after trying to update my system with the update manager UI tool. After the update and the reboot, I got the error message “Failed to start Load Kernel Modules”, a bunch of “Failed to Mount unit for core” and some other stuff. BTW, during the update the update manager complained about some nVidia drivers - don’t know if this is important.

I tried following the steps for other similar issues and now I have a new screen when I boot:

Warning: /lib/modules/5.10.2.-2-MANJARO/modules.devname not found - ignoring
mount: /new_root: unknown filesystem type ‘ext4’
You are not being dropped into an emergency shell.
sh: can’t access tty: job control turned off
[rootfs ]#

The root prompt is totally unresponsive.

From the livecd, lsblk give the following. sda is my boot drive (or was my boot drive)

[manjaro@manjaro ~]$ lsblk
NAME   MAJ:MIN RM   SIZE RO TYPE MOUNTPOINT
loop0    7:0    0  24.4M  1 loop /run/miso/sfs/livefs
loop1    7:1    0 289.6M  1 loop /run/miso/sfs/mhwdfs
loop2    7:2    0   1.2G  1 loop /run/miso/sfs/desktopfs
loop3    7:3    0 656.3M  1 loop /run/miso/sfs/rootfs
sda      8:0    0 476.9G  0 disk 
└─sda1   8:1    0 476.9G  0 part 
sdb      8:16   0 111.8G  0 disk 
└─sdb1   8:17   0 111.8G  0 part 
sdc      8:32   0 232.9G  0 disk 
sdd      8:48   0 558.9G  0 disk 
└─sdd1   8:49   0 558.9G  0 part 
sde      8:64   1  14.9G  0 disk /run/miso/bootmnt
├─sde1   8:65   1   2.2G  0 part 
└─sde2   8:66   1     4M  0 part 
sr0     11:0    1  1024M  0 rom  

Any help is greatly appreciated and needed.

1 Like

"bunch of “Failed to Mount unit for core” and some other stuff. "
Sorry but with vague description like this you very unlikely will get any help. Please learn how to write support request posts, include logs, learn how to debug your system. Restore from backup.

1 Like

Can you try to boot another installed kernel ?

@cryptocurious, sorry this wasn’t complete enough , so here is everything on the boot screen at the time of the original failure.

[FAILED] Failed to start Load Kernel Modules.
[FAILED] Failed to mount Mount unit for core, revision 10444.
[FAILED] Failed to mount Mount unit for core, revision 10577.
[FAILED] Failed to mount Mount unit for core18, revision 1932.
[FAILED] Failed to mount Mount unit for core18, revision 1944.
[FAILED] Failed to mount Mount unit for spotify, revision 42.
[FAILED] Failed to mount Mount unit for spotify, revision 43.
[FAILED] Failed to mount /mnt/thor_backup/Vault.
[DEPEND] Dependency failed for Remote File Systems.
[FAILED] Failed to mount /mnt/ST3120026AS.

At this point, the system was stopped and could only be reset, so I reset it and rebooted to a live image via USB. I then came to the forums and found other issues with the same failure. I follow the steps in those tickets and now when I boot I get this screen:

Warning: /lib/modules/5.10.2.-2-MANJARO/modules.devname not found - ignoring
mount: /new_root: unknown filesystem type ‘ext4’
You are not being dropped into an emergency shell.
sh: can’t access tty: job control turned off
[rootfs ]#

The system is totally unresponsive, meaning it accepts no keyboard input of any kind and can only be rebooted. This is the current state of my system. I have decided to ask for help at this point to prevent making matters worse.

@Keruskerfuerst, I will look to see if I can get GRUB to come up and if there is another boot option but right now I am seeing no option to boot into anything.

You can also chroot into the system and install another kernel.

@Keruskerfuerst,
I was able to boot into another kernel, 5.9.16-1, linux59.

I have 3 versions installed, 5.10.2-2 and 5.4.85-1. I assume 5.10.2-2 is my corrupted image and my plan of action is to remove it and fall back to linux59. Is this the right path to take?

I did not specifically install linux510 or linux59 and I am probably quite happy with linux54. I suspect these versions arrived as part of pamac updates. When pamac says there are updates, I have been treating these as things I need to do for security, stability, etc. reasons and so I update. Should I not be doing this?

Thank you for your help.

Just reinstall 5.10 and then give it a try.
If not working you can still boot back into 5.9.

Everything seems to be running again on 5.10 kernel.

Steps taken to fix:

  1. Enter GRUB boot screen (hold down SHIFT during boot) and select different version of the kernel.
  2. Reboot
  3. Launch pamac and reinstall (remove, then install) old kernel, 5.10 in my case.
  4. Reboot
  5. Enter GRUB boot screen and select kernel 5.10

Thank you for you help, gentlemen.

2 Likes

Hi, can I just ask you what you typed in the command line to remove kernal 5.10? was it something like:-
sudo mhwd-kernel -r linux[version]

where version is ‘51’?

Simply reinstall with:

sudo pacman -S linux510

2 Likes

kernal 5.10 now up and running, thanks.

1 Like

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.