Disable secure boot y/n?

26,083

Solution 1

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 some 3rd party kernel modules (proprietary graphics and wireless drivers, any other custom built modules) that are not signed.

  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.

Solution 2

Yes and No

On the most basic level, UEFI Secure Boot prevents running unsigned boot loaders.

Modern versions of Ubuntu will boot and install normally on most PCs with Secure Boot enabled.

But not all available tools and OS are having signed boot loaders. If you enable Secure boot and try to boot from say Hirans Boot CD, or If you manually add Grub Entries, you might get something like this :

enter image description here

But if you wish to use only Ubuntu and Windows , as both are having valid and signed boot loaders, you can keep Secure boot ON.

Share:
26,083

Related videos on Youtube

user25832
Author by

user25832

Updated on September 18, 2022

Comments

  • user25832
    user25832 over 1 year

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

    • ubfan1
      ubfan1 almost 8 years
      What machine are you using? Ubuntu has handled secure boot for 4 years, but vendors can do non-UEFI standard things which can mess things up.
    • user25832
      user25832 almost 8 years
      Acer aspire e5-575g-53vg i think its a relatively new model so there might not be much up for it. I plan on multibooting 2 copies of windows 10, ubuntu,and steamOS. I searched google but all i could find was questions on if it was needed for older versions of ubuntu or different laptop models and noboy bothered to explain what its for either.
    • ubfan1
      ubfan1 almost 8 years
      See ubuntuforums.org/showthread.php?t=2305965 for many specific Acer links in oldfred's last entry #4
  • Severus Tux
    Severus Tux almost 8 years
    I use Hp-Compaq 15s-103tx, I used to have Secure boot Enabled when I was using only Ubuntu. But I have disabled it now as I found out that I could no moor boot into all the ISOs I manually add to grub.
  • user25832
    user25832 almost 8 years
    Would i be able to keep ot enabled with 2 windows 10 installations, ubuntu, and steamOS? Also. How would i go about adding an entry to choose to boot from? On the ubuntu installer it says "windows boot manager" but i thought bootloaders were in the EFI? Whichever it is i would like to add another entry. Can you help me please?
  • Severus Tux
    Severus Tux almost 8 years
    @user25832 NO, Steam OS does not support Secure boot as of now, so you might want to disable secure boot for that. More Details : linuxuser , forums.steampowered.
  • user25832
    user25832 almost 8 years
    Okay, secure boot off. How would you add an entry to the bootloader for another OS selection? If i decide not to install steamOS can i enable secure boot?
  • Severus Tux
    Severus Tux almost 8 years
    If only 2 Windows and Ubuntu, You can enable secure boot. There are a lot of questions about adding grub entries here around, consider browsing through them.
  • Severus Tux
    Severus Tux almost 8 years
    If this answer did help you, please do not forget to click the grey ☑ at the left of the answer, which means Yes, this answer is valid ! :-)
  • user25832
    user25832 almost 8 years
    Okay!! So if i were to add an entry for the second windows 10 version after i installed ubuntu would it be a problem? Youve been a great help btw. Thank you!!