LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 09-11-2021, 03:10 PM   #1
FlintyGymnast55
LQ Newbie
 
Registered: Sep 2021
Distribution: Arch
Posts: 9

Rep: Reputation: Disabled
Question Arch: Failed to start load kernel modules. Failed to mount /boot


I am mostly new to using arch and i recently rebooted my pc and this error message showed up.

Failed to start load kernel modules
Failed to mount /boot

If anyone has any info on what the problem is or where i should continue looking, i would be eternally grateful.
 
Old 09-11-2021, 03:37 PM   #2
teckk
LQ Guru
 
Registered: Oct 2004
Distribution: Arch
Posts: 5,152
Blog Entries: 6

Rep: Reputation: 1835Reputation: 1835Reputation: 1835Reputation: 1835Reputation: 1835Reputation: 1835Reputation: 1835Reputation: 1835Reputation: 1835Reputation: 1835Reputation: 1835
Quote:
i recently rebooted my pc and this error message showed up.
After doing what?

Do you have a separate /boot partition? Did you have it mounted last update? /boot is where the kernel lives.

What are your partitions
Code:
fdisk -l
lsblk
What does your fstab look like?
Code:
cat /etc/fstab
Also
Code:
uname -a
 
Old 09-11-2021, 04:26 PM   #3
FlintyGymnast55
LQ Newbie
 
Registered: Sep 2021
Distribution: Arch
Posts: 9

Original Poster
Rep: Reputation: Disabled
I edited polybar, i3, lightdm configs, updated, and tried to get virtualbox to work before leaving my pc overnight and rebooting this morning.

I do have a separate /boot partition (/dev/sdb2) and i am pretty positive it was mounted last update.

Relevant partitions are:

/dev/sda2 : /home
/dev/sdb2 : /boot
/dev/sdb5 : root

Fstab is:

# /dev/sdb5
UUID=d07ea5cc-2ced-44fb-a7d3-968920fe4c55 / ext4 rw,relatime 0 1

# /dev/sda2
UUID=eaae17b1-d862-41d3-a22d-b2f3d7cdf98f /home ext4 rw,relatime 0 2

# /dev/sdb2
UUID=B272-A1A9 /boot vfat rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,utf8,errors=remount-ro 0 2

Uname -a is:

Linux archiso 5.13.13-arch1-1 #1 SMP PREEMPT Thu, 26 Aug 2021 19:14:36 +0000 x86_64 GNU/Linux
 
Old 09-11-2021, 06:24 PM   #4
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,395

Rep: Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594
What are you using for a boot loader, and is this a duel boot system?
 
Old 09-11-2021, 06:33 PM   #5
FlintyGymnast55
LQ Newbie
 
Registered: Sep 2021
Distribution: Arch
Posts: 9

Original Poster
Rep: Reputation: Disabled
I use grub and yes i dual boot windows 10
 
Old 09-11-2021, 08:06 PM   #6
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,395

Rep: Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594
My guess is the initramfs or /boot/grub/grub.cfg wasn't updated with a kernel update.
 
Old 09-11-2021, 08:50 PM   #7
FlintyGymnast55
LQ Newbie
 
Registered: Sep 2021
Distribution: Arch
Posts: 9

Original Poster
Rep: Reputation: Disabled
I have gone through and made sure that initramfs and grub.cfg are both up to date
 
Old 09-11-2021, 10:13 PM   #8
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,395

Rep: Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594
A little googling came across this https://bbs.archlinux.org/viewtopic.php?id=233935
what is the output of
Code:
stat /lib /lib64 /usr/lib

Last edited by colorpurple21859; 09-11-2021 at 10:16 PM.
 
Old 09-12-2021, 08:39 AM   #9
teckk
LQ Guru
 
Registered: Oct 2004
Distribution: Arch
Posts: 5,152
Blog Entries: 6

Rep: Reputation: 1835Reputation: 1835Reputation: 1835Reputation: 1835Reputation: 1835Reputation: 1835Reputation: 1835Reputation: 1835Reputation: 1835Reputation: 1835Reputation: 1835
https://bbs.archlinux.org/viewtopic.php?id=269570
 
1 members found this post helpful.
Old 09-12-2021, 01:56 PM   #10
FlintyGymnast55
LQ Newbie
 
Registered: Sep 2021
Distribution: Arch
Posts: 9

Original Poster
Rep: Reputation: Disabled
That would be:
Code:
  File: /lib -> usr/lib
  Size: 7         	Blocks: 0          IO Block: 4096   symbolic link
Device: 815h/2069d	Inode: 13          Links: 1
Access: (0777/lrwxrwxrwx)  Uid: (    0/    root)   Gid: (    0/    root)
Access: 2021-09-12 13:53:07.695581578 -0500
Modify: 2021-05-30 19:39:56.000000000 -0500
Change: 2021-09-04 20:12:31.550357539 -0500
 Birth: 2021-09-04 20:12:31.550357539 -0500
  File: /lib64 -> usr/lib
  Size: 7         	Blocks: 0          IO Block: 4096   symbolic link
