I’ve always disabled that feature since it doesn’t play nice with Linux and it seemed complicated for no real benefit.

Have any of you tried installing Ubuntu with secure boot? Is it complicated? What’s the process like?

  • CyborganismOP
    link
    fedilink
    arrow-up
    3
    ·
    27 days ago

    I’m not sure I understand. I thought this would only affect Grub, but not the software I install on the system.

    How does using a custom driver affect your bootloader? You tried to build a driver in with the kernel? The kernel needs to be signed somehow?

    • Consti@lemmy.world
      link
      fedilink
      arrow-up
      4
      ·
      edit-2
      27 days ago

      Secure boot means only signed code can run in the kernel/ring 0. Grub, as the loader, needs to be signed as well. Basically anything with system privileges needs to be signed. If I remember right you need to enroll the signing key on installation, and the rest is handled automatically, but you can’t use any custom kernel or kernel drivers.