You are not logged in.
Pages: 1
Hi everyone, not really a beginner but it's probably a beginner type issue I'm having, so here we go.
I installed Arch on my Thinkpad a while ago, this is only the most recent fresh install. Today I decided it was time to tackle hiding all the log output on startup, since everything else about the install is pretty sleek. I installed plymouth, put it in the required kernel and boot stuff, rebooted, and it worked.
Then I got overzealous. I wanted to see if I could maybe replace the ugly LENOVO bios logo, not just in plymouth but in the bios itself. Generally you can do that with the lenovo bios utility, but that's a windows program, so I tried to see if I could finagle it using fwupd.
Didn't even get to finagling really. I set up my boot partition to have an EFI folder (I boot through EFI boot stub, set up with efibootmgr, hadn't needed one before that), ran sudo fwupdmgr refresh > sudo fwupdmgr update and just hit yes on all checks, then rebooted. Since then, plymouth falls back to text mode every time I boot. (it shows a dark screen with 3 light squares)
I have made it boot with plymouth.debug and read through the log, and it seems the issue is that no matter what theme I set, it's inserting an extra "/" in front of it so it can't find it. I've checked my config files and there isn't anything wrong with them, and have repeatedly reinstalled plymouth and rebuilt initramfs, but this persists. At this point I actually kind of miss the ugly LENOVO image...
The strange thing is, when I "preview" the current theme using "sudo plymouthd; sudo plymouth --show-splash; sleep 10; sudo plymouth --quit", it loads it just fine. I can't tell if this is a plymouth issue or a problem with the update uefi/bios I fwupd gave me? If it's the latter I would love advice on how to roll that back, preferably without having to also put windows back on this laptop.
Here's the logs from plymouth.debug:
00:07:34.413 ../plymouth/src/main.c:2070:check_logging : checking if console messages should be redirected and logged
00:07:34.413 ../plymouth/src/main.c:2082:check_logging : logging will be enabled!
00:07:34.413 ../plymouth/src/main.c:2154:initialize_environment : source built on Nov 5 2025
00:07:34.413 ../plymouth/src/main.c:2164:initialize_environment : Making sure /run/plymouth exists
00:07:34.413 ../plymouth/src/libply/ply-utils.c:639:ply_create_directory : directory '/run/plymouth' already exists
00:07:34.413 ../plymouth/src/main.c:2168:initialize_environment : initialized minimal work environment
00:07:34.413 ../plymouth/src/main.c:736:get_cache_file_for_mode : returning cache file '/var/lib/plymouth/boot-duration'
00:07:34.414 ../plymouth/src/main.c:314:load_settings : Trying to load /etc/plymouth/plymouthd.conf
00:07:34.414 ../plymouth/src/libply/ply-key-file.c:174:ply_key_file_load_gr: trying to load group Daemon
00:07:34.414 ../plymouth/src/libply/ply-key-file.c:261:ply_key_file_load_gr: key file has no more groups
00:07:34.414 ../plymouth/src/libply/ply-key-file.c:358:ply_key_file_get_raw: key file does not have entry for key 'ThemeDir'
00:07:34.414 ../plymouth/src/main.c:297:get_theme_path : Theme /run/plymouth/themes//bgrt/bgrt.plymouth not found
00:07:34.414 ../plymouth/src/main.c:294:get_theme_path : Theme is /usr/share/plymouth/themes//bgrt/bgrt.plymouth
00:07:34.414 ../plymouth/src/main.c:332:load_settings : Splash delay is set to 5.000000
00:07:34.414 ../plymouth/src/libply/ply-key-file.c:358:ply_key_file_get_raw: key file does not have entry for key 'DeviceTimeout'
00:07:34.414 ../plymouth/src/main.c:337:load_settings : Device timeout is set to nan
00:07:34.414 ../plymouth/src/libply/ply-key-file.c:358:ply_key_file_get_raw: key file does not have entry for key 'DeviceScale'
00:07:34.414 ../plymouth/src/libply/ply-key-file.c:358:ply_key_file_get_raw: key file does not have entry for key 'UseSimpledrm'
00:07:34.414 ../plymouth/src/libply/ply-key-file.c:358:ply_key_file_get_raw: key file does not have entry for key 'UseSimpledrmNoLuks'
00:07:34.414 ../plymouth/src/main.c:454:find_system_default_splash : System configured theme file is '/usr/share/plymouth/themes//bgrt/bgrt.plymouth'
00:07:34.415 ../plymouth/src/main.c:314:load_settings : Trying to load /run/plymouth/plymouthd.defaults
00:07:34.415 ../plymouth/src/libply/ply-key-file.c:83:ply_key_file_open_fil: Failed to open key file /run/plymouth/plymouthd.defaults: No such file or directory
00:07:34.415 ../plymouth/src/main.c:464:find_distribution_default_splash : failed to load /run/plymouth/plymouthd.defaults, trying /usr/share/plymouth/
00:07:34.415 ../plymouth/src/main.c:314:load_settings : Trying to load /usr/share/plymouth/plymouthd.defaults
00:07:34.415 ../plymouth/src/libply/ply-key-file.c:174:ply_key_file_load_gr: trying to load group Daemon
00:07:34.415 ../plymouth/src/libply/ply-key-file.c:261:ply_key_file_load_gr: key file has no more groups
00:07:34.415 ../plymouth/src/libply/ply-key-file.c:358:ply_key_file_get_raw: key file does not have entry for key 'ThemeDir'
00:07:34.415 ../plymouth/src/main.c:297:get_theme_path : Theme /run/plymouth/themes//bgrt/bgrt.plymouth not found
00:07:34.415 ../plymouth/src/main.c:294:get_theme_path : Theme is /usr/share/plymouth/themes//bgrt/bgrt.plymouth
00:07:34.415 ../plymouth/src/main.c:337:load_settings : Device timeout is set to 8.000000
00:07:34.415 ../plymouth/src/libply/ply-key-file.c:358:ply_key_file_get_raw: key file does not have entry for key 'DeviceScale'
00:07:34.415 ../plymouth/src/libply/ply-key-file.c:358:ply_key_file_get_raw: key file does not have entry for key 'UseSimpledrm'
00:07:34.415 ../plymouth/src/libply/ply-key-file.c:358:ply_key_file_get_raw: key file does not have entry for key 'UseSimpledrmNoLuks'
00:07:34.415 ../plymouth/src/main.c:472:find_distribution_default_splash : Distribution default theme file is '/usr/share/plymouth/themes//bgrt/bgrt.plymouth'
00:07:34.415 ../plymouth/src/main.c:928:plymouth_should_show_default_splash: checking if plymouth should show default splash
00:07:34.415 ../plymouth/src/main.c:956:plymouth_should_show_default_splash: using default splash because kernel command line has option "splash"
00:07:34.415 ../plymouth/src/libply/ply-key-file.c:174:ply_key_file_load_gr: trying to load group NONE
00:07:34.415 ../plymouth/src/libply/ply-key-file.c:358:ply_key_file_get_raw: key file does not have entry for key 'XKBLAYOUT'
00:07:34.415 ../plymouth/src/libply/ply-key-file.c:358:ply_key_file_get_raw: key file does not have entry for key 'XKBMODEL'
00:07:34.415 ../plymouth/src/libply/ply-key-file.c:358:ply_key_file_get_raw: key file does not have entry for key 'XKBVARIANT'
00:07:34.415 ../plymouth/src/libply/ply-key-file.c:358:ply_key_file_get_raw: key file does not have entry for key 'XKBOPTIONS'
00:07:34.415 ../plymouth/src/libply-splash-core/ply-device-manager.c:833:pa: KEYMAP: de-latin1, XKBLAYOUT: (null), XKBMODEL (null), XKBVARIANT: (null), XKBOPTIONS: (null)
00:07:34.416 ../plymouth/src/libply-splash-core/ply-terminal.c:144:ply_term: terminal /dev/tty1 keymap: de-latin1
00:07:34.416 ../plymouth/src/libply-splash-core/ply-terminal.c:650:ply_term: trying to open terminal '/dev/tty1'
00:07:34.416 ../plymouth/src/libply-splash-core/ply-terminal.c:443:ply_term: looking up terminal text geometry
00:07:34.416 ../plymouth/src/libply-splash-core/ply-terminal.c:455:ply_term: terminal is now 240x67 text cells
00:07:34.416 ../plymouth/src/libply-splash-core/ply-terminal.c:493:get_acti: Remembering that initial vt is 2
00:07:34.416 ../plymouth/src/libply-splash-core/ply-device-manager.c:1205:c: checking for consoles
00:07:34.416 ../plymouth/src/libply-splash-core/ply-device-manager.c:946:ad: opening /sys/class/tty/console/active
00:07:34.416 ../plymouth/src/libply-splash-core/ply-device-manager.c:954:ad: reading file
00:07:34.416 ../plymouth/src/libply-splash-core/ply-device-manager.c:994:ad: console /dev/tty1 found!
00:07:34.416 ../plymouth/src/libply-splash-core/ply-device-manager.c:667:wa: watching for udev graphics device and input device add and remove events
00:07:34.416 ../plymouth/src/libply-splash-core/ply-device-manager.c:456:cr: Not creating devices for subsystem input because there is no configure XKB layout
00:07:34.416 ../plymouth/src/libply-splash-core/ply-device-manager.c:461:cr: creating objects for drm devices
00:07:34.419 ../plymouth/src/libply-splash-core/ply-device-manager.c:482:cr: found device /sys/devices/pci0000:00/0000:00:08.1/0000:06:00.0/drm/card1
00:07:34.419 ../plymouth/src/libply-splash-core/ply-device-manager.c:490:cr: device is initialized 1
00:07:34.419 ../plymouth/src/libply-splash-core/ply-device-manager.c:494:cr: found node /dev/dri/card1
00:07:34.419 ../plymouth/src/libply-splash-core/ply-device-manager.c:379:cr: device subsystem is drm
00:07:34.419 ../plymouth/src/libply-splash-core/ply-device-manager.c:391:cr: found DRM device /dev/dri/card1
00:07:34.419 ../plymouth/src/libply-splash-core/ply-device-manager.c:1111:c: creating devices for /dev/dri/card1 (renderer type: 1) (terminal: /dev/tty1)
00:07:34.419 ../plymouth/src/libply-splash-core/ply-renderer.c:247:ply_rend: trying to open renderer plugin /usr/lib/plymouth/renderers/drm.so
00:07:34.419 ../plymouth/src/plugins/renderers/drm/plugin.c:896:create_back: creating renderer backend for device /dev/dri/card1
00:07:34.419 ../plymouth/src/plugins/renderers/drm/plugin.c:980:load_driver: Opening '/dev/dri/card1'
00:07:34.425 ../plymouth/src/plugins/renderers/drm/plugin.c:990:load_driver: drm driver: amdgpu
00:07:34.425 ../plymouth/src/libply-splash-core/ply-terminal.c:646:ply_term: terminal /dev/tty1 is already open
00:07:34.425 ../plymouth/src/plugins/renderers/drm/plugin.c:1445:create_hea: (Re)enumerating all outputs
00:07:34.442 ../plymouth/src/plugins/renderers/drm/plugin.c:1089:output_get: Found already lit monitor on connector 101 using controller 87
00:07:34.442 ../plymouth/src/plugins/renderers/drm/plugin.c:1098:output_get: connector 101 encoder 100 possible controllers 0x0000000f/0x0000000f
00:07:34.442 ../plymouth/src/plugins/renderers/drm/plugin.c:543:ply_rendere: link-status 0
00:07:34.442 ../plymouth/src/plugins/renderers/drm/plugin.c:1160:get_prefer: Found preferred mode 1920x1080 at index 0
00:07:34.442 ../plymouth/src/plugins/renderers/drm/plugin.c:1519:create_hea: Using controller 87 for connector 101
00:07:34.442 ../plymouth/src/plugins/renderers/drm/plugin.c:1519:create_hea: Using controller 0 for connector 109
00:07:34.442 ../plymouth/src/plugins/renderers/drm/plugin.c:1519:create_hea: Using controller 0 for connector 116
00:07:34.442 ../plymouth/src/plugins/renderers/drm/plugin.c:1519:create_hea: Using controller 0 for connector 123
00:07:34.442 ../plymouth/src/plugins/renderers/drm/plugin.c:587:ply_rendere: Adding connector with id 101 to 1920x1080 head
00:07:34.442 ../plymouth/src/plugins/renderers/drm/plugin.c:635:ply_rendere: Creating 1920x1080 renderer head
00:07:34.449 ../plymouth/src/plugins/renderers/drm/plugin.c:1562:create_hea: outputs changed
00:07:34.449 ../plymouth/src/plugins/renderers/drm/plugin.c:254:ply_rendere: returning 1x1 buffer with stride 256
00:07:34.449 ../plymouth/src/libply-splash-core/ply-renderer.c:267:ply_rend: opened renderer plugin /usr/lib/plymouth/renderers/drm.so
00:07:34.449 ../plymouth/src/main.c:1101:on_keyboard_added : listening for keystrokes
00:07:34.449 ../plymouth/src/main.c:1105:on_keyboard_added : listening for escape
00:07:34.449 ../plymouth/src/main.c:1109:on_keyboard_added : listening for backspace
00:07:34.449 ../plymouth/src/main.c:1113:on_keyboard_added : listening for enter
00:07:34.449 ../plymouth/src/libply-splash-core/ply-device-manager.c:1019:c: Adding displays for 1 heads
00:07:34.449 ../plymouth/src/libply-splash-core/ply-terminal.c:443:ply_term: looking up terminal text geometry
00:07:34.449 ../plymouth/src/libply-splash-core/ply-terminal.c:455:ply_term: terminal is now 240x67 text cells
00:07:34.449 ../plymouth/src/libply-splash-core/ply-device-manager.c:1055:c: adding text display for terminal /dev/tty1
00:07:34.449 ../plymouth/src/libply-splash-core/ply-device-manager.c:482:cr: found device /sys/devices/pci0000:00/0000:00:08.1/0000:06:00.0/drm/card1/card1-DP-1
00:07:34.450 ../plymouth/src/libply-splash-core/ply-device-manager.c:490:cr: device is initialized 1
00:07:34.450 ../plymouth/src/libply-splash-core/ply-device-manager.c:482:cr: found device /sys/devices/pci0000:00/0000:00:08.1/0000:06:00.0/drm/card1/card1-DP-2
00:07:34.450 ../plymouth/src/libply-splash-core/ply-device-manager.c:490:cr: device is initialized 1
00:07:34.450 ../plymouth/src/libply-splash-core/ply-device-manager.c:482:cr: found device /sys/devices/pci0000:00/0000:00:08.1/0000:06:00.0/drm/card1/card1-HDMI-A-1
00:07:34.450 ../plymouth/src/libply-splash-core/ply-device-manager.c:490:cr: device is initialized 1
00:07:34.450 ../plymouth/src/libply-splash-core/ply-device-manager.c:482:cr: found device /sys/devices/pci0000:00/0000:00:08.1/0000:06:00.0/drm/card1/card1-eDP-1
00:07:34.451 ../plymouth/src/libply-splash-core/ply-device-manager.c:490:cr: device is initialized 1
00:07:34.451 ../plymouth/src/libply-splash-core/ply-device-manager.c:482:cr: found device /sys/devices/pci0000:00/0000:00:08.1/0000:06:00.0/drm/renderD128
00:07:34.451 ../plymouth/src/libply-splash-core/ply-device-manager.c:490:cr: device is initialized 1
00:07:34.451 ../plymouth/src/libply-splash-core/ply-device-manager.c:494:cr: found node /dev/dri/renderD128
00:07:34.451 ../plymouth/src/libply-splash-core/ply-device-manager.c:379:cr: device subsystem is drm
00:07:34.451 ../plymouth/src/libply-splash-core/ply-device-manager.c:388:cr: ignoring since it is a render node
00:07:34.451 ../plymouth/src/main.c:2613:main : entering event loop
00:07:34.451 ../plymouth/src/ply-boot-server.c:395:print_connection_process: connection is from pid 3000 (plymouth --show-splash) with parent pid 2999 (sudo plymouth --show-splash)
00:07:34.451 ../plymouth/src/ply-boot-server.c:494:ply_boot_connection_on_r: got show splash request
00:07:34.451 ../plymouth/src/main.c:883:plymouth_should_ignore_show_splash_: checking if plymouth should be running
00:07:34.451 ../plymouth/src/main.c:1050:on_show_splash : at least one display already available, so loading splash
00:07:34.451 ../plymouth/src/main.c:1071:show_splash : delaying show splash for 4.960500 seconds
00:07:34.451 ../plymouth/src/libply/ply-event-loop.c:971:ply_event_loop_sto: no matching timeout found for removal
00:07:34.451 ../plymouth/src/libply-splash-core/ply-device-manager.c:1403:p: activating keyboards
00:07:34.451 ../plymouth/src/libply-splash-core/ply-keyboard.c:376:ply_keyb: Watching for keyboard input from renderer
00:07:34.452 ../plymouth/src/libply/ply-event-loop.c:1142:ply_event_loop_fr: freeing destination (1, 0x55e9bb3425b0, 0x55e9bb3460b0) of fd 11
00:07:39.417 ../plymouth/src/main.c:928:plymouth_should_show_default_splash: checking if plymouth should show default splash
00:07:39.417 ../plymouth/src/main.c:956:plymouth_should_show_default_splash: using default splash because kernel command line has option "splash"
00:07:39.417 ../plymouth/src/main.c:481:show_default_splash : Showing splash screen
00:07:39.417 ../plymouth/src/main.c:489:show_default_splash : Trying system default splash
00:07:39.417 ../plymouth/src/main.c:1848:load_theme : Loading boot splash theme '/usr/share/plymouth/themes//bgrt/bgrt.plymouth'
00:07:39.417 ../plymouth/src/libply/ply-key-file.c:174:ply_key_file_load_gr: trying to load group Plymouth Theme
00:07:39.417 ../plymouth/src/libply/ply-key-file.c:174:ply_key_file_load_gr: trying to load group two-step
00:07:39.417 ../plymouth/src/libply/ply-key-file.c:174:ply_key_file_load_gr: trying to load group boot-up
00:07:39.417 ../plymouth/src/libply/ply-key-file.c:174:ply_key_file_load_gr: trying to load group shutdown
00:07:39.417 ../plymouth/src/libply/ply-key-file.c:174:ply_key_file_load_gr: trying to load group reboot
00:07:39.417 ../plymouth/src/libply/ply-key-file.c:174:ply_key_file_load_gr: trying to load group updates
00:07:39.417 ../plymouth/src/libply/ply-key-file.c:174:ply_key_file_load_gr: trying to load group system-upgrade
00:07:39.417 ../plymouth/src/libply/ply-key-file.c:174:ply_key_file_load_gr: trying to load group firmware-upgrade
00:07:39.418 ../plymouth/src/libply/ply-key-file.c:174:ply_key_file_load_gr: trying to load group system-reset
00:07:39.418 ../plymouth/src/libply/ply-key-file.c:261:ply_key_file_load_gr: key file has no more groups
00:07:39.419 ../plymouth/src/plugins/splash/two-step/plugin.c:1180:create_p: Using '/usr/share/plymouth/themes//spinner' as working directory
00:07:39.419 ../plymouth/src/libply/ply-key-file.c:358:ply_key_file_get_raw: key file does not have entry for key 'ScaleBackgroundImage'
00:07:39.419 ../plymouth/src/libply/ply-key-file.c:358:ply_key_file_get_raw: key file does not have entry for key 'ProgressBarHorizontalAlignment'
00:07:39.419 ../plymouth/src/libply/ply-key-file.c:358:ply_key_file_get_raw: key file does not have entry for key 'ProgressBarVerticalAlignment'
00:07:39.420 ../plymouth/src/libply/ply-key-file.c:358:ply_key_file_get_raw: key file does not have entry for key 'SecureBootHorizontalAlignment'
00:07:39.420 ../plymouth/src/libply/ply-key-file.c:358:ply_key_file_get_raw: key file does not have entry for key 'SecureBootVerticalAlignment'
00:07:39.420 ../plymouth/src/libply/ply-key-file.c:358:ply_key_file_get_raw: key file does not have entry for key 'ConsoleLogTextColor'
00:07:39.420 ../plymouth/src/libply/ply-key-file.c:358:ply_key_file_get_raw: key file does not have entry for key 'ConsoleLogBackgroundColor'
00:07:39.420 ../plymouth/src/libply/ply-key-file.c:358:ply_key_file_get_raw: key file does not have entry for key 'ProgressBarWidth'
00:07:39.420 ../plymouth/src/libply/ply-key-file.c:358:ply_key_file_get_raw: key file does not have entry for key 'ProgressBarHeight'
00:07:39.420 ../plymouth/src/libply/ply-key-file.c:358:ply_key_file_get_raw: key file does not have entry for key 'SuppressMessages'
00:07:39.420 ../plymouth/src/libply/ply-key-file.c:358:ply_key_file_get_raw: key file does not have entry for key 'ProgressBarShowPercentComplete'
00:07:39.420 ../plymouth/src/libply/ply-key-file.c:358:ply_key_file_get_raw: key file does not have entry for key 'UseProgressBar'
00:07:39.420 ../plymouth/src/libply/ply-key-file.c:358:ply_key_file_get_raw: key file does not have entry for key 'Title'
00:07:39.420 ../plymouth/src/libply/ply-key-file.c:358:ply_key_file_get_raw: key file does not have entry for key 'SubTitle'
00:07:39.420 ../plymouth/src/libply/ply-key-file.c:358:ply_key_file_get_raw: key file does not have entry for key 'SuppressMessages'
00:07:39.420 ../plymouth/src/libply/ply-key-file.c:358:ply_key_file_get_raw: key file does not have entry for key 'ProgressBarShowPercentComplete'
00:07:39.420 ../plymouth/src/libply/ply-key-file.c:358:ply_key_file_get_raw: key file does not have entry for key 'UseProgressBar'
00:07:39.420 ../plymouth/src/libply/ply-key-file.c:358:ply_key_file_get_raw: key file does not have entry for key 'Title'
00:07:39.420 ../plymouth/src/libply/ply-key-file.c:358:ply_key_file_get_raw: key file does not have entry for key 'SubTitle'
00:07:39.421 ../plymouth/src/libply/ply-key-file.c:358:ply_key_file_get_raw: key file does not have entry for key 'SuppressMessages'
00:07:39.421 ../plymouth/src/libply/ply-key-file.c:358:ply_key_file_get_raw: key file does not have entry for key 'ProgressBarShowPercentComplete'
00:07:39.421 ../plymouth/src/libply/ply-key-file.c:358:ply_key_file_get_raw: key file does not have entry for key 'UseProgressBar'
00:07:39.421 ../plymouth/src/libply/ply-key-file.c:358:ply_key_file_get_raw: key file does not have entry for key 'Title'
00:07:39.421 ../plymouth/src/libply/ply-key-file.c:358:ply_key_file_get_raw: key file does not have entry for key 'SubTitle'
00:07:39.421 ../plymouth/src/libply/ply-key-file.c:358:ply_key_file_get_raw: key file does not have entry for key 'UseFirmwareBackground'
00:07:39.421 ../plymouth/src/libply/ply-key-file.c:358:ply_key_file_get_raw: key file does not have entry for key 'UseFirmwareBackground'
00:07:39.421 ../plymouth/src/libply/ply-key-file.c:358:ply_key_file_get_raw: key file does not have entry for key 'UseFirmwareBackground'
00:07:39.421 ../plymouth/src/libply/ply-key-file.c:358:ply_key_file_get_raw: key file does not have entry for key 'UseFirmwareBackground'
00:07:39.421 ../plymouth/src/libply/ply-key-file.c:358:ply_key_file_get_raw: key file does not have entry for key 'ProgressFunction'
00:07:39.421 ../plymouth/src/libply/ply-key-file.c:358:ply_key_file_get_raw: key file does not have entry for key 'ShowAnimationPercent'
00:07:39.421 ../plymouth/src/main.c:1864:load_theme : attaching plugin to event loop
00:07:39.421 ../plymouth/src/main.c:1867:load_theme : attaching progress to plugin
00:07:39.421 ../plymouth/src/libply-splash-core/ply-boot-splash.c:142:ply_b: adding 1920x1080 pixel display
00:07:39.421 ../plymouth/src/plugins/splash/two-step/plugin.c:1790:add_pixe: adding pixel display to plugin
00:07:39.449 ../plymouth/src/plugins/controls/label-pango/plugin.c:325:size: Text ' ' has dimensions 5x19
00:07:39.449 ../plymouth/src/plugins/controls/label-pango/plugin.c:325:size: Text ' ' has dimensions 5x19
00:07:39.449 ../plymouth/src/libply-splash-graphics/ply-console-viewer.c:85: Using console viewer instead of kernel framebuffer console
00:07:39.450 ../plymouth/src/libply-splash-graphics/ply-label.c:89:ply_labe: Unloading label control plugin
00:07:39.453 ../plymouth/src/plugins/controls/label-pango/plugin.c:325:size: Text ' ' has dimensions 10x21
00:07:39.454 ../plymouth/src/plugins/controls/label-pango/plugin.c:325:size: Text ' ' has dimensions 10x21
00:07:39.454 ../plymouth/src/libply-splash-graphics/ply-label.c:89:ply_labe: Unloading label control plugin
00:07:39.454 ../plymouth/src/libply-splash-core/ply-device-manager.c:1370:p: activating renderers
00:07:39.454 ../plymouth/src/libply-splash-core/ply-boot-splash.c:547:ply_b: showing splash screen
00:07:39.454 ../plymouth/src/plugins/splash/two-step/plugin.c:1866:show_spl: loading lock image
00:07:39.454 ../plymouth/src/plugins/splash/two-step/plugin.c:1871:show_spl: loading box image
00:07:39.454 ../plymouth/src/plugins/splash/two-step/plugin.c:1880:show_spl: loading corner image
00:07:39.455 ../plymouth/src/plugins/splash/two-step/plugin.c:1889:show_spl: loading header image
00:07:39.455 ../plymouth/src/plugins/splash/two-step/plugin.c:1898:show_spl: loading background image
00:07:39.455 ../plymouth/src/plugins/splash/two-step/plugin.c:1906:show_spl: loading background bgrt image
00:07:39.457 ../plymouth/src/plugins/splash/two-step/plugin.c:1917:show_spl: loading background bgrt fallback image
00:07:39.457 ../plymouth/src/plugins/splash/two-step/plugin.c:1925:show_spl: loading watermark image
00:07:39.459 ../plymouth/src/plugins/splash/two-step/plugin.c:1933:show_spl: loading secure boot warning image
00:07:39.459 ../plymouth/src/plugins/splash/two-step/plugin.c:592:view_set_: using 768x256 bgrt image centered at 576x284 for 1920x1080 screen
00:07:39.471 ../plymouth/src/plugins/splash/two-step/plugin.c:682:view_load: using 256x86 watermark centered at 832x954 for 1920x1080 screen
00:07:39.472 ../plymouth/src/plugins/splash/two-step/plugin.c:699:view_load: loading entry
00:07:39.472 ../plymouth/src/libply-splash-graphics/ply-keymap-icon.c:172:p: loading '/usr/share/plymouth/themes//spinner/keyboard.png': success
00:07:39.510 ../plymouth/src/libply-splash-graphics/ply-keymap-icon.c:179:p: loading '/usr/share/plymouth/themes//spinner/keymap-render.png': success
00:07:39.510 ../plymouth/src/plugins/splash/two-step/plugin.c:709:view_load: loading progress animation
00:07:39.510 ../plymouth/src/libply-splash-graphics/ply-progress-animation.: could not find any progress animation frames
00:07:39.510 ../plymouth/src/plugins/splash/two-step/plugin.c:711:view_load: optional progress animation wouldn't load
00:07:39.510 ../plymouth/src/plugins/splash/two-step/plugin.c:720:view_load: loading throbber
00:07:39.512 ../plymouth/src/plugins/splash/two-step/plugin.c:1949:show_spl: starting boot animations
00:07:39.512 ../plymouth/src/plugins/splash/two-step/plugin.c:1543:start_pr: starting animation
00:07:39.516 ../plymouth/src/plugins/renderers/drm/plugin.c:750:ply_rendere: Creating buffer for 1920x1080 renderer head
00:07:39.516 ../plymouth/src/plugins/renderers/drm/plugin.c:254:ply_rendere: returning 1920x1080 buffer with stride 7680
00:07:39.516 ../plymouth/src/plugins/renderers/drm/plugin.c:758:ply_rendere: Mapping buffer for 1920x1080 renderer head
00:07:39.516 ../plymouth/src/libply-splash-core/ply-boot-splash.c:560:ply_b: (this is an initial showing)
00:07:39.516 ../plymouth/src/libply-splash-core/ply-boot-splash.c:564:ply_b: Pausing 1 already added displays
00:07:39.516 ../plymouth/src/libply-splash-core/ply-device-manager.c:1403:p: activating keyboards
00:07:39.516 ../plymouth/src/plugins/splash/two-step/plugin.c:834:pause_vie: pausing views
00:07:39.520 ../plymouth/src/plugins/splash/two-step/plugin.c:850:unpause_v: unpausing views
00:07:39.520 ../plymouth/src/plugins/renderers/drm/plugin.c:966:on_active_v: activating on vt change
00:07:39.520 ../plymouth/src/plugins/renderers/drm/plugin.c:941:activate : taking master and scanning out
00:07:39.530 ../plymouth/src/plugins/renderers/drm/plugin.c:712:ply_rendere: Setting scan out buffer of 1920x1080 head to our buffer
00:07:39.575 ../plymouth/src/plugins/renderers/drm/plugin.c:1795:flush_head: Needed to reset scan out buffer on 1920x1080 renderer head
00:07:39.576 ../plymouth/src/libply-splash-core/ply-device-manager.c:626:on: got change event for device /dev/dri/card1
00:07:39.576 ../plymouth/src/plugins/renderers/drm/plugin.c:1445:create_hea: (Re)enumerating all outputs
00:07:39.583 ../plymouth/src/plugins/renderers/drm/plugin.c:1089:output_get: Found already lit monitor on connector 101 using controller 87
00:07:39.583 ../plymouth/src/plugins/renderers/drm/plugin.c:1098:output_get: connector 101 encoder 100 possible controllers 0x0000000f/0x0000000f
00:07:39.583 ../plymouth/src/plugins/renderers/drm/plugin.c:543:ply_rendere: link-status 0
00:07:39.583 ../plymouth/src/plugins/renderers/drm/plugin.c:1160:get_prefer: Found preferred mode 1920x1080 at index 0
00:07:39.583 ../plymouth/src/plugins/renderers/drm/plugin.c:1519:create_hea: Using controller 87 for connector 101
00:07:39.583 ../plymouth/src/plugins/renderers/drm/plugin.c:1519:create_hea: Using controller 0 for connector 109
00:07:39.583 ../plymouth/src/plugins/renderers/drm/plugin.c:1519:create_hea: Using controller 0 for connector 116
00:07:39.583 ../plymouth/src/plugins/renderers/drm/plugin.c:1519:create_hea: Using controller 0 for connector 123
00:07:39.583 ../plymouth/src/plugins/renderers/drm/plugin.c:583:ply_rendere: Head already contains connector with id 101
00:07:39.583 ../plymouth/src/plugins/renderers/drm/plugin.c:1562:create_hea: outputs unchanged
00:07:42.451 ../plymouth/src/libply-splash-core/ply-device-manager.c:1248:c: Timeout elapsed, looking for devices from udev
00:07:42.451 ../plymouth/src/libply-splash-core/ply-device-manager.c:456:cr: Not creating devices for subsystem input because there is no configure XKB layout
00:07:42.451 ../plymouth/src/libply-splash-core/ply-device-manager.c:461:cr: creating objects for drm devices
00:07:42.455 ../plymouth/src/libply-splash-core/ply-device-manager.c:482:cr: found device /sys/devices/pci0000:00/0000:00:08.1/0000:06:00.0/drm/card1
00:07:42.456 ../plymouth/src/libply-splash-core/ply-device-manager.c:490:cr: device is initialized 1
00:07:42.456 ../plymouth/src/libply-splash-core/ply-device-manager.c:494:cr: found node /dev/dri/card1
00:07:42.456 ../plymouth/src/libply-splash-core/ply-device-manager.c:379:cr: device subsystem is drm
00:07:42.456 ../plymouth/src/libply-splash-core/ply-device-manager.c:391:cr: found DRM device /dev/dri/card1
00:07:42.456 ../plymouth/src/libply-splash-core/ply-device-manager.c:1090:c: ignoring device /dev/dri/card1 since it's already managed
00:07:42.456 ../plymouth/src/libply-splash-core/ply-device-manager.c:482:cr: found device /sys/devices/pci0000:00/0000:00:08.1/0000:06:00.0/drm/card1/card1-DP-1
00:07:42.456 ../plymouth/src/libply-splash-core/ply-device-manager.c:490:cr: device is initialized 1
00:07:42.456 ../plymouth/src/libply-splash-core/ply-device-manager.c:482:cr: found device /sys/devices/pci0000:00/0000:00:08.1/0000:06:00.0/drm/card1/card1-DP-2
00:07:42.457 ../plymouth/src/libply-splash-core/ply-device-manager.c:490:cr: device is initialized 1
00:07:42.457 ../plymouth/src/libply-splash-core/ply-device-manager.c:482:cr: found device /sys/devices/pci0000:00/0000:00:08.1/0000:06:00.0/drm/card1/card1-HDMI-A-1
00:07:42.457 ../plymouth/src/libply-splash-core/ply-device-manager.c:490:cr: device is initialized 1
00:07:42.457 ../plymouth/src/libply-splash-core/ply-device-manager.c:482:cr: found device /sys/devices/pci0000:00/0000:00:08.1/0000:06:00.0/drm/card1/card1-eDP-1
00:07:42.457 ../plymouth/src/libply-splash-core/ply-device-manager.c:490:cr: device is initialized 1
00:07:42.458 ../plymouth/src/libply-splash-core/ply-device-manager.c:482:cr: found device /sys/devices/pci0000:00/0000:00:08.1/0000:06:00.0/drm/renderD128
00:07:42.458 ../plymouth/src/libply-splash-core/ply-device-manager.c:490:cr: device is initialized 1
00:07:42.458 ../plymouth/src/libply-splash-core/ply-device-manager.c:494:cr: found node /dev/dri/renderD128
00:07:42.458 ../plymouth/src/libply-splash-core/ply-device-manager.c:379:cr: device subsystem is drm
00:07:42.458 ../plymouth/src/libply-splash-core/ply-device-manager.c:388:cr: ignoring since it is a render node
00:07:42.458 ../plymouth/src/libply-splash-core/ply-device-manager.c:461:cr: creating objects for frame buffer devices
00:07:42.460 ../plymouth/src/libply-splash-core/ply-device-manager.c:482:cr: found device /sys/devices/pci0000:00/0000:00:08.1/0000:06:00.0/graphics/fb0
00:07:42.460 ../plymouth/src/libply-splash-core/ply-device-manager.c:490:cr: device is initialized 1
00:07:42.460 ../plymouth/src/libply-splash-core/ply-device-manager.c:494:cr: found node /dev/fb0
00:07:42.460 ../plymouth/src/libply-splash-core/ply-device-manager.c:379:cr: device subsystem is graphics
00:07:42.460 ../plymouth/src/libply-splash-core/ply-device-manager.c:397:cr: found frame buffer device /dev/fb0
00:07:42.460 ../plymouth/src/libply-splash-core/ply-device-manager.c:245:fb: trying to find associated drm node for fb device (path: pci-0000:06:00.0)
00:07:42.482 ../plymouth/src/libply-splash-core/ply-device-manager.c:403:cr: ignoring, since there's a DRM device associated with it
00:07:42.483 ../plymouth/src/libply-splash-core/ply-device-manager.c:482:cr: found device /sys/devices/virtual/graphics/fbcon
00:07:42.483 ../plymouth/src/libply-splash-core/ply-device-manager.c:498:cr: it's not initialized
00:07:44.491 ../plymouth/src/ply-boot-server.c:395:print_connection_process: connection is from pid 3038 (plymouth --quit) with parent pid 3037 (sudo plymouth --quit)
00:07:44.492 ../plymouth/src/ply-boot-server.c:532:ply_boot_connection_on_r: got quit request
00:07:44.492 ../plymouth/src/main.c:1455:on_quit : quitting (retain splash: false)
00:07:44.492 ../plymouth/src/main.c:1472:on_quit : system not initialized so skipping saving boot-duration file
00:07:44.492 ../plymouth/src/main.c:1477:on_quit : closing log
00:07:44.492 ../plymouth/src/libply-splash-core/ply-device-manager.c:1425:p: deactivating keyboards
00:07:44.492 ../plymouth/src/libply-splash-core/ply-keyboard.c:395:ply_keyb: No longer watching for keyboard input from renderer
00:07:44.492 ../plymouth/src/libply/ply-event-loop.c:765:ply_event_loop_sto: stopping watching fd 7
00:07:44.492 ../plymouth/src/libply/ply-event-loop.c:781:ply_event_loop_sto: removing destination for fd 7
00:07:44.492 ../plymouth/src/main.c:1483:on_quit : unloading splash
00:07:44.492 ../plymouth/src/libply-splash-core/ply-boot-splash.c:801:ply_b: telling splash to become idle
00:07:44.492 ../plymouth/src/plugins/splash/two-step/plugin.c:2104:become_i: deactivation requested
00:07:44.492 ../plymouth/src/plugins/splash/two-step/plugin.c:2114:become_i: waiting for plugin to stop
00:07:44.492 ../plymouth/src/libply-splash-core/ply-boot-splash.c:777:on_id: splash now idle
00:07:44.502 ../plymouth/src/main.c:1358:on_boot_splash_idle : boot splash idle
00:07:44.502 ../plymouth/src/main.c:1365:on_boot_splash_idle : hiding splash
00:07:44.502 ../plymouth/src/plugins/renderers/drm/plugin.c:957:deactivate : dropping master
00:07:44.502 ../plymouth/src/libply/ply-event-loop.c:971:ply_event_loop_sto: no matching timeout found for removal
00:07:44.503 ../plymouth/src/plugins/splash/two-step/plugin.c:2061:hide_spl: hiding splash
00:07:44.503 ../plymouth/src/plugins/splash/two-step/plugin.c:1576:stop_ani: stopping animation
00:07:44.503 ../plymouth/src/libply-splash-graphics/ply-throbber.c:356:ply_: throbber already stopped
00:07:44.562 ../plymouth/src/main.c:1369:on_boot_splash_idle : quitting splash
00:07:44.563 ../plymouth/src/main.c:1234:quit_splash : quitting splash
00:07:44.564 ../plymouth/src/main.c:1236:quit_splash : freeing splash
00:07:44.565 ../plymouth/src/libply-splash-core/ply-boot-splash.c:405:ply_b: freeing splash
00:07:44.565 ../plymouth/src/libply/ply-event-loop.c:971:ply_event_loop_sto: no matching timeout found for removal
00:07:44.566 ../plymouth/src/libply-splash-core/ply-boot-splash.c:350:remov: removing pixel displays
00:07:44.567 ../plymouth/src/libply-splash-core/ply-boot-splash.c:364:remov: Removing 1920x1080 pixel display
00:07:44.567 ../plymouth/src/plugins/splash/two-step/plugin.c:1815:remove_p: removing pixel display from plugin
00:07:44.570 ../plymouth/src/plugins/splash/two-step/plugin.c:1428:destroy_: destroying plugin
00:07:44.571 ../plymouth/src/plugins/splash/two-step/plugin.c:1399:free_vie: freeing views
00:07:44.571 ../plymouth/src/libply-splash-core/ply-device-manager.c:1425:p: deactivating keyboards
00:07:44.572 ../plymouth/src/main.c:1245:quit_splash : Not retaining splash, so deallocating VT
00:07:44.573 ../plymouth/src/libply-splash-core/ply-terminal.c:998:ply_term: Attempting to set active vt back to 2 from 1
00:07:44.594 ../plymouth/src/libply-splash-core/ply-terminal.c:1015:ply_ter: couldn't deallocate vt 1: Device or resource busy
00:07:44.594 ../plymouth/src/libply-splash-core/ply-terminal.c:719:ply_term: restoring color palette
00:07:44.611 ../plymouth/src/libply-splash-core/ply-terminal.c:723:ply_term: stop watching tty fd
00:07:44.611 ../plymouth/src/libply/ply-event-loop.c:765:ply_event_loop_sto: stopping watching fd 7
00:07:44.611 ../plymouth/src/libply/ply-event-loop.c:781:ply_event_loop_sto: removing destination for fd 7
00:07:44.611 ../plymouth/src/libply/ply-event-loop.c:790:ply_event_loop_sto: no more destinations remaing for fd 7, removing source
00:07:44.611 ../plymouth/src/libply-splash-core/ply-terminal.c:729:ply_term: stop watching SIGWINCH signal
00:07:44.611 ../plymouth/src/libply-splash-core/ply-terminal.c:733:ply_term: setting buffered input
00:07:44.611 ../plymouth/src/main.c:1371:on_boot_splash_idle : quitting program
00:07:44.612 ../plymouth/src/main.c:1300:quit_program : cleaning up devices
00:07:44.612 ../plymouth/src/libply-splash-core/ply-device-manager.c:898:pl: freeing device manager
00:07:44.612 ../plymouth/src/libply-splash-core/ply-renderer.c:94:ply_rende: Unloading renderer backend plugin
00:07:44.612 ../plymouth/src/libply/ply-event-loop.c:971:ply_event_loop_sto: no matching timeout found for removal
00:07:44.612 ../plymouth/src/main.c:1303:quit_program : exiting event loop
00:07:44.612 ../plymouth/src/ply-boot-server.c:349:ply_boot_connection_on_q: quit complete
00:07:44.612 ../plymouth/src/main.c:2615:main : exited event loop
00:07:44.612 ../plymouth/src/libply-splash-core/ply-boot-splash.c:405:ply_b: freeing splash
00:07:44.612 ../plymouth/src/main.c:2625:main : freeing terminal session
00:07:44.612 ../plymouth/src/main.c:2631:main : exiting with code 0Here's my /etc/plymouth/plymouthd.conf
# Administrator customizations go in this file
[Daemon]
Theme=bgrt
ShowDelay=5Last edited by theoceaninmotion (Today 11:40:28)
Offline
Rereading the logs I posted I think they aren‘t the right ones. I‘ll double check next time I boot the laptop up
Offline
nvm it works again today. fascinating stuff
Offline
Pages: 1