5

Today I installed fedora and rEFInd but the old boot options for systemd-boot from my old arch installation are still there. How do I safely remove these old components or at least hide the old entries?

jaw2233
  • 381
  • 1
  • 3
  • 12

1 Answers1

7

According to man(1) bootctl:

bootctl remove removes all installed versions of systemd-boot from the EFI system partition, and removes systemd-boot from the EFI boot variables.

In addition to running bootctl remove, you can manually remove /boot/loader, the directory containing all of the configuration files for systemd-boot.

airhuff
  • 679
  • 6
  • 23