You are not logged in.

#1 2024-05-02 14:47:50

ambro
Member
From: Italy
Registered: 2012-08-11
Posts: 22

[SOLVED] System boot failure since kernel 6.8.2

Hello,
My system doesn't boot after last pacman -Syu with this error:

[FAILED] Failed to mount /boot
[DEPEND] Dependency failed for Local File Systems.
[FAILED] Failed to mount RPC Pipe File System
[DEPEND] Dependency failed for rpc_pipefs.target
[DEPEND] Dependency failed for RPC security Service.
You are in emergency mode. After logging .....

If I loggin in emergency mode I can see that  home, root and var partions are mounted but not /boot (nvme0n1p1)

lsblk -l
NAME      MAJ:MIN RM   SIZE RO TYPE MOUNTPOINTS
sda         8:0    0 223,6G  0 disk 
sda1        8:1    0   499M  0 part 
sda2        8:2    0  1000M  0 part 
sda3        8:3    0    16M  0 part 
sda4        8:4    0 106,5G  0 part 
sda8        8:8    0 115,6G  0 part 
sdb         8:16   0   1,8T  0 disk 
sdb1        8:17   0  48,4G  0 part 
sdb2        8:18   0   8,8G  0 part 
sdb3        8:19   0     1K  0 part 
sdb5        8:21   0 830,1G  0 part /mnt/xpdoc
sdb6        8:22   0 975,7G  0 part /mnt/magazzino
sr0        11:0    1  1024M  0 rom  
nvme0n1   259:0    0 465,8G  0 disk 
nvme0n1p1 259:1    0  1000M  0 part 
nvme0n1p2 259:2    0  48,8G  0 part /
nvme0n1p3 259:3    0  19,5G  0 part /var
nvme0n1p4 259:4    0 195,3G  0 part /home

I made a downgrade of linux and linux-headers packages and I can confirm that the problem appears with kernel 6.8.2 and seq.
With kernel 6.8.1 no problem.
I tried follow this solution but without success.

This is part of my grub.cfg

menuentry 'Arch Linux, with Linux linux' --class arch --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-linux-advanced-3ca23586-f22c-4960-bbc4-f313593482dd' {
	savedefault
		load_video
		set gfxpayload=keep
		insmod gzio
		insmod part_gpt
		insmod fat
		search --no-floppy --fs-uuid --set=root 4384-93F8
		echo	'Loading Linux linux ...'
		linux	/vmlinuz-linux root=UUID=3ca23586-f22c-4960-bbc4-f313593482dd rw  amd_pstate=passive loglevel=3 quiet
		echo	'Loading initial ramdisk ...'
		initrd	/initramfs-linux.img

and this is my fstab

# Static information about the filesystems.
# See fstab(5) for details.

# <file system> <dir> <type> <options> <dump> <pass>

# /dev/nvme0n1p2   root
PARTUUID=0b57f677-465a-4e6c-8b57-2961e78e6b37	/         	ext4      	rw,relatime	0 1

# /dev/nvme0n1p1	boot
PARTUUID=3ad2b524-c4bb-4684-bc7d-70694acccbfd      	/boot     	vfat      	rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,utf8,errors=remount-ro	0 2

# /dev/nvme0n1p3   var
PARTUUID=e8c1236b-5962-4a95-ab4a-41c030ee1302	/var      	ext4      	defaults	0 2

# /dev/nvme0n1p4    home
PARTUUID=53cacb27-485c-480a-a911-7bd10446c35c	/home     	ext4      	rw,relatime	0 2

#magazzino sdb6
UUID=14374A424EE90C74 /mnt/magazzino ntfs-3g uid=Andrea,gid=users,dmask=007,fmask=007,auto,x-systemd.automount,defaults,utf8 0 0

#xpdoc sdb5
UUID=1D0BDAD67BDAE8B1 /mnt/xpdoc ntfs-3g uid=ambro,gid=users,dmask=007,fmask=007,auto,x-systemd.automount,defaults,utf8 0 0

#Cartella Andrea su ServerOMV
omv:/export/Andrea /home/Andrea/ServerOMV nfs _netdev,noauto,x-systemd.automount,x-systemd.device-timeout=10,timeo=14, 0 0
omv:/export/Foto /home/Andrea/Immagini nfs  noauto,x-systemd.automount,x-systemd.device-timeout=10,timeo=14, 0 0
##omv:/export/GaiaLucia /home/gaia/ServerMINI nfs  noauto,x-systemd.automount,x-systemd.device-timeout=10,timeo=14, 0 0

My uuid

