So I got this weird bug – I updated my Pop_OS install and now Linux doesn’t boot anymore. I should probably boot from USB and fix this. I could figure it out on my own, but maybe it will be good knowledge for people searching on engines so any advice is welcome. Windows still boots properly. Let’s give people some alternatives to reddit :)

  • anonvurr@lemmy.zipOP
    link
    fedilink
    English
    arrow-up
    0
    ·
    edit-2
    5 days ago

    When I restart the computer, the screen remains dark so I have to shut it down. When I select my distro, the screen hangs on that. When I boot from any live USB I get the error

    0.083296] x86/cpu: SGX disabled by BIOS.
    0.263311] ACPI Error: Aborting method \_SB.PCI0.SPI1.FPNT._CRS
               due to previous error (AE_AML_INVALID_RESOURCE_TYPE)
               (20220331/psparse-529)
    0.263591] ACPI Error: Method execution failed
               \_SB.PCI0.SPI1.FPNT._CRS (AE_AML_INVALID_RESOURCE_TYPE)
               (20220331/uteval-68)
    0.264837] ACPI Error: Aborting method \_SB.PCI0.SPI2.FPNT._CRS
               due to previous error (AE_AML_INVALID_RESOURCE_TYPE)
               (20220331/psparse-529)
    0.265092] ACPI Error: Method execution failed
               \_SB.PCI0.SPI2.FPNT._CRS (AE_AML_INVALID_RESOURCE_TYPE)
               (20220331/uteval-68)
    

    I have tried different distros, but none work. Interestingly windows still works.

    • zzx@lemmy.world
      link
      fedilink
      arrow-up
      1
      ·
      4 days ago

      Maybe try adding

      acpi=off

      Or

      acpi=strict

      Or

      acpi=force

      To your kernel parameters

      • anonvurr@lemmy.zipOP
        link
        fedilink
        English
        arrow-up
        1
        ·
        3 days ago

        Good recommendation, but didn’t work. I’m quite puzzled by this problem and it’s much more difficult than I at first thought. I’m pretty sure it has to do with the bios since the computer doesn’t turn off properly and there are many more weird bugs.

        • zzx@lemmy.world
          link
          fedilink
          arrow-up
          0
          ·
          3 days ago

          Hmmm. Can you try to give us more logs?

          Honestly I’m starting to wonder if you’re having hardware issues.

      • anonvurr@lemmy.zipOP
        link
        fedilink
        English
        arrow-up
        1
        ·
        4 days ago

        Yes, I’m thinking that the bios got corrupted somehow and from what I can tell, it doesn’t matter what linux kernel version I try to run. There is no SGX setting in the bios. I will try to update the bios tomorrow (I already tried once and that hung as well) and will update the thread then. Luckily windows still works.

        • Telorand@reddthat.com
          link
          fedilink
          arrow-up
          1
          ·
          4 days ago

          That link I gave mentioned a Grub setting for ignoring SGX. Maybe try that after updating your BIOS, if that doesn’t work.