You are not logged in.

#26 2015-08-19 21:25:46

Head_on_a_Stick
Member
From: London
Registered: 2014-02-20
Posts: 7,749
Website

Re: [Solved] Newly updated kernel not loading modules

kabads wrote:

just to be sure, will it be as easy as pointing fstab to /dev/sdb1 as the boot partition?

Yes.

Check the output of `cat /proc/mounts`

Offline

#27 2015-08-24 15:57:24

JPL
Member
Registered: 2015-07-06
Posts: 5
Website

Re: [Solved] Newly updated kernel not loading modules

I had this exact problem, and I think it's because the installer I used defaulted to mounting the ESP as /boot/efi, and/or because I was using gummiboot.  I'm relatively new to Arch so I want to make sure I understand the fix clearly.  A few questions:

1) I did my initial Arch install months ago and I've installed several kernel updates since then with no problem; did this break with the update to kernel 4.1.5 because of a change from gummiboot to its systemd equivalent, or something else?

2) Here's what the relevant bits of my fs look like:

$ ls -l /boot/
drwxr-xr-x 5 root root     1024 Dec 31  1969 efi
-rw-r--r-- 1 root root 18540754 Aug 21 10:59 initramfs-linux-fallback.img
-rw-r--r-- 1 root root  3539251 Aug 21 10:59 initramfs-linux.img
-rw-r--r-- 1 root root  4224352 Aug  3 14:32 vmlinuz-linux
$ ls -l /boot/efi
drwxr-xr-x 5 root root     1024 Jun 30 12:36 EFI
drwxr-xr-x 2 root root     1024 Jun 30 11:46 grub
-rwxr-xr-x 1 root root 18532162 Aug  4 01:05 initramfs-linux-fallback.img
-rwxr-xr-x 1 root root  3529705 Aug  4 01:05 initramfs-linux.img
drwxr-xr-x 3 root root     1024 Jun 30 22:42 loader
-rwxr-xr-x 1 root root  4224352 Aug  3 14:32 vmlinuz-linux

And here's the line in my /etc/fstab that mounts the ESP:

UUID=288D-3C4D /boot/efi vfat defaults,rw,noatime 0 0

So clearly having the kernel in two different places is busted, and it's using the ones in /boot/efi instead of /boot.  Is the fix then to simply change that /etc/fstab line to read this instead, ie make the mount point /boot instead of /boot/efi?

UUID=288D-3C4D /boot vfat defaults,rw,noatime 0 0

Last edited by JPL (2015-08-24 16:59:48)

Offline

#28 2015-08-24 16:54:12

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,424
Website

Re: [Solved] Newly updated kernel not loading modules

JPL wrote:

If so, does this reflect a bad default behavior on the part of the Antergos installer I used, and should I file a bug with their project?

Who cares? Antegros is not Arch: we only support Arch: https://wiki.archlinux.org/index.php/Fo … pport_ONLY


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#29 2015-08-24 16:55:23

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 21,804

Re: [Solved] Newly updated kernel not loading modules

Probably a bug in their project, and it's a completely different distribution you should ask on their boards: https://wiki.archlinux.org/index.php/Fo … pport_ONLY

Edit

Got ninja'd again hmm probably should shortcut the supportlink somewhere tongue

Last edited by V1del (2015-08-24 16:56:12)

Offline

#30 2015-08-24 17:01:32

JPL
Member
Registered: 2015-07-06
Posts: 5
Website

Re: [Solved] Newly updated kernel not loading modules

Apologies, I've edited my post and I'll be more careful about asking non-Arch support questions in the future.  My two questions still stand though, any word on those?

Offline

#31 2015-08-24 17:04:51

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,424
Website

Re: [Solved] Newly updated kernel not loading modules

Did you bother to read the link I posted? We don't support your distro; so, no--there is no word on your questions as they don't stand here.


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#32 2015-08-24 17:21:43

JPL
Member
Registered: 2015-07-06
Posts: 5
Website

Re: [Solved] Newly updated kernel not loading modules

jasonwryan wrote:

Did you bother to read the link I posted? We don't support your distro; so, no--there is no word on your questions as they don't stand here.

I did read the link you posted, I apologized, and I will not make the same mistake again (Edit: FWIW I am going to ditch Antergos for Arch so I can get support for future issues on this forum, thank you for your patience).  The two questions I asked would be valid for any Linux distro - this thread exists because an Arch user had the exact same problem - and I'm simply asking for clarification on the information already provided.

Last edited by JPL (2015-08-24 17:25:00)

Offline

#33 2015-08-24 18:10:40

kabads
Member
Registered: 2012-09-22
Posts: 271
Website

Re: [Solved] Newly updated kernel not loading modules

@JPL - I fixed my problem by just switching the mount to my EFI partition for boot - it has since done a couple (I think) of kernel updates, with no issue. However, this does not mean that it will fix your distribution as that may be different from Arch - hence the lack of support on this forum for anything other than arch - here be dragons!

I really recommend you install Arch - I've been running it for over a couple of years now and only had a couple of big breakages in that time.

Offline

#34 2015-08-24 18:16:40

JPL
Member
Registered: 2015-07-06
Posts: 5
Website

Re: [Solved] Newly updated kernel not loading modules

kabads wrote:

@JPL - I fixed my problem by just switching the mount to my EFI partition for boot

Ah... so again, does that mean setting the mount point to /boot instead of /boot/efi?

kabads wrote:

I really recommend you install Arch - I've been running it for over a couple of years now and only had a couple of big breakages in that time.

Absolutely, I am doing just that. Thank you!

Offline

#35 2015-08-24 18:20:59

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,424
Website

Re: [Solved] Newly updated kernel not loading modules

JPL wrote:
jasonwryan wrote:

Did you bother to read the link I posted? We don't support your distro; so, no--there is no word on your questions as they don't stand here.

I did read the link you posted, I apologized, and I will not make the same mistake again (Edit: FWIW I am going to ditch Antergos for Arch so I can get support for future issues on this forum, thank you for your patience).  The two questions I asked would be valid for any Linux distro - this thread exists because an Arch user had the exact same problem - and I'm simply asking for clarification on the information already provided.

"Going to install Arch" is not the same as running Arch.


Closing


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

Board footer

Powered by FluxBB