Bug ID | 1229039 |
---|---|
Summary | Kernels 6.10.2-1 and 6.10.3-1 do not boot, hard reset after 1 minute of black screen |
Classification | openSUSE |
Product | openSUSE Tumbleweed |
Version | Current |
Hardware | x86-64 |
OS | openSUSE Tumbleweed |
Status | NEW |
Severity | Normal |
Priority | P5 - None |
Component | Kernel |
Assignee | kernel-bugs@opensuse.org |
Reporter | opensuse@erezsh.org |
QA Contact | qa-bugs@suse.de |
Target Milestone | --- |
Found By | --- |
Blocker | --- |
Redirected to open a bug report following: https://forums.opensuse.org/t/sometimes-linux-is-not-booting-on-latest-kernel/177412 Problem: Last kernel I can boot on is 6.9.9-1. Grub2 EFI starts as expected. When selecting to boot with either 6.10 kernels available to me, I get a black screen. No logs at all. After around 1 minute I get a hard reset. It seems to be exactly 1 minute every time but I haven't timed it. Expected: To be able to boot. Additional information: I'm using Dell Latitude 7440 laptop. Secure boot is off. ``` ❯ inxi -GSaz System: Kernel: 6.9.9-1-default arch: x86_64 bits: 64 compiler: gcc v: 13.3.0 clocksource: tsc avail: acpi_pm parameters: BOOT_IMAGE=/boot/vmlinuz-6.9.9-1-default root=/dev/mapper/system-root mitigations=auto quiet security=apparmor xe.force_probe=a7a1 i915.force_probe=!a7a1 Desktop: KDE Plasma v: 6.1.3 tk: Qt v: N/A info: frameworks v: 6.4.0 wm: kwin_wayland tools: avail: xscreensaver vt: 3 dm: SDDM Distro: openSUSE Tumbleweed 20240807 Graphics: Device-1: Intel Raptor Lake-P [Iris Xe Graphics] vendor: Dell driver: xe v: kernel alternate: i915 arch: Gen-13 process: Intel 7 (10nm) built: 2022+ ports: active: DP-5,eDP-1 empty: DP-1, DP-2, DP-3, DP-4, HDMI-A-1 bus-ID: 0000:00:02.0 chip-ID: 8086:a7a1 class-ID: 0300 Display: wayland server: X.org v: 1.21.1.12 with: Xwayland v: 24.1.1 compositor: kwin_wayland driver: X: loaded: modesetting unloaded: fbdev,vesa alternate: intel dri: iris gpu: xe d-rect: 3840x1200 display-ID: 0 Monitor-1: DP-5 pos: right res: 1920x1080 size: N/A modes: N/A Monitor-2: eDP-1 pos: primary,left res: 1920x1200 size: N/A modes: N/A API: EGL v: 1.5 hw: drv: intel iris platforms: device: 0 drv: iris device: 1 drv: swrast gbm: drv: iris surfaceless: drv: iris wayland: drv: iris x11: drv: iris API: OpenGL v: 4.6 compat-v: 4.5 vendor: intel mesa v: 24.1.3 glx-v: 1.4 direct-render: yes renderer: Mesa Intel Graphics (RPL-U) device-ID: 8086:a7a1 memory: 15 GiB unified: yes display-ID: :1.0 API: Vulkan v: 1.3.290 layers: 1 device: 0 type: integrated-gpu name: Intel Graphics (RPL-U) driver: N/A device-ID: 8086:a7a1 surfaces: xcb,xlib,wayland ``` ``` ❯ ll /boot total 64162 lrwxrwxrwx 1 root root 42 Aug 2 19:23 config-6.10.2-1-default -> ../usr/lib/modules/6.10.2-1-default/config lrwxrwxrwx 1 root root 42 Aug 9 09:32 config-6.10.3-1-default -> ../usr/lib/modules/6.10.3-1-default/config lrwxrwxrwx 1 root root 41 Jul 16 20:15 config-6.9.9-1-default -> ../usr/lib/modules/6.9.9-1-default/config drwxr-xr-x 4 root root 2048 Jan 1 1970 efi drwxr-xr-x 1 root root 98 Aug 9 09:33 grub2 lrwxrwxrwx 1 root root 23 Aug 9 09:32 initrd -> initrd-6.10.3-1-default -rw------- 1 root root 65640212 Aug 9 09:33 initrd-6.9.9-1-default lrwxrwxrwx 1 root root 47 Aug 2 19:23 sysctl.conf-6.10.2-1-default -> ../usr/lib/modules/6.10.2-1-default/sysctl.conf lrwxrwxrwx 1 root root 47 Aug 9 09:32 sysctl.conf-6.10.3-1-default -> ../usr/lib/modules/6.10.3-1-default/sysctl.conf lrwxrwxrwx 1 root root 46 Jul 16 20:15 sysctl.conf-6.9.9-1-default -> ../usr/lib/modules/6.9.9-1-default/sysctl.conf lrwxrwxrwx 1 root root 46 Aug 2 19:23 System.map-6.10.2-1-default -> ../usr/lib/modules/6.10.2-1-default/System.map lrwxrwxrwx 1 root root 46 Aug 9 09:32 System.map-6.10.3-1-default -> ../usr/lib/modules/6.10.3-1-default/System.map lrwxrwxrwx 1 root root 45 Jul 16 20:15 System.map-6.9.9-1-default -> ../usr/lib/modules/6.9.9-1-default/System.map lrwxrwxrwx 1 root root 24 Aug 9 09:32 vmlinuz -> vmlinuz-6.10.3-1-default lrwxrwxrwx 1 root root 43 Aug 2 19:23 vmlinuz-6.10.2-1-default -> ../usr/lib/modules/6.10.2-1-default/vmlinuz lrwxrwxrwx 1 root root 43 Aug 9 09:32 vmlinuz-6.10.3-1-default -> ../usr/lib/modules/6.10.3-1-default/vmlinuz lrwxrwxrwx 1 root root 42 Jul 16 20:15 vmlinuz-6.9.9-1-default -> ../usr/lib/modules/6.9.9-1-default/vmlinuz ```