When you were able to enter the Uefi Bios settings did you check if the date amnd time were correct? I’m not sure if the CMOS battery was dead and lost the settings or whether it just got messed up? Also secure boot needs to be diasabled to install EndeavourOS. You must have already done that before or you wouldn’t have been able to install it.
That’s odd?
I really am not sure, I don’t remember disabling secure boot the first time I installed EOS. I didn’t check the time in the BIOS settings, I can do that if that’s necessary. (its only 1 hour behind inside the eos live usb)
But now secure boot is disabled so that shouldn’t be a problem anymore
Not sure what the error. The only thing you could do would reboot and try again.
Edit: This is the correct command.
sudo mount /dev/nvme0n1p2 /mnt
Edit: Should get no error message.
Edit2: I corrected my typing mistake on the command.
I will try restarting the laptop again and see if it will work then
Sorry you copied my typo and some of your commands are wrong.
sudo mount /dev/nvme0n1p2 /mnt
sudo mount /dev/nvme0n1p1 /mnt/boot/efi
sudo arch-chroot /mnt
The first and third one worked. sudo mount /dev/nvme0n1p1 /mnt/boot/efi didnt work
You have to do them in order.
If the second one didn’t work then the mount point is wrong.
what does this show?
sudo cat /mnt/etc/fstab
Edit: Waiting for your reply.
Okay it’s /boot/efi so start over.
sudo mount /dev/nvme0n1p2 /mnt
sudo mount /dev/nvme0n1p1 /mnt/boot/efi
sudo arch-chroot /mnt
All those worked. I did the grub install, worked as well. But I seem to get a warning and error on the grub-mkconfig. Should I still reboot?
Just reboot and see what happens i have an idea about that after.
Do I remove the usb?
Sure for now and see what happens.
Everything seems to have worked, I am in my original EOS install now, thank you very much!
Should I do anything else before I use my laptop normally again? How can I avoid having issues like this again?
Can you please run an update now.
sudo pacman -Syu
Show me the output if it doesn’t complete.
The update went fine, no error or warning messages.
Okay a couple more things. Can i see the output for this and you can post the url it creates.
inxi -Faz | eos-sendlog