this post was submitted on 09 Mar 2025
106 points (87.3% liked)

Linux

51603 readers
331 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

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 :)

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 12 points 2 days ago* (last edited 2 days ago) (4 children)

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.

[–] [email protected] 11 points 2 days ago (1 children)

I wonder if it has anything to do with this:

https://askubuntu.com/questions/1418992/sgx-disabled-by-bios-message-on-ubuntu-20-04-booting

I'm not familiar with SGX, but it kinda sounds like a predecessor to Secure Boot? I wonder if that's preventing some kind of startup.

[–] [email protected] 3 points 2 days ago (1 children)

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.

[–] [email protected] 4 points 2 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.

[–] [email protected] 8 points 2 days ago (1 children)

ACPI errors shouldn't be an issue, it's somewhat common to see them. Are you still able to boot from live USB? Are your Linux and Windows installations on the same drive? Sometimes Windows can mess with the boot settings of other OSes and even break a GRUB install.

[–] [email protected] 2 points 2 days ago (1 children)

I have tried to boot from 3 distros and none of them worked, but a windows USB worked perfectly. I'm thinking that it has to do with the bios. No they are not on the same drive.

[–] [email protected] 3 points 2 days ago

So I think that there may be a BIOS misconfiguration here somewhere. Try looking at the answers here, maybe one of them will help: https://askubuntu.com/questions/708247/cant-boot-into-ubuntu-in-windows-10-ubuntu-dual-boot

[–] [email protected] 3 points 2 days ago (1 children)

Maybe try adding

acpi=off

Or

acpi=strict

Or

acpi=force

To your kernel parameters

[–] [email protected] 2 points 21 hours ago (1 children)

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.

[–] [email protected] 1 points 21 hours ago (1 children)

Hmmm. Can you try to give us more logs?

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

[–] [email protected] 2 points 20 hours ago* (last edited 20 hours ago)

I fixed it! A bios reset did the trick.

[–] [email protected] 3 points 2 days ago

Also try enabling sgx in bios