ls -l /dev/disk/by-uuid/
totale 0
lrwxrwxrwx 1 root root 10  2 mag 16.12 035fbd4a-17a3-4dd3-ac92-cbb3bab12cbc -> ../../sdb2
lrwxrwxrwx 1 root root 10  2 mag 16.12 14374A424EE90C74 -> ../../sdb6
lrwxrwxrwx 1 root root 10  2 mag 16.12 1D0BDAD67BDAE8B1 -> ../../sdb5
lrwxrwxrwx 1 root root 10  2 mag 16.12 1E2CB7133C2C8357 -> ../../sda1
lrwxrwxrwx 1 root root 15  2 mag 16.12 3ca23586-f22c-4960-bbc4-f313593482dd -> ../../nvme0n1p2
lrwxrwxrwx 1 root root 15  2 mag 16.12 4384-93F8 -> ../../nvme0n1p1
lrwxrwxrwx 1 root root 15  2 mag 16.12 870dc157-1757-4375-9c26-5714165d70a7 -> ../../nvme0n1p4
lrwxrwxrwx 1 root root 10  2 mag 16.12 918B-048C -> ../../sda2
lrwxrwxrwx 1 root root 10  2 mag 16.12 A4E8EA00E8E9D09A -> ../../sda4
lrwxrwxrwx 1 root root 15  2 mag 16.12 f346c471-19f1-4449-98c4-c77a0ed7a28a -> ../../nvme0n1p3

My partuuid

ls -l /dev/disk/by-partuuid 
totale 0
lrwxrwxrwx 1 root root 10  2 mag 16.12 02fae8f5-753e-445e-93bc-563c219d359f -> ../../sda1
lrwxrwxrwx 1 root root 15  2 mag 16.12 0b57f677-465a-4e6c-8b57-2961e78e6b37 -> ../../nvme0n1p2
lrwxrwxrwx 1 root root 10  2 mag 16.12 2ec2560c-01 -> ../../sdb1
lrwxrwxrwx 1 root root 10  2 mag 16.12 2ec2560c-02 -> ../../sdb2
lrwxrwxrwx 1 root root 10  2 mag 16.12 2ec2560c-03 -> ../../sdb3
lrwxrwxrwx 1 root root 10  2 mag 16.12 2ec2560c-05 -> ../../sdb5
lrwxrwxrwx 1 root root 10  2 mag 16.12 2ec2560c-06 -> ../../sdb6
lrwxrwxrwx 1 root root 10  2 mag 16.12 31a54080-074d-4f0d-8550-90098883a469 -> ../../sda8
lrwxrwxrwx 1 root root 15  2 mag 16.12 3ad2b524-c4bb-4684-bc7d-70694acccbfd -> ../../nvme0n1p1
lrwxrwxrwx 1 root root 10  2 mag 16.12 3bba2aea-be05-4d30-9b3c-8179d36f92fe -> ../../sda2
lrwxrwxrwx 1 root root 15  2 mag 16.12 53cacb27-485c-480a-a911-7bd10446c35c -> ../../nvme0n1p4
lrwxrwxrwx 1 root root 10  2 mag 16.12 767ede39-c9b6-4ca2-9944-d836ca767c5a -> ../../sda3
lrwxrwxrwx 1 root root 10  2 mag 16.12 e43966c9-97d8-499b-9f63-224ea99dfc1c -> ../../sda4
lrwxrwxrwx 1 root root 15  2 mag 16.12 e8c1236b-5962-4a95-ab4a-41c030ee1302 -> ../../nvme0n1p3

Thank you to everyone who read my problem

Last edited by ambro (2024-05-12 21:49:02)

Offline

#2 2024-05-02 15:15:45

loqs
Member
Registered: 2014-03-06
Posts: 17,581

Re: [SOLVED] System boot failure since kernel 6.8.2

From the rescue prompt does `uname -a` confirm the running kernel is 6.8.2?

Offline

#3 2024-05-03 16:56:21

ambro
Member
From: Italy
Registered: 2012-08-11
Posts: 22

Re: [SOLVED] System boot failure since kernel 6.8.2

loqs wrote:

From the rescue prompt does `uname -a` confirm the running kernel is 6.8.2?

Oh my God...
From rescue prompt:
uname  tells me that my kernel is 6.8.1
Pacman -Q  tells me that I have installed linux-6.8.2

What happened?

I reinstalled linux-6.8.2 but result is the same.

Thank you

Offline

#4 2024-05-03 18:41:45

loqs
Member
Registered: 2014-03-06
Posts: 17,581

Re: [SOLVED] System boot failure since kernel 6.8.2

Was /boot mounted when you reinstall the linux package?  If it was then the 6.8.1 kernel was loaded from some other location which you need to locate.

Offline

#5 2024-05-12 21:46:39

ambro
Member
From: Italy
Registered: 2012-08-11
Posts: 22

Re: [SOLVED] System boot failure since kernel 6.8.2

Thankyou @loqs .
you solved the problem.
I have a old efi partion and my system boot from this. But in /etc/fstab partition /boot point to the new one.
I have installed systemd/boot and removed grub.
Everything is right now.
Thankyou

Offline

Board footer

Powered by FluxBB