#EndevourOS doesn't boot anymore
70 messages · Page 1 of 1 (latest)
,, boot into uefi "
Boot options*
Do you have a live USB for EOS or something similar?
Alright, boot into that and get to a terminal
Did that
Can you show me your partition scheme with lsblk -f?
mount nvme0n1p2 to /mnt, chroot in, and run mount -a to mount the EFI partition
Is this ok too?
oh yeah BTRFS
you'll probably want to use mount instead of the file manager to mount it
also, only do mount -a after you chroot in
chroot?
use mount /dev/nvme0n1p2 -o subvol=@ /mnt, then arch-chroot /mnt, and finally mount -a
What now?
Can you show the entry in /boot/loader/entries/?
I don't think that is supposed to be empty
From within chroot
Whats the command for it?
First run ls /boot/loader/entries/ to figure out what the name is
Then use a terminal text editor like nano or vim to edit it
Try /boot/efi/loader/entries/
that's strange
It is
Can you show me the contents of /etc/fstab? (use the cat tool)
What's in /efi?
Sorry
Well it seems you're lacking a kernel
Can you show me the file in /efi/loader/entries/?
You don't have to be, just asked.
Oh, something must have messed up the update
Delete that file and run pacman -Syu
If you're using wifi, connect to it
You might need to exit and re-enter chroot
Is /boot still only have one file?