PDA

View Full Version : [ubuntu] Ubuntu 16.04 - re-enable secure boot?



sonicking
August 30th, 2016, 09:34 PM
Hi,

I had to disable secure boot to install a driver for my wireless card. I used this commend to disable:



sudo mokutil --disable-validation


Now that I am done installing, do I need to re-enable the secure boot? It feels weird to see that it says "booting to insecure mode" everytime I start the computer. If so, how do I re-enable it?

Also just for my knowledge, is it my computer at risk if I leave it in the insecure mode???

mörgæs
September 1st, 2016, 09:33 PM
Security is a huge topic. I'll only post a few notes.

An attack coming from booting a hostile / tampered-with kernel (being Windows or Linux) is a very rare event. Other kinds of attack, say through a browser and the associated plug-ins, are much more important.

When the Linux developers were forced to accept the 'secure' boot demands it caused wide criticism. The effect is that Microsoft now can ban a kernel from being signed if they find a security related reason, and as all kernels (being Windows or Linux) have security flaws Microsoft has the main switch in their hands. Not that they have tried using it yet.

Enjoy the freedom that you have the option to disable the 'secure' boot option. I keep my old BIOS-running hardware without 'secure' features for as long as possible. Your operative system itself is one of the most secure ones available.

Meanwhile keep focus on real security threats. To begin with, apply all software updates and install as few browser plug-ins as possible.

sonicking
September 3rd, 2016, 04:52 AM
Meanwhile keep focus on real security threats. To begin with, apply all software updates and install as few browser plug-ins as possible.

Hi, I am completely new to Ubuntu and Linux in general. Please forgive my ignorance.

When I was using Windows, I used Symantec Anti Virus with a licence from my school. It had a real-time anti-virus protection feature and it sometimes would stop virus from websites I visited on Chrome.

I checked and my school does not have the same licence for Symantec on Ubuntu. I don't even know whether Symantec supports Ubuntu.

Do you recommend any other anti-virus extension for Chrome on Ubuntu???? Thanks!

wildmanne39
September 3rd, 2016, 04:59 AM
Anti-virus really is not needed because there are not any known viruses for ubuntu at this time and if there where it could not harm ubuntu as long as you are not logged in as root and that account is disabled by default.

The exception would be if you are sharing a lot of emails with windows computers that could be harmed by a windows virus.

There is a ubuntu virus detector it is called clamV but it does not work very good and gives a lot of false positives.

sonicking
September 3rd, 2016, 03:48 PM
Anti-virus really is not needed because there are not any known viruses for ubuntu at this time and if there where it could not harm ubuntu as long as you are not logged in as root and that account is disabled by default.

Hi. Booting in insecure mode is not the same thing as logging in as root, correct? Thanks.

wildmanne39
September 3rd, 2016, 03:59 PM
No it is not.

mörgæs
September 5th, 2016, 02:48 AM
Here's something about logging in as root:
https://help.ubuntu.com/community/RootSudo

dbsnare072
November 13th, 2016, 08:40 PM
I had the same issues. I reinstalled ubuntu completely and even when booting from a live usb of 16.04, I still get the booting in insecure mode. How do I re-enable secure boot?

wildmanne39
November 13th, 2016, 08:48 PM
Did you sign the key for the driver that you were having issues with? if so then do:

sudo mokutil --enable-validation
if you did not sign the key then the driver you disabled secure boot for will stop working.