• tomkatt@lemmy.world
    link
    fedilink
    English
    arrow-up
    2
    ·
    edit-2
    3 months ago

    Important Edit

    The information below applies to emergency mode boot when grub is intact but OS isn’t booting. It doesn’t apply to grub rescue. Sorry about that folks, I screwed up here and don’t wanna misinform.

    —————-

    Protip: If you see this error, press”e” on grub boot to edit your commands and add the following to the end of the kernel line in grub:

    fsck.repair=yes
    

    Then boot.

    Fixes the issue like 90% of the time.

  • 🇰 🌀 🇱 🇦 🇳 🇦 🇰 🇮 @pawb.social
    link
    fedilink
    English
    arrow-up
    1
    ·
    edit-2
    3 months ago

    I remember my dad telling me a joke about FSCK and the reason it looks like a censored form of “FUCK” is because if you ever had to use it, you were basically fucked.

    Personally, I had never had a problem with it. It just repaired errors on the disk or at least searched for them, IIRC. It’s been a long ass time since I even heard the joke, let alone used the tool. This just reminded me of it.

    • cm0002@lemmy.cafeOP
      link
      fedilink
      English
      arrow-up
      0
      arrow-down
      1
      ·
      3 months ago

      Usually anything where the BIOS can find and boot Grub itself but Grub can’t finish the boot chain for whatever reason, like /boot being on a separate partition and your main partition gets corrupted or something

  • LaggyKar@programming.dev
    link
    fedilink
    arrow-up
    0
    ·
    3 months ago

    I’ve only gotten that when I’ve mistyped the encryption password. They really should improve the handling of that.

    • communism@lemmy.ml
      link
      fedilink
      arrow-up
      1
      ·
      3 months ago
      cryptomount -a
      insmod normal
      normal
      

      But yes, it’s super annoying. Especially if you mistype it multiple times and you have to type that in multiple times.