Computers and the internet gave you freedom. Trusted Computing would take your freedom.
Learn why: https://vimeo.com/5168045

  • 1 Post
  • 679 Comments
Joined 2 years ago
cake
Cake day: June 7th, 2023

help-circle
  • ReversalHatchery@beehaw.orgtoLinux@lemmy.mlGRUB is confusing
    link
    fedilink
    English
    arrow-up
    1
    ·
    21 hours ago

    I’m pretty sure UEFI systems don’t make use of a boot sector anymore. They look for the bootloader in the form of an .efi file in the ESP or EFI System Partition, of each sata drive (maybe other block devices too).

    also, the disk it uses is not necessarily “/dev/sda”. first because it can be on any of the disks, second because that’s not a persistent ID but something that depends on detection order

    Especially with software being called firmware and not being called motherbootware or pre-bootware or anything that indicates that this piece of software is the very first thing that starts running during boot.

    firmware is a pretty common term for things like this (code on chip that manages low level startup)






  • I also sometimes (but often enough, including a time this week) hear people discuss to not install updates because of this and that.

    but then if I think about it, I have trained myself too to this:

    • I avoid updates to my smart tv, because I know with facts that they’ll enshittify it, including patching in admin access (was not obtained by a no-interaction attack), flooding it with ads and even more tracking, and even more preinstalled apps and their own tracking. this applies to any “smart” appliences
    • I am cautious with android updates, because they sometimes break things with no way back, not even a real way to do backups. besides that, major version updates always reset some settings including to not connect automatically to any random ISP’s cellular network. versions starting with 8 also introduced many new arbitrary limitations out of the user’s control that cannot be reverted
    • I’ve seen many apps on the play store get enshittified, but sometimes f-droid apps to make changes that I would wish they rather didn’t do
    • windows updates breaking expected and unexpected things just as well
    • linux is fragile regarding updates, though at times an immediate reboot solves it (when the issue is caused by incompatibility between the the on-disk and in-memory versions of the programs and program libraries)