fiji-flo / x1carbon2018s3

S3 suspend for the X1 Carbon 2018
The Unlicense
165 stars 16 forks source link

Q: Where am I supposed to see "[ 0.000000] ACPI: DSDT ACPI ..." #19

Closed HenrikBengtsson closed 6 years ago

HenrikBengtsson commented 6 years ago

The README says:

If you see all three lines

[    0.000000] ACPI: DSDT ACPI table found in initrd [kernel/firmware/acpi/dsdt.aml][0x2338b]
[    0.000000] Lockdown: ACPI table override is restricted; see man kernel_lockdown.7
[    0.000000] ACPI: kernel is locked down, ignoring table override

rather than just the first line, disable Secure Boot

Where are we supposed to see that? During boot? I'm on Ubuntu 18.04.

mattip commented 6 years ago

Soon after rebooting (before the dmesg buffer fills) try dmesg |grep -A3 'DSDT ACPI' which will pipe the output of dmesg to grep, then search for DSDT ACPI and show the three line After.

HenrikBengtsson commented 6 years ago

Thxs. That's what I eventually suspected too. Seeing anything during live boot appears impossible since everything flash by in milliseconds. For followers, may I suggest to update to something like:

> If you see all three lines (e.g. `dmesg | grep -A3 'DSDT ACPI'`):
> [...]