Following this EOS guide, I’m mounting encrypted partitions and I have /dev/nvme0n1p1 mounted, but when I attempt to mount boot I see this:
sudo mount /dev/nvme1n1p3 /mnt/efi
mount: /mnt/efi: mount point does not exist.
Same thing happens if I use sudo mount /dev/nvme1n1p3 /mnt/esp.
In GParted on a live boot I can see boot partitiion is 1000MB, with 2.22MB used and 997.78MB unused.
I guess without mounting boot I can’t pull a bootlog, but here is the inxi -Fxxc0z
That of course is reporting from live, my system is running Gnome. I will need help if there are any other helpful logs that I can retrieve from where I’m at.
I will tremendously appreciate any help with this!
This operation is exposing my lack of experience.
Here’s what I’m trying, and I’ll go find that dmesg.
sudo arch-chroot /mnt
mount: /mnt/proc: mount point does not exist.
dmesg(1) may have more information after failed mount system call.
==> ERROR: failed to setup chroot /mnt
sudo cat /mnt/etc/fstab
cat: /mnt/etc/fstab: No such file or directory
I mounted /dev/nvme0n1p1 using sudo cryptsetup open /dev/nvme0n1p1 mycryptdevice. Following that I used sudo mount /dev/mapper/mycryptdevice /mnt and then sudo mount /dev/nvme1n1p3 /mnt/esp because my boot partition shows boot, esp flags. That returned mount: /mnt/esp: mount point does not exist.
ls /mnt
irish lost+found timeshift
Feels like I got in a bit over my head, I have successfully used chroot many times before but never used encrypted drives until now.
Took a lunch break, all is well and I was able to run pacman -S dracut kernel-install-for-dracut linux linux-api-headers linux-firmware linux-firmware-whence util-linux