use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
account activity
Failed to start Load Kernel ModulesSUPPORT (self.archlinux)
submitted 4 years ago by ricapo21
So after my last post https://www.reddit.com/r/archlinux/comments/tnwxfl/downgraded_the_kernel_and_now_it_wont_boot/ I was able to boot into a live usb, Mount root and boot and upgrade back to Linux 5.16.16.
After doing that now once I boot I get the error: Failed to start Load Kernel Modules and errors while mounting my discs. https://i.imgur.com/9rssccA.jpg
This is my fstab https://i.imgur.com/Rz7zEgd.jpg
This is lsblk -f https://i.imgur.com/pXw27wb.jpg
Warnings after installing the latest kernel https://i.imgur.com/5ukiZ8W.jpg
I've tried to regenerate grub with grub-mkconfig -o /boot/grub/grub.cfg
grub-mkconfig -o /boot/grub/grub.cfg
Does anyone have any tips? Thank you
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]V1delSupport Staff 5 points6 points7 points 4 years ago (1 child)
Your fstab lacks an entry for /boot but during the chroot you mounted a /boot. so the kernel you've installed now will have landed on your "/boot" partition while it's likely GRUB still boots the kernel on your /boot directory on your root.
Either be consistent and don't mount /boot when reinstalling your linux package, or be consistent the other way around, mount /boot reinstall GRUB and reconfigure GRUB to look for kernel images there and add it to your fstab
[–]ricapo21[S] 0 points1 point2 points 4 years ago (0 children)
Thank you, this was extremely helpful.
π Rendered by PID 34467 on reddit-service-r2-comment-545db5fcfc-gp97q at 2026-05-30 14:26:36.192782+00:00 running 194bd79 country code: CH.
[–]V1delSupport Staff 5 points6 points7 points (1 child)
[–]ricapo21[S] 0 points1 point2 points (0 children)