Accidently deleted my grub while del partition in live boot. Some how i manage to install grub but it won’t let me boot in.
If you have a bootable USB stick with Garuda, you can use chroot
to switch to your local installation and try to re-install grub with sudo grub-install
. It should auto-detect what’s available and create boot entries for it.
Make sure there is a FAT32 partition mounted as /boot/efi
with at least 300MB and the boot flag set.
4 Likes
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.