Hello, my first post here, asking for help.
I'm the very same situation as SteveTaylor in https://www.kubuntuforums.net/forum/...5-0-76-generic, except that untill today, no update helped.
Ever after the update to 5.15.0-84-generic my laptop won't boot to X. Selecting the previus 5.15.0-83-generic kernel, it boots okay.
What I have: A HP probook 440 G5 with Kubuntu 22.04 installed on /dev/nvme0n1 as first boot
cat /etc/default/grub | grep GRUB_CMDLINE_LINUX_DEFAULT
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
One more thing, kern.log of an unsuccessful spin shows always as a last log enry "loop25: detected capacity change from 0 to 8", when "sudo losetup -a" or "sudo fdisk -l" show only 24 loop devices
Any advice would bemuch appreciated, greetings from sunny Thassos!
I'm the very same situation as SteveTaylor in https://www.kubuntuforums.net/forum/...5-0-76-generic, except that untill today, no update helped.
Ever after the update to 5.15.0-84-generic my laptop won't boot to X. Selecting the previus 5.15.0-83-generic kernel, it boots okay.
What I have: A HP probook 440 G5 with Kubuntu 22.04 installed on /dev/nvme0n1 as first boot
Code:
sudo lspci -v | grep -A1 -e VGA -e 3D 00:02.0 VGA compatible controller: Intel Corporation UHD Graphics 620 (rev 07) (prog-if 00 [VGA controller]) DeviceName: Onboard IGD -- 01:00.0 3D controller: NVIDIA Corporation GM108M [GeForce 930MX] (rev a2) Subsystem: Hewlett-Packard Company GM108M [GeForce 930MX]
- I have tryed to "e" at grub time and change boot options, removing "psmouse.proto=imps" (added by me long time ago, I think it helps with my touchpad which was often unresponsive), "quiet" or "$vt_handoff"
- Also tryed to boot "recovery", tested all possible options, but didn't help at all.
- More than this, "sudo ubuntu-drivers autoinstall", which showed to install latest drivers for both 5.15.0-83 and currnet non working 5.15.0-88
- Logged in as $user by pressing ctrl+alt+F2 and tryed "sudo startx"
- sudo journalctl -b -1 -a after I have (unsuccessfully) tried booting with 5.15.0-88-generic and immediately afterwards successfully booted with 5.15.0-83-generic:
Failed to read display number from pipe
Could not start Display server on vt 1 - Of course I didn't forget to take advantage of Schwarzer Kater's advice and did the marking kernel as manually installed
cat /etc/default/grub | grep GRUB_CMDLINE_LINUX_DEFAULT
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
One more thing, kern.log of an unsuccessful spin shows always as a last log enry "loop25: detected capacity change from 0 to 8", when "sudo losetup -a" or "sudo fdisk -l" show only 24 loop devices
Any advice would bemuch appreciated, greetings from sunny Thassos!
Comment