Device: 815h/2069d	Inode: 14          Links: 1
Access: (0777/lrwxrwxrwx)  Uid: (    0/    root)   Gid: (    0/    root)
Access: 2021-09-11 18:21:17.362393544 -0500
Modify: 2021-05-30 19:39:56.000000000 -0500
Change: 2021-09-04 20:12:31.550357539 -0500
 Birth: 2021-09-04 20:12:31.550357539 -0500
  File: /usr/lib
  Size: 86016     	Blocks: 176        IO Block: 4096   directory
Device: 815h/2069d	Inode: 1179659     Links: 121
Access: (0755/drwxr-xr-x)  Uid: (    0/    root)   Gid: (    0/    root)
Access: 2021-09-11 13:57:00.800053328 -0500
Modify: 2021-09-11 13:56:59.770053276 -0500
Change: 2021-09-11 13:56:59.770053276 -0500
 Birth: 2021-09-04 20:12:31.550357539 -0500
 
Old 09-12-2021, 02:35 PM   #11
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,395

Rep: Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594
post the output of
Code:
 df -h
 
Old 09-12-2021, 02:40 PM   #12
FlintyGymnast55
LQ Newbie
 
Registered: Sep 2021
Distribution: Arch
Posts: 9

Original Poster
Rep: Reputation: Disabled
Code:
Filesystem      Size  Used Avail Use% Mounted on
/dev/sdb5        48G  7.5G   38G  17% /
/dev/sda2       7.3T  467G  6.5T   7% /home
/dev/sdb2        95M   88M  7.8M  92% /root
udev             24G     0   24G   0% /dev
shm              24G     0   24G   0% /dev/shm
run              24G  163M   24G   1% /run
tmp              24G     0   24G   0% /tmp
 
Old 09-12-2021, 02:49 PM   #13
computersavvy
Senior Member
 
Registered: Aug 2016
Posts: 3,345

Rep: Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484
According to that you do not have /boot mounted.
You have /root as sdb2, but no /boot.

Please post the output of "sudo fdisk -l" so we can see what drive space you actually have and where. What you have posted only shows sda2, sdb2 & sdb5 so there are several partitions defined but not yet shown to us.
 
Old 09-12-2021, 03:04 PM   #14
FlintyGymnast55
LQ Newbie
 
Registered: Sep 2021
Distribution: Arch
Posts: 9

Original Poster
Rep: Reputation: Disabled
Ive been at this issue for a while so i think the most recent time that i rebooted to my arch usb i accidentally mounted /dev/sdb2 to /root instead of /boot. sdb2 is most certainly supposed to be my /boot.

Fdisk -l is:
Code:
Disk /dev/sda: 7.28 TiB, 8001563222016 bytes, 15628053168 sectors
Disk model: ST8000DM004-2CX1
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: gpt
Disk identifier: 62E6261D-AB2A-4D35-8E4C-9CE7E7BF6924

Device     Start         End     Sectors  Size Type
/dev/sda1     34       32767       32734   16M Microsoft reserved
/dev/sda2  32768 15628052479 15628019712  7.3T Microsoft basic data



Disk /dev/sdb: 476.94 GiB, 512110190592 bytes, 1000215216 sectors
Disk model: INTEL SSDSC2KW51
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: gpt
Disk identifier: A330A2ED-9D98-4344-BA64-583D6BB14B8B

Device         Start        End   Sectors   Size Type
/dev/sdb1       2048     923647    921600   450M Windows recovery environment
/dev/sdb2     923648    1126399    202752    99M EFI System
/dev/sdb3    1126400    1159167     32768    16M Microsoft reserved
/dev/sdb4    1159168  897814527 896655360 427.6G Microsoft basic data
/dev/sdb5  897814528 1000215182 102400655  48.8G Linux filesystem


Disk /dev/sdc: 931.51 GiB, 1000204886016 bytes, 1953525168 sectors
Disk model: WDC WD10EZEX-08W
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: dos
Disk identifier: 0x029c5d4f

Device     Boot Start        End    Sectors   Size Id Type
/dev/sdc1        2048 1953521663 1953519616 931.5G  7 HPFS/NTFS/exFAT


Disk /dev/sdd: 14.59 GiB, 15669919744 bytes, 30605312 sectors
Disk model: Cruzer Glide    
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0x8ee531bd

Device     Boot   Start     End Sectors  Size Id Type
/dev/sdd1  *         64 1531903 1531840  748M  0 Empty
/dev/sdd2       1531904 1703935  172032   84M ef EFI (FAT-12/16/32)


Disk /dev/loop0: 662.69 MiB, 694882304 bytes, 1357192 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
 
Old 09-12-2021, 03:36 PM   #15
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,395

Rep: Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594
what is the contents of /boot without sdb2 mounted?
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Error = 'FAILED. Failed to start Load Kernel Modules' El_Bocia Linux - Newbie 22 10-23-2020 10:49 PM
[SOLVED] Won't boot - "Failed to start Load Kernel Modules" ziphem Linux - Newbie 17 09-05-2016 11:18 PM
systemd[1]: Failed to start Load Kernel Modules. LateForLunch Linux - Software 1 07-06-2015 05:00 PM
Failed to load kernel modules on arch after "pacman -Syu" imu96 Linux - Kernel 6 04-03-2013 10:54 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 12:53 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration