this post was submitted on 17 May 2026
981 points (99.4% liked)

Technology

84796 readers
4289 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] wonderingwanderer@sopuli.xyz 6 points 2 days ago (1 children)

Wait what's wrong with UEFI? My computer uses it, although I have an AMD chipset if that makes a difference...

[–] forestbeasts@pawb.social 2 points 2 days ago* (last edited 2 days ago) (1 children)

Mostly the "secure boot" crap, which you can turn off (it's more a "running your own software on the machine" risk than a privacy risk). UEFI in general isn't too bad (way way WAY more complex than BIOS though) and managing EFI bootloaders is so much less hassle than with BIOS boot!

-- Frost

[–] wonderingwanderer@sopuli.xyz 1 points 2 days ago (1 children)

All I know about secure boot is that if I make a custom ISO and try booting from it, I would need to create a signature first, register it in my UEFI, and use it to sign the ISO.

Seems like a pain in the ass, but then again if I want to play with a custom ISO I can do so in a VM, and that seems kind of worth it to prevent someone from booting whateverthefuck if they somehow gain physical access to my computer...

[–] forestbeasts@pawb.social 2 points 1 day ago (1 children)

I mean, if they gain physical access to your computer, they can just boot their favorite Linux live ISO and go to town. :3

[–] wonderingwanderer@sopuli.xyz 1 points 1 day ago* (last edited 1 day ago) (1 children)

That's true too, I guess. I suppose the only way to prevent that would be to disable USB boot, which would also make recovery impossible?

[–] forestbeasts@pawb.social 1 points 1 day ago

It certainly wouldn't help recovery.

IMO it's better to not try to restrict them from running stuff, and instead to encrypt your disk. Like, they can also just pull your drive and stick it in their own machine (and you WANT to be able to pull your own drive if your computer gets in a physical crash or watered or something and stops working).