Hey I guess I have a bigger problem than it seems. I tried to remove grub completely and reinstall it. I did the following:
booted into manjaro by pressing F11 on my keyboard (circumventig the grub rescue screen) and booted into my manjaro instllation.
pacman -Rns grub grub-btrfs grub-manjaro-theme
rebooted
now the F11 trick didnt work anymore since i removed grub completely and after chosing my manjaro installation it simply wouldnt boot up
created a bootable manjaro usb
booted the live OS
manjaro-chroot
mount /dev/sda1 /mnt
mount /dev sda2 /boot/efi
pacman -S grub
rm -r /boot/grub
mkdir /boot/grub
grub-mkconfig -o /boot/grub/grub.cfg
grub-install /dev/sda
(everything worked without an error)
rebooted
still grub rescue…
but now I’m at last able to ‘circumvent’ that and boot into manjaro by pressing F11 and choosing my boot device.
How can I solve this issue? I completely reinstalled grub why is the problem still persisting?
How did the problem occur:
I created a new admin user on manjaro, did pacman -Syu there (it did something with grub during the update for whatever reason) logged out, logged back into my main user deleted the second user I created 5 mins ago and used timeshift to restore to a previous point. After that the problem started ocurring.
How do I completely reinstall grub? Apparently I didn’t remove it completely?
That kinda does the trick. Now manjaro obviously boots but I don’t have the grub bootloader so I basically cannot chose Windows 10 for example or other operating systems.
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a device; this may
# be used with UUID= as a more robust way to name devices that works even if
# disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
UUID=C11B-C97D /boot/efi vfat umask=0077 0 2
UUID=b57601e1-fc85-4cd6-bd6e-944baa5d7172 / ext4 defaults,noatime 0 1
/swapfile swap swap defaults,noatime 0 0
tmpfs /tmp tmpfs defaults,noatime,mode=1777 0 0