No boot with kernel 6.2

Not sure if this helps anything but Arch has the same Problem with 6.2
Only when dualbooting and only if the Bootloader is not from Arch. I can’t explain more as I am not a tech person. Just search for “Arch 6.2 boot problem”. Also Brodie Robertson on Youtube has a short video about it (latest Video as of March 8)

I don’t know if openSUSE did the same with Kernel 6.2

Still no new 6.2 kernel in TW here. Am I the only one with related problems (with NVIDIA graphics and no UEFI/secure boot)?

May be (at least only one having this particular combination that triggers thus problem). Have you opened bug report?

@suse_rasputin as a Tumbleweed user you should be following the Factory Mailing list, new details there today…

1 Like

Nope, just a dumb user here…

I don’t get it, lockdown patches or what?!? :slight_smile:

So the 6.2.1 kernel didn’t work for you, introduction of lockdown patches, secure boot, legacy boot, but the previous kernel works, kernel 6.2.2 removes the lockdown patches, so should be the same as the 6.1.12.

Once 6.2.2 rolls around and still not working (so any lockdown patching is not the issue), then can create a bug report…

many thanks, malcolm, let’s wait’n see…

Kernel 6.2.2 installed via zypper dup, rebooted, system hangs on the absolute same time in very early boot, waiting some minutes doesn’t help.

Frustrating…

@suse_rasputin what about selecting recovery mode, does that work? Or if on boot, press the e key to edit grub and add nomodeset to the linux line (after quiet).

nomodeset boots, but results in lousy resolution (1280x1024), I see no way to change… :frowning:

Normal resolution is 1920x1200, the reason why I keep these old machines in service…

@suse_rasputin it will do for the moment to see what is what, so definitely a driver issue.

So, can you post the output from inxi -Gxxz.

1 Like

Booted with kernel 6.1 I get:

inxi -Gxxz
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
        LANGUAGE = "",
        LC_ALL = (unset),
        LANG = "en_DE.UTF-8"
    are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
Graphics:
  Device-1: NVIDIA G92GLM [Quadro FX 3700M] vendor: Dell driver: nouveau
    v: kernel arch: Tesla pcie: speed: 2.5 GT/s lanes: 16 ports: active: LVDS-1
    empty: DP-1,DP-2,VGA-1 bus-ID: 01:00.0 chip-ID: 10de:061e temp: 46.0 C
  Display: x11 server: X.Org v: 21.1.7 with: Xwayland v: 22.1.8
    compositor: kwin_x11 driver: X: loaded: modesetting unloaded: fbdev,vesa
    alternate: nouveau,nv,nvidia dri: zink gpu: nouveau display-ID: :0
    screens: 1
  Screen-1: 0 s-res: 1920x1200 s-dpi: 96
  Monitor-1: LVDS-1 model: Seiko Epson 0x5443 res: 1920x1200 dpi: 133
    diag: 433mm (17.1")
  API: OpenGL v: 4.5 Mesa 23.0.0 renderer: llvmpipe (LLVM 15.0.7 128 bits)
    direct render: Yes

OK?

@suse_rasputin So you have the Nvidia driver installed (maybe the open one from oss) as well, can you remove that as it’s likely interfering with nouveau, run zypper se -i nvidia.

Can you also check down in /etc/X11 and /etc/X11/xorg.conf.d/ for any xorg.conf file related to nvidia, also down in /etc/modprobe.d/ for any blacklisting of nouveau, run fgrep nouveau /etc/modprobe.d/*

Hi again!

udo zypper se -i nvidia
Loading repository data...
Reading installed packages...

S | Name                           | Summary                                                | Type
--+--------------------------------+--------------------------------------------------------+--------
i | kernel-firmware-nvidia         | Kernel firmware files for Nvidia Tegra and graphics -> | package
i | kernel-firmware-nvidia-gsp-G06 | Kernel firmware file for open NVIDIA kernel module d-> | package

and

sudo grep nouveau /etc/modprobe.d/*

nothing with nvidia in /etc/x11…

@suse_rasputin can you remove this one kernel-firmware-nvidia-gsp-G06 and when done, run mkinitrd and boot with the new kernel.

Done, same difference, boot stops after “usb1-4 found…” (hangs forever, no access via ssh), in normal boot after this the graphics switch with kernel 6.1…

…after some problems some weeks ago the

nvidia-open-driver-G06-signed-kmp-default

is taboo on this machine. Is that a problem?

@suse_rasputin taboo that gsp one as well… they are both related. And if you add nomodeset? Can you do that and post the inxi output from the 6.2.2 kernel.

…gsp is tabooed from the time of un-installing it :wink:

Kernel 6.2.2 with nomodeset:

inxi -Gxxz
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
        LANGUAGE = "",
        LC_ALL = (unset),
        LANG = "en_DE.UTF-8"
    are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
Graphics:
  Device-1: NVIDIA G92GLM [Quadro FX 3700M] vendor: Dell driver: N/A
    arch: Tesla pcie: speed: 2.5 GT/s lanes: 16 bus-ID: 01:00.0
    chip-ID: 10de:061e
  Display: x11 server: X.Org v: 21.1.7 with: Xwayland v: 22.1.8
    compositor: kwin_x11 driver: N/A display-ID: :0 screens: 1
  Screen-1: 0 s-res: 1280x1024 s-dpi: 96
  Monitor-1: Unknown-1 mapped: None-1 res: 1280x1024 size: N/A
  API: OpenGL v: 4.5 Mesa 23.0.0 renderer: llvmpipe (LLVM 15.0.7 128 bits)
    direct render: Yes