A horrible workaround for my bootloader deleting itself from EFI
astrid.tech
What is this systemd service I have on my computer? ❯ cat /etc/systemd/system/install-bootloader-on-shutdown.service [Unit] Description=Install bootloader on shutdown DefaultDependencies=no Before=shutdown.target reboot.target halt.target [Service] Type=oneshot ExecStart=bootctl install...