After updating Slowroll today I cannot start Xorg or Wayland - suspected culprit kernel Lockdown

After updating Slowroll today I cannot start any UI shell: KDE Plasma Xorg, Plasma Wayland or IceWM (Xorg). All fails without showing any error. Xorg variants return back to SDDM, Wayland seems to hang up the whole system.

I have to write this on my tablet :frowning:

When switching to tty (Ctrl+Shift+F1), logging as root, and running dmesg command I see potential culprit:

Lockdown: Xorg.bin: raw io port access is restricted 

And a similar message about numlockbios.

ps ax however shows Xorg.bin to be running, but nothing else related to any GUI shell.

I haven’t had to solve any Linux issue of this nature for a very long time, so please bear with me.
My Linux CLI admin skills are very rusty.
What is a better tool to investigate booting issues than dmesg?

To add more misery, the tty console on my laptop hi-res 4K screen has super tiny fonts.

My laptop has an Nvidia GPU, I have Nvidia drivers installed, from the Nvidia repo. I assume that Intel integrated graphics runs the shell normally. It used to work. I never had issues before.

I have UEFI with Secure Boot enabled. This laptop doesn’t have legacy BIOS anymore.
It’s a dual boot with Windows but I haven’t run them in ages.

Anything else I can do?

Rollback to a previous working snapshot.

I too have a black screen rolling back to last good.

the same proble, also on regular tumbleweed + kde

I rolled back and then did a zypper dup - rebooted and all works now.

Me too, black screen after update,
With snapshot updating was not allowed

tried to install again with internet AND with the first start It has not internet

Maybe:
https://www.reddit.com/r/openSUSE_Slowroll/comments/1f77e2l/opensuse_slowroll_pushing_out_bad_update/

1 Like

I have disabled secure boot in BIOS, restarted, Lockdown messages are gone but I still cannot log into any GUI shell.

Clearly, the kernel Lockdown messages were red herrings.

The only error message I can still see is:

i915 0000:00:02.00: [drm] *ERROR* Failed to probe lspcon

lspcon, that seems to related to HDMI, so not a probable cause of X11 not starting.

About rolling back last working snapshot, you probably referring to snapper tool:

Bad luck. It looks like I haven’t enabled it or even installed it :frowning:
I have all my partitions as Ext4 FS, not the default Brtfs; but snapper apparently should work Ext4 too. I didn’t know at the time.

Maybe:
https://www.reddit.com/r/openSUSE_Slowroll/comments/1f77e2l/opensuse_slowroll_pushing_out_bad_update/

Yes. Thank you. That helped.

run the following commands:
systemctl enable dbus-broker.service
systemctl --global enable dbus-broker.service
restart

This has fixed my issue. I can open Plasma X11 again!

Thanks to Hak333m on Reddit.
More details in this article (link from Hak333m):
https://www.reddit.com/r/openSUSE/comments/137adlo/heres_how_to_use_dbusbroker_instead_of_dbusdaemon/

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