Latest system update caused problems

... just FYI for those it may help ... after the latest system update my laptop would blackscreen after signin prompt and reboot itslef, then just sit there with a black screen. I researched and found a workaround with the nomodeset in grub but there apparently is now some problem with integrated Intel graphics that has come to the surface with this new update. If you're in the same boat this might help:

  1. Open a terminal and run: sudo nano /etc/default/grub.
  2. Locate the line: GRUB_CMDLINE_LINUX_DEFAULT="quiet splash".
  3. Change it to: GRUB_CMDLINE_LINUX_DEFAULT="quiet splash nomodeset".
  4. Save and exit
  5. Run: sudo update-grub
    reboot

Did You tried to start with the 6.14 Kernel?

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.