Unidentified error message when booting

Hi everyone,

I’m trying to understand a message I get when I boot my PC (right after boot and before the login screen show up).


0.123455] x86/cpu: SGX disabled by BIOS.
0.3498261 platform MSFT0101:00: failed to claim resource 1: [mem 0xfed40000 -Oxfed40fffl
[ 0.349835) acpi MSFT0101:00: platform device creation failed: -16
Welcome to EndeavourOS dracut-056 (Initramfs)!

Can someone help me understand what I’m seeing and if it’s a real problem ? I’m havingtrouble understanding where to look for answer.

Thanks a lot !

Hi Corbalte,
that seems to be an issue with TPM. See also:

And Infos about TPM:

https://wiki.archlinux.org/title/Trusted_Platform_Module

Seems like it’s nothing to worry about, if you didn’t notice other problems with it.

2 Likes

Ok thanks a lot for your answer !

Is there a way to hide this terminal when booting then ? And still access what it’s saying in some logs somewhere ?

I think the log should be in /var/log/syslog.

For covering the boot splash I think some distros use plymouth. See https://wiki.archlinux.org/title/plymouth

But I never configured it myself, as I don’t mind the boot messages.

2 Likes

add quiet to your kernel boot parameters.
you can access serveral logs with journalctl or like already mentioned in /var/log/

You could also check if there are BIOS updates available, that could solve the underlying “problem”

plymouth is used to add a boot animation/logo but has lost its importance since Linux started to display the OEM logo when the quiet - parameter is set.

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.