Ceci est une ancienne révision du document !
EliteBook x360 11 G1 EE
Probleme : Installation de linux fonctionne mais dés que kernel >= 6.17, kernel panic.
Desactiver modules depuis grub
On va dans advaced option au démarage, on choisit le kernek 7.0 et on appuie sur E pour changer les params de lancement.
à la fin de la linux linux…… quiet splash on renplace quiet splash par
drm.panic_screen=kmsg loglevel=7 noplymouth nomodeset
- gr - grr - `noplymouth` violently kills the purple graphic screen, forcing the laptop to use raw text mode from the very first second. - `nomodeset` tells the kernel not to load the advanced Intel graphics drivers during boot. If the kernel panic was being caused by a graphics card conflict, this bypasses it so you can actually read the screen.