Closed HenrikBengtsson closed 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 A
fter.
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'`):
> [...]
The README says:
Where are we supposed to see that? During boot? I'm on Ubuntu 18.04.