this post was submitted on 07 Jan 2024
1006 points (97.7% liked)

linuxmemes

21060 readers
201 users here now

Hint: :q!


Sister communities:


Community rules (click to expand)

1. Follow the site-wide rules

2. Be civil
  • Understand the difference between a joke and an insult.
  • Do not harrass or attack members of the community for any reason.
  • Leave remarks of "peasantry" to the PCMR community. If you dislike an OS/service/application, attack the thing you dislike, not the individuals who use it. Some people may not have a choice.
  • Bigotry will not be tolerated.
  • These rules are somewhat loosened when the subject is a public figure. Still, do not attack their person or incite harrassment.
  • 3. Post Linux-related content
  • Including Unix and BSD.
  • Non-Linux content is acceptable as long as it makes a reference to Linux. For example, the poorly made mockery of sudo in Windows.
  • No porn. Even if you watch it on a Linux machine.
  • 4. No recent reposts
  • Everybody uses Arch btw, can't quit Vim, and wants to interject for a moment. You can stop now.

  • Please report posts and comments that break these rules!

    founded 1 year ago
    MODERATORS
     
    you are viewing a single comment's thread
    view the rest of the comments
    [–] db2@lemmy.world 32 points 9 months ago (4 children)

    GPT you mean. Linux can boot in a non-EFI machine that has GPT disk partitions.. Windows can't because it's dumb.

    [–] Max_P@lemmy.max-p.me 33 points 9 months ago (1 children)

    Yes but by doing so you're using the same principles as MBR boot. There's still this coveted boot sector Windows will attempt to take back every time.

    What's nice about EFI in particular is that the motherboard loads the file from the ESP, and can load multiple of them and add them to its boot menu. Depending on the motherboard, even browse the ESP and manually go execute a .efi from it.

    Which in turn makes it a lot less likely to have bootloader fuckups because you basically press F12 and pick GRUB/sd-boot and you're back in. Previously the only fix would be boot USB and reinstall syslinux/GRUB.

    [–] taladar@sh.itjust.works 10 points 9 months ago

    I just had a bug on both of my EFI computers where they wouldn't boot any more and a grub-install fixed it, apparently the regular update processes do not update the version on the ESP for some reason and my assumption is that it became incompatible with the modules in /boot

    Adding an EFI Boot Entry for netboot.xyz after it happened on the first one really helped fix the second one though.

    [–] frokie@lemmy.world 19 points 9 months ago

    I’m not having an AI boot my computer!

    [–] droans@lemmy.world 14 points 9 months ago (1 children)

    GPT is a partitioning table. EFI is a bootloader firmware interface.

    [–] db2@lemmy.world 2 points 9 months ago (1 children)

    MBR is also a partitioning table.

    [–] possiblylinux127@lemmy.zip 4 points 9 months ago

    No I mean EFI. It is a much simpler than MBR.