I've been using POP OS (Ubuntu based distro) successfully for more than a year on the ACER Spin 5 SP513-54N laptop, but now it does not boot any more with pci=nocrs
kernel parameter, which is required in order to have touchscreen and touchpad working. But.. it has stopped working now - system does not boot properly and ends on initramfs console.
Upgrade from 21.04 to 21.10 has not resolved the issue. I am attaching the dmesg | grep -iE "warn|err
output:
Here is dmesg output without pci=nocrs:
❱ sudo dmesg | grep -iE "warn|err"
[ 0.000000] x86/split lock detection: #AC: crashing the kernel on kernel split_locks and warning on user-space split_locks
[ 0.087012] DMAR-IR: Use 'intremap=no_x2apic_optout' to override the BIOS setting.
[ 0.185456] ACPI: EC: interrupt blocked
[ 0.189251] ACPI: Using IOAPIC for interrupt routing
[ 0.742835] ACPI: EC: interrupt unblocked
[ 1.945828] fbcon: Deferring console take-over
[ 2.051412] RAS: Correctable Errors collector initialized.
[ 2.181506] intel-lpss: probe of 0000:00:15.0 failed with error -16
[ 2.205412] intel-lpss: probe of 0000:00:15.1 failed with error -16
[ 2.229579] intel-lpss: probe of 0000:00:15.2 failed with error -16
[ 2.529083] fbcon: Deferring console take-over
[ 4.907236] EXT4-fs (nvme0n1p5): re-mounted. Opts: commit=60,errors=remount-ro. Quota mode: none.
[ 5.059905] ACPI Warning: \_SB.IETM._TRT: Return Package has no elements (empty) (20210730/nsprepkg-94)
[ 5.182133] iwlwifi 0000:00:14.3: Direct firmware load for iwlwifi-Qu-c0-hr-b0-66.ucode failed with error -2
[ 5.182240] iwlwifi 0000:00:14.3: Direct firmware load for iwlwifi-Qu-c0-hr-b0-65.ucode failed with error -2
[ 5.182344] iwlwifi 0000:00:14.3: Direct firmware load for iwlwifi-Qu-c0-hr-b0-64.ucode failed with error -2
[ 5.819644] sof-audio-pci-intel-icl 0000:00:1f.3: use msi interrupt mode
[ 5.958075] sof-audio-pci-intel-icl 0000:00:1f.3: ASoC: Parent card not yet available, widget card binding deferred
As you may see, there are some lines missing and/or added.
Any help appreciated!