You are not logged in.

#1 2023-08-09 16:37:26

ordinary.schreiber
Member
Registered: 2021-10-15
Posts: 145

[SOLVED]System can't find devices at boot and fails to start

Hello, I have Xfce on my Laptop (dual boot with Windows 11) and never encountered this type of issue.

What I did was performing a usual system update via pacman -Syu. Then at reboot the system failed to boot and I got a black screen saying:

ERROR: device 'UUID=108931b1-6e0a-41ef-b67d-220021fd779f' not found. Skipping fsck.
mount: /new_root: can't find UUID=108931b1-6e0a-41ef-b67d-220021fd779f.
ERROR: Failed to mount 'UUID=108931b1-6e0a-41ef-b67d-220021fd779f' or real root.
You are now being dropped into an emergency shell.
sh: can't access tty: job control turned off
[rootfs ~]#

The dual boot with Windows 11 is made from a partition of the same NVMe SSD, and it still works. Can somebody help?

Thank you in advance.

Last edited by ordinary.schreiber (2023-08-23 20:38:21)

Offline

#2 2023-08-09 17:23:36

seth
Member
Registered: 2012-09-03
Posts: 54,569

Re: [SOLVED]System can't find devices at boot and fails to start

lsblk -f

Don't transcribe that, in doubt link a screenshot

dual boot with Windows 11

ceterum censeo: 3rd link below. Mandatory.
Disable it (it's NOT the BIOS setting!) and reboot windows and linux twice for voodo reasons.

Offline

#3 2023-08-09 17:39:15

ordinary.schreiber
Member
Registered: 2021-10-15
Posts: 145

Re: [SOLVED]System can't find devices at boot and fails to start

Thanks for you suggestion. I tried typing in the command but unfortunately the keyboard is not working, it seems frozen or something.

About disabling the dual boot, can I do that without entering commands? Or how can I solve that first?

Offline

#4 2023-08-09 17:43:11

seth
Member
Registered: 2012-09-03
Posts: 54,569

Re: [SOLVED]System can't find devices at boot and fails to start

You disable that from windows, actually read the linked wiki.

You might have to fix linux offline, boot the install iso, and post (1st link below) the output of "lsblk -f", then mount the installed system, the boot partition, and also post "pacman -sysroot /mnt -Qs kernel" and "file /mnt/boot/vmlinuz*" outputs.

Offline

#5 2023-08-10 13:44:56

technoir
Member
Registered: 2017-11-16
Posts: 1

Re: [SOLVED]System can't find devices at boot and fails to start

I had exactly the same problem with booting after latest update. The only difference is that I have no dual-booting config.
I've solved this problem with booting from the Arch installation medium, mounting my existing partitions, chrooting into my system and recreating initramfs image with

mkinitcpio -P

Offline

#6 2023-08-23 20:37:42

ordinary.schreiber
Member
Registered: 2021-10-15
Posts: 145

Re: [SOLVED]System can't find devices at boot and fails to start

technoir wrote:
mkinitcpio -P

Great, this solved it. Thank you both!

Last edited by ordinary.schreiber (2023-08-23 20:54:03)

Offline

#7 2023-09-15 07:37:04

balthamaisteri
Member
Registered: 2014-09-02
Posts: 20

Re: [SOLVED]System can't find devices at boot and fails to start

I have this problem few times a month, is there a way to prevent this? mkinitcpio -p fixes it every time.

Offline

#8 2023-09-15 14:00:19

seth
Member
Registered: 2012-09-03
Posts: 54,569

Re: [SOLVED]System can't find devices at boot and fails to start

Check your pacman log, mkinitcpio is (supposed to be) called whenever you update anything kernel related.
There seems to be an issue w/ that.

Offline

#9 2023-09-25 14:59:44

balthamaisteri
Member
Registered: 2014-09-02
Posts: 20

Re: [SOLVED]System can't find devices at boot and fails to start

seth wrote:

Check your pacman log, mkinitcpio is (supposed to be) called whenever you update anything kernel related.
There seems to be an issue w/ that.

I did found now that I had /etc/mkinitcpio.conf.pacnew file, and did override my old one, se lets hope that this fixes my issues.

Pacman log did not show anything strange to me.

Offline

#10 2023-09-25 15:01:54

Scimmia
Fellow
Registered: 2012-09-01
Posts: 11,808

Re: [SOLVED]System can't find devices at boot and fails to start

overwrote your old one? You're supposed to merge changes. Now the changes you'd previously made are gone, and your system may not boot at all.

Last edited by Scimmia (2023-09-25 15:02:11)

Offline

#11 2023-09-25 15:04:43

seth
Member
Registered: 2012-09-03
Posts: 54,569

Re: [SOLVED]System can't find devices at boot and fails to start

I did found now that I had /etc/mkinitcpio.conf.pacnew file, and did override my old one

Do you have a copy of your previous mkinitcpio.conf ?

Offline

#12 2023-10-07 11:00:13

balthamaisteri
Member
Registered: 2014-09-02
Posts: 20

Re: [SOLVED]System can't find devices at boot and fails to start

So actually I did find out an error from pacman.log, updating mkinitcpio.conf did not fix the issue. I am quite sure that the issue is with my HENYX usb sound mixer. Every now and then update does something that makes henyx disconnect / reconnect and when that is happening mkinitcpio fails? Or something like that. No idea how to fix this one, but I will just probably do without my soundfixer.

Offline

#13 2023-10-07 12:25:14

seth
Member
Registered: 2012-09-03
Posts: 54,569

Offline

Board footer

Powered by FluxBB