Deleting a boot entry

After having switched to systemd-boot I still have

/efi/EFI/endeavouros-2524
/efi/EFI/EndeavourOS-grub

I deleted both entries in EFI with efibootmgr -B -b <bootnum>

Question: Is it ok to simply delete above directories with rm or should I use a specific utility?

I am asking because I don’t know if there could be pointers in the system to those 2 directories.

sudo rm -rf /path/to/directroy should do the job.

You could pass -v (- -verbose) as well to see what is being done.

Also you might want to uninstall the grub package (if not done already) and also remove

/etc/defaul/grub
/etc/grub.d
/boot/grub

1 Like

Ok, so simply delete the dirs. Thanks.

grub packages were uninstalled when I moved do systemd-boot.

1 Like

If you still have the package grub-tools installed, you might want to uninstall that one as well.

Also, if/when you feel that the issue has been resolved to your satisfaction, please consider checking the solution box under the relevant post for forum software to consider the thread as solved and for other users with similar question to find the solution more easily.

:enos_flag:

No, grub-tools are not installed here.

1 Like

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.