Jake [he/him]

  • 1 Post
  • 7 Comments
Joined 3 months ago
cake
Cake day: April 3rd, 2024

help-circle




  • It was things said in the comments of that post and reading between the lines. I think the change is inevitable and already decided. The main active admin of .world is working on sublinks. That is enough for me to view time spent on building community on .world as a waste. If it was the other way around and they were coding in Rust and the Lemmy base was in js or whatever, maybe I’d think differently, but everything I’ve seen is a massive red flag saying sinking ship, or at least I’m on the wrong ship and regret the time spent there now. A lot of people left already. I have my other accounts, but had never made a .ml until recently in an attempt to start making sure communities were shared across larger instances, but I guess it was well timed to make the shift.





  • Jake [he/him]@lemmy.mltoLinux@lemmy.mlWindows just fucked up my bootloader...
    link
    fedilink
    English
    arrow-up
    103
    arrow-down
    2
    ·
    3 months ago

    You likely have secure boot and a Microsoft package key installed in UEFI. They likely did what they are supposed to do and removed the unsigned software.

    You must either sign your own UEFI keys using the options in your bootloader that may or may not be present, or you must use a distro that has the m$ signed secure boot shim key. These are the only ways for both m$ and Linux to coexist. Indeed, with a shim key (Fedora/Ubuntu) you can easily have a windows partition on the same drive without issues.

    Secure boot is a scheme to steal hardware ownership. Of course they say it is not because the standard specifies a mechanism to sign your own keys. However the standard specification is only a guideline and most consumer grade implementations do not allow custom key generation and signing.

    If you need to do your own keys, search for the US defense department’s guide on the subject. It is by far the most comprehensive explanation of the system and how to set it up correctly. They have a big motivation to prevent corporate data stalking type nonsense and make this kind of documentation accessible publicly.

    If your bootloader does not allow custom keys, there is a little known tool called Keytool that allows you to boot directly into UEFI and supposedly change the keys regardless of the implemented utility in the bootloader. I have never tried this myself. The only documentation I have found was from Gentoo, but their documentation assumes a very high level of competence.