GRUB is booting to terminal for me without fail. I am on a windows/Endeavouros dualboot with kernel version 5.10.11-arch1-1.
I have followed the instructions here to boot to, on my system, (hd0,gpt2)/boot/grub where after I run sudo update-grub. This hasn’t fixed the problem, what should I do?
will give you command not found if you do not install a wrapper…
On arch the command is: sudo grub-mkconfig -o /boot/grub/grub.cfg
if that does not help: https://discovery.endeavouros.com/?s=system-rescue
it could be also a windows update that screwed your linux install, what is reported to happen in some cases…
It should give you some warnings or/and errors when updating grub.cfg reinstalling grub structure like so: sudo grub-mkconfig -o /boot/grub/grub.cfg grub-install --target=x86_64-efi --efi-directory=/boot/efi --bootloader-id=EndeavourOS-grub
from booting with hacking grub startup like you done before or from chrooting into installed system like EOS wiki say could help, but there must be a reason why this happens at all.
Sorry for disappearing, think we’re on slightly different timezones.
Here is the results of running the grub-mkconfig
[morten@endeavour ~]$ sudo grub-mkconfig -o /boot/grub/grub.cfg
[sudo] password for morten:
Generating grub configuration file ...
Found theme: /boot/grub/themes/EndeavourOS/theme.txt
Found linux image: /boot/vmlinuz-linux
Found initrd image: /boot/amd-ucode.img /boot/initramfs-linux.img
Found fallback initrd image(s) in /boot: initramfs-linux-fallback.img
Found Windows Boot Manager on /dev/nvme0n1p1@/EFI/Microsoft/Boot/bootmgfw.efi
done
and the result of grub-install --target=x86_64-efi --efi-directory=/boot/efi --bootloader-id=EndeavourOS-grub
[morten@endeavour ~]$ sudo grub-install --target=x86_64-efi --efi-directory=/boot/efi --bootloader-id=EndeavourOS-grub
Installing for x86_64-efi platform.
Installation finished. No error reported.
[morten@endeavour ~]$
both of which I have attempted already, I’m not so familiar with arch installs but it doesn’t look as though anything went wrong from these msgs AFAIK.
And this error happened since installing endeav, so it’s not as if I have had time to make a windows update in the meanwhile.