this post was submitted on 04 Aug 2023
44 points (95.8% liked)
Linux
48124 readers
423 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
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
The bootloader functionality is the main thing you really want to know but is hard to find out in most cases. If you can find a machine that accepts custom keys with secure boot you're better off. There are methods that enable secure boot without the ability to add custom keys, but this involves special 3rd party keys signed by Microsoft. It also makes kernel mods a pain if not impossible. The only machines you can fully control are those that can accept custom keys.
There is an excellent guide that describes every aspect of this, including the attack vectors, vulnerabilities, and peripheral uses of the system. It is from the US government here: https://media.defense.gov/2020/Sep/15/2002497594/-1/-1/0/CTR-UEFI-Secure-Boot-Customization-UOO168873-20.PDF
The only other reference I have found with additional information is from a Gentoo guide that describes how to boot into the UEFI system and make changes directly. This may be an option if you can't alter secure boot.
https://wiki.gentoo.org/wiki/User:Sakaki/Sakaki%27s_EFI_Install_Guide/Configuring_Secure_Boot
Again, this only really applies to modern hardware with secure boot, and only in instances where you may need to run custom kernels or modules other than those that come presigned by distro packagers using Microsoft's 3rd party key.