Ubuntu – Disable secure boot y/n

secure-bootsystem-installationuefiwindows 10

I have windows 10 installed. Im trying to install ubuntu. Should i turn off secure boot or leave it on? What does it do?

Best Answer

Secure Boot prevents from booting unsigned operational systems.

It allows to boot only systems that are signed with a key that is stored in UEFI.

Ubuntu kernels are signed and you can install Ubuntu with Secure Boot enabled, but there are some limitations if you use Secure Boot:

  1. You will not be able to install 3rd party kernel modules (proprietary graphics and wireless drivers, any other custom built modules).

  2. Hibernation will not work.

Generally Secure Boot is not a very useful feature, because nowadays boot viruses are not an issue. Linux systems have other ways of protection from installing malware (root permissions).

The bottom line is that if you need unsigned modules, you do not lose much if you disable Secure Boot.