I will just never bother with any of this Secure boot nonsense. I leave that bs to the windows users.
- 2 days
Sadly it is actually one of the biggest security features that modern computers have
- 2 days
Evil maid attacks. Trusted boot is necessary to prevent the modification of unencrypted boot code like bootloader + kernel + initrd. Modified boot code could potentially steal the master key for the root volume while it gets entered. Also rootkits that inject below the os.
- 3 days
imo the only useful place to use secure boot is on a laptop with password protected bios and encrypted disk, in case someone wants to steal it they can’t recover your data or if they want to put a virus in your pc they literally can’t.
I don’t see any reason to put secure boot on a desktop PC that’s already locked inside your house.
- 2 days
That is not the purpose of Secure Boot. The purpose is to establish a chain of trust of all code running on the system from boot and as such eliminate rootkits that can hide from the OS. A classic example is the MBR bootkit. Of course that this is mostly out of the window if at some point in the chain the trusted code just runs untrusted code, like the bootloader or the OS running unsigned code. Also the implementation is terrible, a proper implementation would allow the user to use their own certificates and only their own certificates, otherwise a compromised generic certificate fucks everything up like it already happened.
- hmm@piefed.socialEnglish3 days
sbctl is a nice tool for setting up secure boot:
https://github.com/Foxboron/sbctl - 3 days
I would disagree. The idea is great; eliminate preboot malware by trusting the whole boot stack. It has a place in computing and I would like to see it be something easier to work with.
Pretty much everything about how it’s currently implemented is a mistake, I’ll agree with.
Zedd_Prophecy@lemmy.worldEnglish
3 daysMore like who is implementing it. Take MS out of the picture and set it as an open standard.
- 3 days
It is open, oddly enough. It’s just that nobody ships anything other than Microsoft’s keys. You can add your own. It’s just that it is a tedious, manual process.
- 2 days
Depends on the distro! I could do it in 5 minutes with my bazzite installation: https://docs.bazzite.gg/General/Installation_Guide/secure_boot/
Very happy surprise when setting up my new PC :)
- 1 day
Yeah, Ventoy will import its key for you too. If what you’re using doesn’t come with that utility, you’ll be manually entering in public keys. 😭
slacktoid@lemmy.mlEnglish
3 daysMicrosoft has unofficial support for ext4 for their EFI partitions on their azure cloud, which in itself is a violation of their standard.
- 3 days
UEFI doesn’t forbid you from implementing additional file systems, it just requires everyone to support UEFI-FAT. iBoot for example supports booting from HFS volumes.
- 2 days
You are free to implement any filesystem driver, and either load it in your custom implementation of EFI, or from an EFI image stored on a FAT partition. The EfiFs project provides many drivers under a GPL, including exFAT, Btrfs, ext2-4, NTFS, ISO9660 (cdfs), ZFS and also HFS(+).
My secure boot with hibernate works perfectly fine, or rather it did work fine before hibernate started freezing my system, secure boot or not.
- 2 days
With Linux? Kernel signed with your own key to get out of lockdown mode restrictions?
There are no lockdown mode restrictions on my system. Kernel is not signed, but i switched to UKIs a couple months ago (hibernation worked fine with these).
It is worth noting that the failure is hibernating, not resuming. Normally hibernate takes ~1 minute with fans spinning at max speed, but it recently started not finishing and instead being stuck on a black screen for more than 30 minutes without the fans running until i run out of patience (i hibernate before i go to sleep or head out) and force power off the system (power button 10 second press on my system).
Oof, I tried alpine for a bit, nothing worked. That was just beyond me for little gain.
It was on an 08/ish laptop I wanted to just use for simple dvd watching and such. Had a lot of sound and disc issues. I’m a noob tho so went back to mint.








