ERROR: device 'UUID=<device_uuid>' not found. Skipping fsck

Thank you very much!
These were the steps I’ve done:

sudo su
mount /dev/nvme0n1p1 /mnt/boot/efi
mount /dev/nvme0n1p2 /mnt
mount -t proc proc /mnt/proc
mount -t devtmpfs udev /mnt/dev
mount -t sysfs sys /mnt/sys
chroot /mnt
(here I saw with vim etc/mkinitcpio.conf already had the MODULES=(vmd))
mkinitcpio -P (under chroot)

Then rebooted and it worked!!

3 Likes

Glad it worked for you! :+1: :smiley:

Thank you all and for your patience :grin:

1 Like

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.