Skip Navigation

Secure Boot on or off with Mint?

I've seen people advocating for both options, but since I'm still new to Linux I'm not sure what to do. I'm currently installing Mint on my laptop to try it out, and I'm not sure if I should enable secure boot or not.

32 comments
  • As always, the answer is "depends". It shouldn't hurt unless you're dual-booting windows (they used it last year as a weapon in their "mess up grub" game), but, Imo, it's worth the trouble if:

    • your data is also encrypted -- otherwise one just removes the HDD/SSD and reads what they need;
    • you provision your own keys -- to not depend on Microsoft signing shims for you;
    • you delete the already provisioned keys -- Microsoft signed a few vulnerable things, like one kaspersky's (iirc) live CD with grub not locked down, so one can boot up literally anything anyway;
    • you lock down grub or whatever bootloader you're using -- otherwise you become that vulnerable live cd;
    • you password lock the uefi -- otherwise one can simply disable the secureboot;
    • your vendor's implementation isn't terribly buggy -- iirc, some MSI laptops would just ignore all the discrepancies.

    So, a lot of ifs, and a necessity to store the uefi password somewhere safe, as those may be a pita to reset.

    As for standalone stuff -- idk, it might protect you from malware injecting itself into the bootloader or something, but given there's likely no chain of trust (I.e. the bootloader doesn't check what it bootloads), it can move in on some later step.

  • I turn it off during OS install then turn it on after usually. If you want to run VMs sometimed youll have to sign your own keys and annoying stuff like that but you can always just go into BIOS and turn it off anytime anyway.

32 comments