[SOLVED] ERROR: device 'UUID=...' not found. Skipping fsck 08 February 2022, 20:17:04 Hello,I have tried to make custom kernel and when I finished this guide wiki.archlinux.org I rebooted and I got stuck on "loading initial ramdisk". So I had to select advanced options in grub and boot the old kernel. It worked but it was annoying for me every to do this every time I boot. I have removed everything what I have created: Quote/etc/modules/linux516/boot/vmlinuz-linux516/etc/mkinitcpio.d/linux516.present/boot/System.map-linux516It was still there. I found that i need to update grub so i did it with:Quotesudo pacman -Syusudo pacman -S grubsudo pacman -S grub-customizersudo grub-mkconfig -o /boot/grub/grub.cfgsudo update-grubsudo rebootAfter reboot I got this issue. I can't even go into fallback because it's the same.Full error:Quote:: running early hook [udev]Starting version 250.3-1-artix:: running hook [udev]:: Triggering uevents...:: running hook [keymap]:: Loading keymap...done.:: running hook [encrypt]Waiting 10 seconds for device /dev/disk/by-uuid/d83ee605-.. ...Waiting 10 seconds for device /dev/disk/by-uuid/d83ee605-.. ...ERROR: device 'UUID=d83ee605-..' not found. Skipping fsck.:: mounting 'UUID=d83ee605-..' on real bootmount: /new_root: can't find UUID=d83ee605-..You are now being dropped into an emergency shell.sh: can't access tty; job control turned off[rootfs ]#I found some articles on the internet but everyone got into fallback. I can only work in emergency shell.Please help me, thank you. Last Edit: 09 February 2022, 15:22:48 by hsoj89
Re: ERROR: device 'UUID=...' not found. Skipping fsck Reply #1 – 08 February 2022, 20:21:30 Boot off LiveISO and fix your system
Re: ERROR: device 'UUID=...' not found. Skipping fsck Reply #2 – 09 February 2022, 14:37:46 Boot with the live ISO, mount the root partition under /mnt and artix-chroot into it. NOT just chroot, artix-chroot!From there, re-install the kernel (pacman -S linux) and run grub-mkconfig -o /boot/grub/grub.cfg
Re: ERROR: device 'UUID=...' not found. Skipping fsck Reply #3 – 09 February 2022, 15:22:21 Thank you guys for quick response and help. It worked.