this post was submitted on 01 Oct 2024
19 points (100.0% liked)

Linux

47544 readers
482 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

Update to this post. Please read it before commenting!

So I ended up following instructions I found online and disabled secure boot in my BIOS and then tried to boot Linux Mint (version 21.2, Cinnamon Edition) with UEFI OS. However, as soon as I did that, i got a "Perform MOK management" screen that said the following:

Continue boot Enroll MOK Enroll key from disk Enroll hash from disk

Can anyone tell me what this means and what I should do? Do keep in mind I'm a total newbie when it comes to Linux. Thanks in advance!

you are viewing a single comment's thread
view the rest of the comments
[–] that_leaflet@lemmy.world 9 points 2 days ago (4 children)

For Secure Boot, the kernel is "signed" with a key. During boot up, Secure Boot checks to make sure that key is valid. Most kernels are signed with Microsoft's key that is preloaded on basically every system. However, not all kernels can be signed with Microsoft's key; if you install a proprietary driver (which you likely selected to during the setup), to continue using secure boot you need to sign the kernel using your own key.

That's what MOK management is for. You are adding your own key to your system to use for Secure Boot.

Personally, I just disable Secure Boot. While it does have some security benefits, it's not worth the headache IMO.

[–] vampira@lemmy.eco.br 1 points 2 days ago (1 children)

Thanks for the explanation! I disabled Secure Boot, though, so how did this still happen?

[–] that_leaflet@lemmy.world 2 points 2 days ago (1 children)

You can still do MOK management when Secure Boot is off.

[–] vampira@lemmy.eco.br 1 points 2 days ago (1 children)

Thank you for your response! So I can select Continue boot, install Mint and then reenable Secure Boot after I'm done installing?

[–] that_leaflet@lemmy.world 1 points 2 days ago

If you continue without adding the keys, you may have issues if you rely on out of tree drivers like Nvidia. Personally, I would hit continue then leave secure boot off.

load more comments (2 replies)