I was updating my packages in the background (in another workspace using qtile) when my computer suddenly froze. My first-instinct was to just shut it down, and now it has created what seems to me like a disaster. For context, I dual-boot linux and windows on the same PC, but use EndeavourOS as my main driver (and boot drive). When my computer restarts, the screen just says “reboot into firmware interface” where it used to ask me to boot into EndeavourOS. Once I’m there, I can select my drives, but the drive with EndeavourOS doesn’t work, and it just boots into windows instead.
What I tried was using a live boot with a USB stick and using arch-chroot to update my packages. I did sudo pacman -Syu with my wifi connected, and it seemed to have updated all of my packages. However, the issue persists and I’m still unable to boot into EndeavourOS!
I’m also unsure if I missed a step with the arch-chroot, but I did sudo mount /dev/sdb2 /mnt which is where my OS partition was located.