linux-surface / linux-surface

Linux Kernel for Surface Devices
4.53k stars 202 forks source link

(debian) kernel 6.8.8-surface-1 + grub enters in boot loop #1434

Closed nouknouk closed 1 week ago

nouknouk commented 2 weeks ago

Hi,

I'm a user of surface-linux on my surface pro 9.

The latest version, linux-[headers|image]-6.8.8-surface-1 doesn't boot, whereas the previous version linux-[headers|image]-6.8.6-surface-1 runs well.

After showing up the grub welcome screen, when I choose kernel 6.8.8, the system show a black screen for 1-2 seconds, then reboots, showing briefly the (black & white) windows logo, then grub again.

Notes:

Environment

$ diff /boot/config-6.8.6-surface-1 /boot/config-6.8.8-surface-1 
3c3
< # Linux/x86 6.8.6 Kernel Configuration
---
> # Linux/x86 6.8.8 Kernel Configuration
556,558c556
< # CONFIG_SPECTRE_BHI_ON is not set
< # CONFIG_SPECTRE_BHI_OFF is not set
< CONFIG_SPECTRE_BHI_AUTO=y
---
> CONFIG_MITIGATION_SPECTRE_BHI=y

Best regards.

nouknouk commented 1 week ago

nevermind: after a full fresh reinstall of minux mint 21.2, kernel 6.8.8 is running well.

The root cause was probably elsewhere.