You are not logged in.

#1 2024-06-06 16:45:52

saylor
Member
Registered: 2024-06-06
Posts: 2

Theming LUKS password screen with plymouth doesn't work

Hi yall,
I am trying to apply a plymouth theme from https://github.com/adi1090x/plymouth-themes to my LUKS unlock screen, but it only appears after unlocking (when using a delay in the plymouth config, else it doesn't really appear at all or you can just see the debug text from the plymouth.debug kernel parameter rush by after unlocking).

I know that it gets set correctly and everything because it also flickers on when I reboot or poweroff my system.
I found a few similar posts from the past but none of the tips seem to fix it hmm

I am using the 6.9.3-zen1-1-zen kernel on intel hardware (i915 module with early KMS should be configured), refind and no display manager. Only my root partition is encrypted, the boot partition isn't.

I am currently using the plymouth-git package from the AUR and installed a theme from the repo with paru and set it as my theme with

plymouth-set-default-theme

My mkinitcpio.conf:

MODULES=(i915)

BINARIES=()

FILES=()

HOOKS=(base systemd autodetect microcode modconf kms plymouth keyboard sd-vconsole block sd-encrypt filesystems fsck)

plymouth config:

[Daemon]
Theme=colorful_loop
ShowDelay=0
DeviceTimeout=8

refind_linux.conf:

"Boot with standard options"  "rd.luks.name=aceb59a4-50dd-4cf3-8c16-4afced775592=root root=UUID=2f02154b-0832-498c-bb85-b6c2ec2d2614 rw quiet splash rd.udev.log_priority=3 vt.global_cursor_default=0 plymouth.debug"

plymout-debug.log output:

00:00:08.692 ../plymouth/src/main.c:2030:check_logging                     : checking if console messages should be redirected and logged
00:00:08.692 ../plymouth/src/main.c:2042:check_logging                     : logging will be enabled!
00:00:08.694 ../plymouth/src/main.c:2114:initialize_environment            : source built on Jun  5 2024
00:00:08.694 ../plymouth/src/main.c:2124:initialize_environment            : Making sure /run/plymouth exists
00:00:08.694 ../plymouth/src/main.c:2128:initialize_environment            : initialized minimal work environment
00:00:08.695 ../plymouth/src/main.c:1878:attach_to_running_session         : creating new terminal session
00:00:08.695 ../plymouth/src/libply/ply-terminal-session.c:219:ply_terminal: ptmx not passed in, creating one
00:00:08.695 ../plymouth/src/libply/ply-terminal-session.c:177:open_pseudot: opening device '/dev/ptmx'
00:00:08.695 ../plymouth/src/libply/ply-terminal-session.c:183:open_pseudot:  opened device '/dev/ptmx'
00:00:08.695 ../plymouth/src/libply/ply-terminal-session.c:185:open_pseudot: unlocking pseudoterminal
00:00:08.695 ../plymouth/src/libply/ply-terminal-session.c:192:open_pseudot: unlocked pseudoterminal
00:00:08.695 ../plymouth/src/libply/ply-terminal-session.c:229:ply_terminal: redirecting system console to terminal device
00:00:08.695 ../plymouth/src/libply/ply-terminal-session.c:238:ply_terminal: done redirecting system console to terminal device
00:00:08.695 ../plymouth/src/libply/ply-terminal-session.c:368:ply_terminal: logging incoming console messages
00:00:08.695 ../plymouth/src/main.c:1905:attach_to_running_session         : Creating new kmsg reader
00:00:08.695 ../plymouth/src/main.c:1757:tell_systemd_to_print_details     : telling systemd to start printing details
00:00:08.695 ../plymouth/src/main.c:711:get_cache_file_for_mode            : returning cache file '/var/lib/plymouth/boot-duration'
00:00:08.696 ../plymouth/src/main.c:313:load_settings                      : Trying to load /etc/plymouth/plymouthd.conf
00:00:08.696 ../plymouth/src/libply/ply-key-file.c:174:ply_key_file_load_gr: trying to load group Daemon
00:00:08.697 ../plymouth/src/libply/ply-key-file.c:261:ply_key_file_load_gr: key file has no more groups
00:00:08.697 ../plymouth/src/libply/ply-key-file.c:358:ply_key_file_get_raw: key file does not have entry for key 'ThemeDir'
00:00:08.697 ../plymouth/src/main.c:295:get_theme_path                     : Theme /run/plymouth/themes//colorful_loop/colorful_loop.plymouth not found
00:00:08.697 ../plymouth/src/main.c:292:get_theme_path                     : Theme is /usr/share/plymouth/themes//colorful_loop/colorful_loop.plymouth
00:00:08.697 ../plymouth/src/main.c:331:load_settings                      : Splash delay is set to 0.000000
00:00:08.697 ../plymouth/src/main.c:336:load_settings                      : Device timeout is set to 8.000000
00:00:08.697 ../plymouth/src/libply/ply-key-file.c:358:ply_key_file_get_raw: key file does not have entry for key 'DeviceScale'
00:00:08.697 ../plymouth/src/main.c:429:find_system_default_splash         : System configured theme file is '/usr/share/plymouth/themes//colorful_loop/colorful_loop.plymouth'
00:00:08.697 ../plymouth/src/main.c:313:load_settings                      : Trying to load /run/plymouth/plymouthd.defaults
00:00:08.697 ../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:00:08.698 ../plymouth/src/main.c:439:find_distribution_default_splash   : failed to load /run/plymouth/plymouthd.defaults, trying /usr/share/plymouth/
00:00:08.698 ../plymouth/src/main.c:313:load_settings                      : Trying to load /usr/share/plymouth/plymouthd.defaults
00:00:08.698 ../plymouth/src/libply/ply-key-file.c:174:ply_key_file_load_gr: trying to load group Daemon
00:00:08.698 ../plymouth/src/libply/ply-key-file.c:261:ply_key_file_load_gr: key file has no more groups
00:00:08.698 ../plymouth/src/libply/ply-key-file.c:358:ply_key_file_get_raw: key file does not have entry for key 'ThemeDir'
00:00:08.698 ../plymouth/src/main.c:295:get_theme_path                     : Theme /run/plymouth/themes//bgrt/bgrt.plymouth not found
00:00:08.698 ../plymouth/src/main.c:292:get_theme_path                     : Theme is /usr/share/plymouth/themes//bgrt/bgrt.plymouth
00:00:08.698 ../plymouth/src/libply/ply-key-file.c:358:ply_key_file_get_raw: key file does not have entry for key 'DeviceScale'
00:00:08.698 ../plymouth/src/main.c:447:find_distribution_default_splash   : Distribution default theme file is '/usr/share/plymouth/themes//bgrt/bgrt.plymouth'
00:00:08.698 ../plymouth/src/main.c:890:plymouth_should_show_default_splash: checking if plymouth should show default splash
00:00:08.698 ../plymouth/src/main.c:918:plymouth_should_show_default_splash: using default splash because kernel command line has option "splash"
00:00:08.701 ../plymouth/src/libply/ply-key-file.c:174:ply_key_file_load_gr: trying to load group NONE
00:00:08.701 ../plymouth/src/libply/ply-key-file.c:358:ply_key_file_get_raw: key file does not have entry for key 'XKBLAYOUT'
00:00:08.701 ../plymouth/src/libply/ply-key-file.c:358:ply_key_file_get_raw: key file does not have entry for key 'XKBMODEL'
00:00:08.701 ../plymouth/src/libply/ply-key-file.c:358:ply_key_file_get_raw: key file does not have entry for key 'XKBVARIANT'
00:00:08.701 ../plymouth/src/libply/ply-key-file.c:358:ply_key_file_get_raw: key file does not have entry for key 'XKBOPTIONS'
00:00:08.701 ../plymouth/src/libply-splash-core/ply-device-manager.c:849:pa: KEYMAP: de-latin1, XKBLAYOUT: (null), XKBMODEL (null), XKBVARIANT: (null), XKBOPTIONS: (null)

00:00:08.701 ../plymouth/src/libply-splash-core/ply-terminal.c:144:ply_term: terminal /dev/tty1 keymap: de-latin1
00:00:08.701 ../plymouth/src/libply-splash-core/ply-terminal.c:650:ply_term: trying to open terminal '/dev/tty1'
00:00:08.701 ../plymouth/src/libply-splash-core/ply-terminal.c:443:ply_term: looking up terminal text geometry
00:00:08.701 ../plymouth/src/libply-splash-core/ply-terminal.c:455:ply_term: terminal is now 240x67 text cells
00:00:08.701 ../plymouth/src/libply-splash-core/ply-terminal.c:493:get_acti: Remembering that initial vt is 1
00:00:08.701 ../plymouth/src/libply-splash-core/ply-device-manager.c:1186:c: checking for consoles
00:00:08.701 ../plymouth/src/libply-splash-core/ply-device-manager.c:962:ad: opening /sys/class/tty/console/active
00:00:08.701 ../plymouth/src/libply-splash-core/ply-device-manager.c:970:ad: reading file
00:00:08.701 ../plymouth/src/libply-splash-core/ply-device-manager.c:1008:a: console /dev/tty1 found!
00:00:08.701 ../plymouth/src/libply-splash-core/ply-device-manager.c:683:wa: watching for udev graphics device and input device add and remove events
00:00:08.701 ../plymouth/src/libply-splash-core/ply-device-manager.c:472:cr: Not creating devices for subsystem input because there is no configure XKB layout
00:00:08.701 ../plymouth/src/libply-splash-core/ply-device-manager.c:477:cr: creating objects for drm devices
00:00:08.702 ../plymouth/src/libply-splash-core/ply-device-manager.c:497:cr: found device /sys/devices/pci0000:00/0000:00:02.0/drm/card1
00:00:08.703 ../plymouth/src/libply-splash-core/ply-device-manager.c:512:cr: it's not initialized
00:00:08.703 ../plymouth/src/libply-splash-core/ply-device-manager.c:497:cr: found device /sys/devices/pci0000:00/0000:00:02.0/drm/card1/card1-DP-1
00:00:08.703 ../plymouth/src/libply-splash-core/ply-device-manager.c:512:cr: it's not initialized
00:00:08.703 ../plymouth/src/libply-splash-core/ply-device-manager.c:497:cr: found device /sys/devices/pci0000:00/0000:00:02.0/drm/card1/card1-DP-2
00:00:08.703 ../plymouth/src/libply-splash-core/ply-device-manager.c:512:cr: it's not initialized
00:00:08.703 ../plymouth/src/libply-splash-core/ply-device-manager.c:497:cr: found device /sys/devices/pci0000:00/0000:00:02.0/drm/card1/card1-DP-3
00:00:08.704 ../plymouth/src/libply-splash-core/ply-device-manager.c:512:cr: it's not initialized
00:00:08.706 ../plymouth/src/libply-splash-core/ply-device-manager.c:497:cr: found device /sys/devices/pci0000:00/0000:00:02.0/drm/card1/card1-DP-4
00:00:08.707 ../plymouth/src/libply-splash-core/ply-device-manager.c:512:cr: it's not initialized
00:00:08.709 ../plymouth/src/libply-splash-core/ply-device-manager.c:497:cr: found device /sys/devices/pci0000:00/0000:00:02.0/drm/card1/card1-eDP-1
00:00:08.711 ../plymouth/src/libply-splash-core/ply-device-manager.c:512:cr: it's not initialized
00:00:08.712 ../plymouth/src/libply-splash-core/ply-device-manager.c:497:cr: found device /sys/devices/pci0000:00/0000:00:02.0/drm/renderD128
00:00:08.714 ../plymouth/src/libply-splash-core/ply-device-manager.c:512:cr: it's not initialized
00:00:08.716 ../plymouth/src/main.c:2564:main                              : entering event loop
00:00:08.717 ../plymouth/src/libply/ply-utils.c:1102:ply_get_kmsg_log_level: opening /proc/sys/kernel/printk
00:00:08.719 ../plymouth/src/libply/ply-utils.c:1110:ply_get_kmsg_log_level: reading kmsg log levels
00:00:08.720 ../plymouth/src/ply-boot-server.c:391:print_connection_process: connection is from toplevel init process (/usr/lib/systemd/systemd --switched-root --system --deserialize=38 splash)
00:00:08.722 ../plymouth/src/ply-boot-server.c:446:ply_boot_connection_on_r: got update request
00:00:08.723 ../plymouth/src/main.c:192:on_update                          : updating status to 'systemd-update-utmp.service'
00:00:08.724 ../plymouth/src/libply/ply-event-loop.c:1142:ply_event_loop_fr: freeing destination (1, 0x65415d3f4490, 0x65415d3f8020) of fd 12
00:00:08.726 ../plymouth/src/ply-boot-server.c:395:print_connection_process: connection is from pid 565 (/usr/bin/plymouth show-splash) with parent pid 1 (/usr/lib/systemd/systemd --switched-root --system --deserialize=38 splash)
00:00:08.727 ../plymouth/src/ply-boot-server.c:494:ply_boot_connection_on_r: got show splash request
00:00:08.727 ../plymouth/src/main.c:858:plymouth_should_ignore_show_splash_: checking if plymouth should be running
00:00:08.729 ../plymouth/src/main.c:1757:tell_systemd_to_print_details     : telling systemd to start printing details
00:00:08.729 ../plymouth/src/main.c:1015:on_show_splash                    : no displays available to show splash on, waiting...
00:00:08.729 ../plymouth/src/ply-boot-server.c:391:print_connection_process: connection is from toplevel init process (/usr/lib/systemd/systemd --switched-root --system --deserialize=38 splash)
00:00:08.729 ../plymouth/src/ply-boot-server.c:446:ply_boot_connection_on_r: got update request
00:00:08.729 ../plymouth/src/main.c:192:on_update                          : updating status to 'systemd-journal-catalog-update.service'
00:00:08.729 ../plymouth/src/libply/ply-event-loop.c:1142:ply_event_loop_fr: freeing destination (1, 0x65415d3f4490, 0x65415d3f8020) of fd 14
00:00:08.729 ../plymouth/src/ply-boot-server.c:391:print_connection_process: connection is from toplevel init process (/usr/lib/systemd/systemd --switched-root --system --deserialize=38 splash)
00:00:08.729 ../plymouth/src/ply-boot-server.c:446:ply_boot_connection_on_r: got update request
00:00:08.729 ../plymouth/src/main.c:192:on_update                          : updating status to 'ldconfig.service'
00:00:08.729 ../plymouth/src/libply/ply-event-loop.c:1142:ply_event_loop_fr: freeing destination (1, 0x65415d3f4490, 0x65415d3f8020) of fd 12
00:00:08.730 ../plymouth/src/libply/ply-event-loop.c:1142:ply_event_loop_fr: freeing destination (1, 0x65415d3f4490, 0x65415d3f8020) of fd 13
00:00:08.739 ../plymouth/src/ply-boot-server.c:391:print_connection_process: connection is from toplevel init process (/usr/lib/systemd/systemd --switched-root --system --deserialize=38 splash)
00:00:08.739 ../plymouth/src/ply-boot-server.c:446:ply_boot_connection_on_r: got update request
00:00:08.739 ../plymouth/src/main.c:192:on_update                          : updating status to 'plymouth-start.service'
00:00:08.739 ../plymouth/src/libply/ply-event-loop.c:1142:ply_event_loop_fr: freeing destination (1, 0x65415d3f4490, 0x65415d3f8020) of fd 12
00:00:08.743 ../plymouth/src/ply-boot-server.c:391:print_connection_process: connection is from toplevel init process (/usr/lib/systemd/systemd --switched-root --system --deserialize=38 splash)
00:00:08.743 ../plymouth/src/ply-boot-server.c:446:ply_boot_connection_on_r: got update request
00:00:08.743 ../plymouth/src/main.c:192:on_update                          : updating status to 'systemd-update-done.service'
00:00:08.743 ../plymouth/src/libply/ply-event-loop.c:1142:ply_event_loop_fr: freeing destination (1, 0x65415d3f4490, 0x65415d3f8020) of fd 12
00:00:08.760 ../plymouth/src/libply-splash-core/ply-device-manager.c:642:on: got add event for device /dev/fb0
00:00:08.760 ../plymouth/src/libply-splash-core/ply-device-manager.c:574:ve: ignoring since we only handle subsystem graphics devices after timeout
00:00:08.760 ../plymouth/src/libply-splash-core/ply-device-manager.c:642:on: got add event for device /dev/dri/renderD128
00:00:08.760 ../plymouth/src/libply-splash-core/ply-device-manager.c:642:on: got add event for device /dev/dri/card1
00:00:08.760 ../plymouth/src/libply-splash-core/ply-device-manager.c:395:cr: device subsystem is drm
00:00:08.760 ../plymouth/src/libply-splash-core/ply-device-manager.c:402:cr: found DRM device /dev/dri/renderD128
00:00:08.760 ../plymouth/src/libply-splash-core/ply-device-manager.c:1096:c: creating devices for /dev/dri/renderD128 (renderer type: 1) (terminal: /dev/tty1)
00:00:08.760 ../plymouth/src/libply-splash-core/ply-renderer.c:235:ply_rend: trying to open renderer plugin /usr/lib/plymouth/renderers/drm.so
00:00:08.762 ../plymouth/src/plugins/renderers/drm/plugin.c:894:create_back: creating renderer backend for device /dev/dri/renderD128
00:00:08.763 ../plymouth/src/plugins/renderers/drm/plugin.c:977:load_driver: Opening '/dev/dri/renderD128'
00:00:08.763 ../plymouth/src/plugins/renderers/drm/plugin.c:987:load_driver: drm driver: i915
00:00:08.763 ../plymouth/src/libply-splash-core/ply-terminal.c:646:ply_term: terminal /dev/tty1 is already open
00:00:08.763 ../plymouth/src/plugins/renderers/drm/plugin.c:1576:query_devi: Could not get card resources
00:00:08.763 ../plymouth/src/libply-splash-core/ply-renderer.c:248:ply_rend: could not query rendering device for plugin /usr/lib/plymouth/renderers/drm.so
00:00:08.763 ../plymouth/src/plugins/renderers/drm/plugin.c:1052:close_devi: closing device
00:00:08.763 ../plymouth/src/plugins/renderers/drm/plugin.c:1007:unload_bac: unloading backend
00:00:08.779 ../plymouth/src/plugins/renderers/drm/plugin.c:920:destroy_bac: destroying renderer backend for device /dev/dri/renderD128
00:00:08.779 ../plymouth/src/libply-splash-core/ply-renderer.c:287:ply_rend: could not find suitable rendering plugin
00:00:08.779 ../plymouth/src/libply-splash-core/ply-device-manager.c:1104:c: could not open renderer for /dev/dri/renderD128
00:00:08.779 ../plymouth/src/libply-splash-core/ply-device-manager.c:395:cr: device subsystem is drm
00:00:08.779 ../plymouth/src/libply-splash-core/ply-device-manager.c:402:cr: found DRM device /dev/dri/card1
00:00:08.779 ../plymouth/src/libply-splash-core/ply-device-manager.c:1096:c: creating devices for /dev/dri/card1 (renderer type: 1) (terminal: /dev/tty1)
00:00:08.779 ../plymouth/src/libply-splash-core/ply-renderer.c:235:ply_rend: trying to open renderer plugin /usr/lib/plymouth/renderers/drm.so
00:00:08.779 ../plymouth/src/plugins/renderers/drm/plugin.c:894:create_back: creating renderer backend for device /dev/dri/card1
00:00:08.779 ../plymouth/src/plugins/renderers/drm/plugin.c:977:load_driver: Opening '/dev/dri/card1'
00:00:08.779 ../plymouth/src/plugins/renderers/drm/plugin.c:987:load_driver: drm driver: i915
00:00:08.779 ../plymouth/src/libply-splash-core/ply-terminal.c:646:ply_term: terminal /dev/tty1 is already open
00:00:08.779 ../plymouth/src/plugins/renderers/drm/plugin.c:1414:create_hea: (Re)enumerating all outputs
00:00:08.779 ../plymouth/src/plugins/renderers/drm/plugin.c:1086:output_get: Found already lit monitor on connector 308 using controller 98
00:00:08.780 ../plymouth/src/plugins/renderers/drm/plugin.c:1095:output_get: connector 308 encoder 307 possible controllers 0x0000000f/0x0000000f
00:00:08.780 ../plymouth/src/plugins/renderers/drm/plugin.c:542:ply_rendere: link-status 0
00:00:08.780 ../plymouth/src/plugins/renderers/drm/plugin.c:1157:get_prefer: Found preferred mode 1920x1080 at index 0
00:00:08.780 ../plymouth/src/plugins/renderers/drm/plugin.c:1483:create_hea: Using controller 98 for connector 308
00:00:08.780 ../plymouth/src/plugins/renderers/drm/plugin.c:1483:create_hea: Using controller 0 for connector 317
00:00:08.780 ../plymouth/src/plugins/renderers/drm/plugin.c:1483:create_hea: Using controller 0 for connector 330
00:00:08.780 ../plymouth/src/plugins/renderers/drm/plugin.c:1483:create_hea: Using controller 0 for connector 339
00:00:08.780 ../plymouth/src/plugins/renderers/drm/plugin.c:1483:create_hea: Using controller 0 for connector 348
00:00:08.780 ../plymouth/src/plugins/renderers/drm/plugin.c:586:ply_rendere: Adding connector with id 308 to 1920x1080 head
00:00:08.780 ../plymouth/src/plugins/renderers/drm/plugin.c:634:ply_rendere: Creating 1920x1080 renderer head
00:00:08.785 ../plymouth/src/plugins/renderers/drm/plugin.c:1526:create_hea: outputs changed

00:00:08.785 ../plymouth/src/plugins/renderers/drm/plugin.c:253:ply_rendere: returning 1x1 buffer with stride 64
00:00:08.785 ../plymouth/src/libply-splash-core/ply-renderer.c:255:ply_rend: opened renderer plugin /usr/lib/plymouth/renderers/drm.so
00:00:08.785 ../plymouth/src/main.c:1063:on_keyboard_added                 : listening for keystrokes
00:00:08.785 ../plymouth/src/main.c:1067:on_keyboard_added                 : listening for escape
00:00:08.785 ../plymouth/src/main.c:1071:on_keyboard_added                 : listening for backspace
00:00:08.785 ../plymouth/src/main.c:1075:on_keyboard_added                 : listening for enter
00:00:08.785 ../plymouth/src/libply-splash-core/ply-device-manager.c:1033:c: Adding displays for 1 heads
00:00:08.785 ../plymouth/src/main.c:1117:on_pixel_display_added            : pixel display added before splash loaded, so loading splash now
00:00:08.785 ../plymouth/src/main.c:890:plymouth_should_show_default_splash: checking if plymouth should show default splash
00:00:08.785 ../plymouth/src/main.c:918:plymouth_should_show_default_splash: using default splash because kernel command line has option "splash"
00:00:08.785 ../plymouth/src/main.c:456:show_default_splash                : Showing splash screen
00:00:08.785 ../plymouth/src/main.c:464:show_default_splash                : Trying system default splash
00:00:08.785 ../plymouth/src/main.c:1808:load_theme                        : Loading boot splash theme '/usr/share/plymouth/themes//colorful_loop/colorful_loop.plymouth'
00:00:08.787 ../plymouth/src/libply/ply-key-file.c:174:ply_key_file_load_gr: trying to load group Plymouth Theme
00:00:08.787 ../plymouth/src/libply/ply-key-file.c:174:ply_key_file_load_gr: trying to load group script
00:00:08.787 ../plymouth/src/libply/ply-key-file.c:261:ply_key_file_load_gr: key file has no more groups
00:00:08.790 ../plymouth/src/libply/ply-key-file.c:358:ply_key_file_get_raw: key file does not have entry for key 'MonospaceFont'
00:00:08.790 ../plymouth/src/libply/ply-key-file.c:358:ply_key_file_get_raw: key file does not have entry for key 'ConsoleLogTextColor'
00:00:08.790 ../plymouth/src/main.c:1824:load_theme                        : attaching plugin to event loop
00:00:08.790 ../plymouth/src/main.c:1827:load_theme                        : attaching progress to plugin
00:00:08.790 ../plymouth/src/libply-splash-core/ply-boot-splash.c:142:ply_b: adding 1920x1080 pixel display
00:00:08.790 ../plymouth/src/libply-splash-core/ply-device-manager.c:1351:p: activating renderers
00:00:08.790 ../plymouth/src/libply-splash-core/ply-boot-splash.c:547:ply_b: showing splash screen
00:00:08.845 ../plymouth/src/plugins/controls/label-pango/plugin.c:325:size: Text ' ' has dimensions 5x19
00:00:08.845 ../plymouth/src/plugins/controls/label-pango/plugin.c:325:size: Text ' ' has dimensions 5x19
00:00:08.845 ../plymouth/src/libply-splash-graphics/ply-console-viewer.c:85: Using console viewer instead of kernel framebuffer console
00:00:08.845 ../plymouth/src/libply-splash-graphics/ply-label.c:89:ply_labe: Unloading label control plugin
00:00:08.845 ../plymouth/src/plugins/splash/script/plugin.c:530:show_splash: starting boot animation
00:00:08.845 ../plymouth/src/plugins/splash/script/plugin.c:392:start_anima: parsing script file
00:00:08.849 ../plymouth/src/plugins/controls/label-pango/plugin.c:325:size: Text ' ' has dimensions 8x17
00:00:08.849 ../plymouth/src/plugins/controls/label-pango/plugin.c:325:size: Text ' ' has dimensions 8x17
00:00:08.849 ../plymouth/src/libply-splash-graphics/ply-label.c:89:ply_labe: Unloading label control plugin
00:00:08.850 ../plymouth/src/libply-splash-core/ply-terminal-emulator.c:989: terminal escape character: carriage return
00:00:08.850 ../plymouth/src/libply-splash-core/ply-terminal-emulator.c:989: terminal escape character: carriage return
00:00:08.850 ../plymouth/src/libply-splash-core/ply-terminal-emulator.c:989: terminal escape character: carriage return
00:00:08.850 ../plymouth/src/libply-splash-core/ply-terminal-emulator.c:989: terminal escape character: carriage return
00:00:08.850 ../plymouth/src/libply-splash-core/ply-terminal-emulator.c:989: terminal escape character: carriage return
00:00:08.850 ../plymouth/src/libply-splash-core/ply-terminal-emulator.c:989: terminal escape character: carriage return
00:00:08.850 ../plymouth/src/libply-splash-core/ply-terminal-emulator.c:989: terminal escape character: carriage return
00:00:08.850 ../plymouth/src/libply-splash-core/ply-terminal-emulator.c:989: terminal escape character: carriage return
00:00:08.850 ../plymouth/src/libply-splash-core/ply-terminal-emulator.c:989: terminal escape character: carriage return
00:00:08.850 ../plymouth/src/libply-splash-core/ply-terminal-emulator.c:989: terminal escape character: carriage return
00:00:08.850 ../plymouth/src/libply-splash-core/ply-terminal-emulator.c:989: terminal escape character: carriage return
00:00:08.850 ../plymouth/src/libply-splash-core/ply-terminal-emulator.c:989: terminal escape character: carriage return
00:00:08.850 ../plymouth/src/libply-splash-core/ply-terminal-emulator.c:989: terminal escape character: carriage return
00:00:08.850 ../plymouth/src/libply-splash-core/ply-terminal-emulator.c:989: terminal escape character: carriage return
00:00:08.850 ../plymouth/src/libply-splash-core/ply-terminal-emulator.c:989: terminal escape character: carriage return
00:00:08.850 ../plymouth/src/libply-splash-core/ply-terminal-emulator.c:989: terminal escape character: carriage return
00:00:08.850 ../plymouth/src/libply-splash-core/ply-terminal-emulator.c:989: terminal escape character: carriage return
00:00:08.850 ../plymouth/src/libply-splash-core/ply-terminal-emulator.c:989: terminal escape character: carriage return
00:00:08.850 ../plymouth/src/libply-splash-core/ply-terminal-emulator.c:989: terminal escape character: carriage return
00:00:08.850 ../plymouth/src/libply-splash-core/ply-terminal-emulator.c:989: terminal escape character: carriage return
00:00:08.850 ../plymouth/src/libply-splash-core/ply-terminal-emulator.c:989: terminal escape character: carriage return
00:00:08.850 ../plymouth/src/libply-splash-core/ply-terminal-emulator.c:989: terminal escape character: carriage return
00:00:08.850 ../plymouth/src/libply-splash-core/ply-terminal-emulator.c:989: terminal escape character: carriage return
00:00:08.850 ../plymouth/src/libply-splash-core/ply-terminal-emulator.c:989: terminal escape character: carriage return
00:00:08.850 ../plymouth/src/libply-splash-core/ply-terminal-emulator.c:989: terminal escape character: carriage return
00:00:08.850 ../plymouth/src/libply-splash-core/ply-terminal-emulator.c:989: terminal escape character: carriage return
00:00:08.850 ../plymouth/src/libply-splash-core/ply-terminal-emulator.c:989: terminal escape character: carriage return
00:00:08.850 ../plymouth/src/libply-splash-core/ply-terminal-emulator.c:989: terminal escape character: carriage return
00:00:08.850 ../plymouth/src/libply-splash-core/ply-terminal-emulator.c:989: terminal escape character: carriage return
00:00:08.850 ../plymouth/src/libply-splash-core/ply-terminal-emulator.c:989: terminal escape character: carriage return
00:00:08.850 ../plymouth/src/libply-splash-core/ply-terminal-emulator.c:989: terminal escape character: carriage return
00:00:08.850 ../plymouth/src/libply-splash-core/ply-terminal-emulator.c:989: terminal escape character: carriage return
00:00:08.850 ../plymouth/src/libply-splash-core/ply-terminal-emulator.c:989: terminal escape character: carriage return
00:00:08.850 ../plymouth/src/libply-splash-core/ply-terminal-emulator.c:989: terminal escape character: carriage return
00:00:08.850 ../plymouth/src/libply-splash-core/ply-terminal-emulator.c:989: terminal escape character: carriage return
00:00:08.850 ../plymouth/src/libply-splash-core/ply-terminal-emulator.c:989: terminal escape character: carriage return
00:00:08.850 ../plymouth/src/libply-splash-core/ply-terminal-emulator.c:989: terminal escape character: carriage return
00:00:08.850 ../plymouth/src/libply-splash-core/ply-terminal-emulator.c:989: terminal escape character: carriage return
00:00:08.850 ../plymouth/src/libply-splash-core/ply-terminal-emulator.c:989: terminal escape character: carriage return
00:00:08.850 ../plymouth/src/libply-splash-core/ply-terminal-emulator.c:989: terminal escape character: carriage return
00:00:08.850 ../plymouth/src/libply-splash-core/ply-terminal-emulator.c:989: terminal escape character: carriage return
00:00:08.850 ../plymouth/src/libply-splash-core/ply-terminal-emulator.c:989: terminal escape character: carriage return
00:00:08.850 ../plymouth/src/libply-splash-core/ply-terminal-emulator.c:989: terminal escape character: carriage return
00:00:08.850 ../plymouth/src/libply-splash-core/ply-terminal-emulator.c:989: terminal escape character: carriage return
00:00:08.850 ../plymouth/src/libply-splash-core/ply-terminal-emulator.c:989: terminal escape character: carriage return
00:00:08.850 ../plymouth/src/libply-splash-core/ply-terminal-emulator.c:989: terminal escape character: carriage return
00:00:08.850 ../plymouth/src/plugins/splash/script/plugin.c:369:start_scrip: executing script file
00:00:08.850 ../plymouth/src/plugins/controls/label-pango/plugin.c:325:size: Text '*' has dimensions 8x19
00:00:08.850 ../plymouth/src/plugins/controls/label-pango/plugin.c:325:size: Text '*' has dimensions 8x19
00:00:08.850 ../plymouth/src/plugins/controls/label-pango/plugin.c:325:size: Text '*' has dimensions 8x19
00:00:08.851 ../plymouth/src/libply-splash-graphics/ply-label.c:89:ply_labe: Unloading label control plugin
00:00:08.986 ../plymouth/src/plugins/renderers/drm/plugin.c:749:ply_rendere: Creating buffer for 1920x1080 renderer head
00:00:08.986 ../plymouth/src/plugins/renderers/drm/plugin.c:253:ply_rendere: returning 1920x1080 buffer with stride 7680
00:00:08.986 ../plymouth/src/plugins/renderers/drm/plugin.c:757:ply_rendere: Mapping buffer for 1920x1080 renderer head
00:00:08.986 ../plymouth/src/plugins/renderers/drm/plugin.c:938:activate   : taking master and scanning out
00:00:08.987 ../plymouth/src/plugins/renderers/drm/plugin.c:711:ply_rendere: Setting scan out buffer of 1920x1080 head to our buffer
00:00:09.024 ../plymouth/src/plugins/renderers/drm/plugin.c:1758:flush_head: Needed to reset scan out buffer on 1920x1080 renderer head
00:00:09.024 ../plymouth/src/libply-splash-core/ply-boot-splash.c:560:ply_b: (this is an initial showing)
00:00:09.024 ../plymouth/src/libply-splash-core/ply-boot-splash.c:564:ply_b: Pausing 1 already added displays
00:00:09.024 ../plymouth/src/libply-splash-core/ply-device-manager.c:1384:p: activating keyboards
00:00:09.024 ../plymouth/src/libply-splash-core/ply-keyboard.c:376:ply_keyb: Watching for keyboard input from renderer
00:00:09.024 ../plymouth/src/libply-splash-core/ply-device-manager.c:1140:c: activating renderer
00:00:09.024 ../plymouth/src/libply-splash-core/ply-terminal.c:443:ply_term: looking up terminal text geometry
00:00:09.024 ../plymouth/src/libply-splash-core/ply-terminal.c:455:ply_term: terminal is now 240x67 text cells
00:00:09.024 ../plymouth/src/libply-splash-core/ply-device-manager.c:1069:c: adding text display for terminal /dev/tty1
00:00:09.024 ../plymouth/src/main.c:1147:on_text_display_added             : text display added after splash loaded, so attaching to splash
00:00:09.024 ../plymouth/src/libply-splash-core/ply-device-manager.c:1164:c: activating keyboards
00:00:09.025 ../plymouth/src/libply-splash-core/ply-terminal-emulator.c:989: terminal escape character: carriage return
00:00:09.025 ../plymouth/src/libply-splash-core/ply-terminal-emulator.c:989: terminal escape character: carriage return
00:00:09.025 ../plymouth/src/libply-splash-core/ply-terminal-emulator.c:989: terminal escape character: carriage return
00:00:09.025 ../plymouth/src/libply-splash-core/ply-terminal-emulator.c:989: terminal escape character: carriage return
00:00:09.025 ../plymouth/src/libply-splash-core/ply-terminal-emulator.c:989: terminal escape character: carriage return
00:00:09.025 ../plymouth/src/libply-splash-core/ply-terminal-emulator.c:989: terminal escape character: carriage return
00:00:09.025 ../plymouth/src/libply-splash-core/ply-terminal-emulator.c:989: terminal escape character: carriage return
00:00:09.025 ../plymouth/src/libply-splash-core/ply-terminal-emulator.c:989: terminal escape character: carriage return
00:00:09.025 ../plymouth/src/libply-splash-core/ply-terminal-emulator.c:989: terminal escape character: carriage return
00:00:09.025 ../plymouth/src/libply-splash-core/ply-terminal-emulator.c:989: terminal escape character: carriage return
00:00:09.025 ../plymouth/src/libply-splash-core/ply-terminal-emulator.c:989: terminal escape character: carriage return
00:00:09.025 ../plymouth/src/libply-splash-core/ply-terminal-emulator.c:989: terminal escape character: carriage return
00:00:09.025 ../plymouth/src/libply-splash-core/ply-terminal-emulator.c:989: terminal escape character: carriage return
00:00:09.025 ../plymouth/src/libply-splash-core/ply-terminal-emulator.c:989: terminal escape character: carriage return
00:00:09.025 ../plymouth/src/libply-splash-core/ply-terminal-emulator.c:989: terminal escape character: carriage return
00:00:09.025 ../plymouth/src/libply-splash-core/ply-terminal-emulator.c:989: terminal escape character: carriage return
00:00:09.025 ../plymouth/src/libply-splash-core/ply-terminal-emulator.c:989: terminal escape character: carriage return
00:00:09.025 ../plymouth/src/libply-splash-core/ply-terminal-emulator.c:989: terminal escape character: carriage return
00:00:09.025 ../plymouth/src/libply-splash-core/ply-terminal-emulator.c:989: terminal escape character: carriage return
00:00:09.025 ../plymouth/src/libply-splash-core/ply-terminal-emulator.c:989: terminal escape character: carriage return
00:00:09.025 ../plymouth/src/libply-splash-core/ply-terminal-emulator.c:989: terminal escape character: carriage return
00:00:09.025 ../plymouth/src/libply-splash-core/ply-terminal-emulator.c:989: terminal escape character: carriage return
00:00:09.025 ../plymouth/src/libply-splash-core/ply-terminal-emulator.c:989: terminal escape character: carriage return
00:00:09.025 ../plymouth/src/libply-splash-core/ply-terminal-emulator.c:989: terminal escape character: carriage return
00:00:09.025 ../plymouth/src/libply-splash-core/ply-terminal-emulator.c:989: terminal escape character: carriage return
00:00:09.025 ../plymouth/src/libply-splash-core/ply-terminal-emulator.c:989: terminal escape character: carriage return
00:00:09.025 ../plymouth/src/libply-splash-core/ply-terminal-emulator.c:989: terminal escape character: carriage return
00:00:09.025 ../plymouth/src/libply-splash-core/ply-terminal-emulator.c:989: terminal escape character: carriage return
00:00:09.025 ../plymouth/src/libply-splash-core/ply-terminal-emulator.c:989: terminal escape character: carriage return
00:00:09.025 ../plymouth/src/libply-splash-core/ply-terminal-emulator.c:989: terminal escape character: carriage return
00:00:09.025 ../plymouth/src/libply-splash-core/ply-terminal-emulator.c:989: terminal escape character: carriage return
00:00:09.025 ../plymouth/src/libply-splash-core/ply-terminal-emulator.c:989: terminal escape character: carriage return
00:00:09.025 ../plymouth/src/libply-splash-core/ply-terminal-emulator.c:989: terminal escape character: carriage return
00:00:09.025 ../plymouth/src/libply-splash-core/ply-terminal-emulator.c:989: terminal escape character: carriage return
00:00:09.025 ../plymouth/src/libply-splash-core/ply-terminal-emulator.c:989: terminal escape character: carriage return
00:00:09.025 ../plymouth/src/libply-splash-core/ply-terminal-emulator.c:989: terminal escape character: carriage return
00:00:09.025 ../plymouth/src/libply-splash-core/ply-terminal-emulator.c:989: terminal escape character: carriage return
00:00:09.025 ../plymouth/src/libply-splash-core/ply-terminal-emulator.c:989: terminal escape character: carriage return
00:00:09.025 ../plymouth/src/libply-splash-core/ply-terminal-emulator.c:989: terminal escape character: carriage return
00:00:09.025 ../plymouth/src/libply-splash-core/ply-terminal-emulator.c:989: terminal escape character: carriage return
00:00:09.025 ../plymouth/src/libply-splash-core/ply-terminal-emulator.c:989: terminal escape character: carriage return
00:00:09.025 ../plymouth/src/libply-splash-core/ply-terminal-emulator.c:989: terminal escape character: carriage return
00:00:09.025 ../plymouth/src/libply-splash-core/ply-terminal-emulator.c:989: terminal escape character: carriage return
00:00:09.025 ../plymouth/src/libply-splash-core/ply-terminal-emulator.c:989: terminal escape character: carriage return
00:00:09.025 ../plymouth/src/libply-splash-core/ply-terminal-emulator.c:989: terminal escape character: carriage return
00:00:09.025 ../plymouth/src/libply-splash-core/ply-terminal-emulator.c:989: terminal escape character: carriage return
00:00:09.025 ../plymouth/src/libply-splash-core/ply-terminal-emulator.c:989: terminal escape character: carriage return
00:00:09.025 ../plymouth/src/libply-splash-core/ply-terminal-emulator.c:989: terminal escape character: carriage return
00:00:09.025 ../plymouth/src/ply-boot-server.c:391:print_connection_process: connection is from toplevel init process (/usr/lib/systemd/systemd --switched-root --system --deserialize=38 splash)
00:00:09.025 ../plymouth/src/ply-boot-server.c:446:ply_boot_connection_on_r: got update request
00:00:09.025 ../plymouth/src/main.c:192:on_update                          : updating status to 'dbus-broker.service'
00:00:09.025 ../plymouth/src/libply/ply-event-loop.c:1142:ply_event_loop_fr: freeing destination (1, 0x65415d3f4490, 0x65415d3f8020) of fd 13
00:00:09.025 ../plymouth/src/ply-boot-server.c:391:print_connection_process: connection is from toplevel init process (/usr/lib/systemd/systemd --switched-root --system --deserialize=38 splash)
00:00:09.025 ../plymouth/src/ply-boot-server.c:446:ply_boot_connection_on_r: got update request
00:00:09.025 ../plymouth/src/main.c:192:on_update                          : updating status to 'systemd-backlight@backlight:intel_backlight.service'
00:00:09.025 ../plymouth/src/libply/ply-event-loop.c:1142:ply_event_loop_fr: freeing destination (1, 0x65415d3f4490, 0x65415d3f8020) of fd 14
00:00:09.025 ../plymouth/src/ply-boot-server.c:391:print_connection_process: connection is from toplevel init process (/usr/lib/systemd/systemd --switched-root --system --deserialize=38 splash)
00:00:09.025 ../plymouth/src/ply-boot-server.c:446:ply_boot_connection_on_r: got update request
00:00:09.025 ../plymouth/src/main.c:192:on_update                          : updating status to 'systemd-logind.service'
00:00:09.025 ../plymouth/src/libply/ply-event-loop.c:1142:ply_event_loop_fr: freeing destination (1, 0x65415d3f4490, 0x65415d3f8020) of fd 15
00:00:09.025 ../plymouth/src/ply-boot-server.c:391:print_connection_process: connection is from toplevel init process (/usr/lib/systemd/systemd --switched-root --system --deserialize=38 splash)
00:00:09.025 ../plymouth/src/ply-boot-server.c:446:ply_boot_connection_on_r: got update request
00:00:09.025 ../plymouth/src/main.c:192:on_update                          : updating status to 'systemd-vconsole-setup.service'
00:00:09.025 ../plymouth/src/libply/ply-event-loop.c:1142:ply_event_loop_fr: freeing destination (1, 0x65415d3f4490, 0x65415d3f8020) of fd 13
00:00:09.025 ../plymouth/src/ply-boot-server.c:391:print_connection_process: connection is from toplevel init process (/usr/lib/systemd/systemd --switched-root --system --deserialize=38 splash)
00:00:09.025 ../plymouth/src/ply-boot-server.c:446:ply_boot_connection_on_r: got update request
00:00:09.025 ../plymouth/src/main.c:192:on_update                          : updating status to 'systemd-hostnamed.service'
00:00:09.025 ../plymouth/src/libply/ply-event-loop.c:1142:ply_event_loop_fr: freeing destination (1, 0x65415d3f4490, 0x65415d3f8020) of fd 14
00:00:09.025 ../plymouth/src/ply-boot-server.c:391:print_connection_process: connection is from toplevel init process (/usr/lib/systemd/systemd --switched-root --system --deserialize=38 splash)
00:00:09.025 ../plymouth/src/ply-boot-server.c:446:ply_boot_connection_on_r: got update request
00:00:09.025 ../plymouth/src/main.c:192:on_update                          : updating status to 'NetworkManager.service'
00:00:09.025 ../plymouth/src/libply/ply-event-loop.c:1142:ply_event_loop_fr: freeing destination (1, 0x65415d3f4490, 0x65415d3f8020) of fd 15
00:00:09.025 ../plymouth/src/ply-boot-server.c:391:print_connection_process: connection is from toplevel init process (/usr/lib/systemd/systemd --switched-root --system --deserialize=38 splash)
00:00:09.025 ../plymouth/src/ply-boot-server.c:446:ply_boot_connection_on_r: got update request
00:00:09.025 ../plymouth/src/main.c:192:on_update                          : updating status to 'systemd-user-sessions.service'
00:00:09.025 ../plymouth/src/libply/ply-event-loop.c:1142:ply_event_loop_fr: freeing destination (1, 0x65415d3f4490, 0x65415d3f8020) of fd 13
00:00:09.025 ../plymouth/src/ply-boot-server.c:391:print_connection_process: connection is from toplevel init process (/usr/lib/systemd/systemd --switched-root --system --deserialize=38 splash)
00:00:09.025 ../plymouth/src/ply-boot-server.c:446:ply_boot_connection_on_r: got update request
00:00:09.025 ../plymouth/src/main.c:192:on_update                          : updating status to 'NetworkManager-dispatcher.service'
00:00:09.025 ../plymouth/src/libply/ply-event-loop.c:1142:ply_event_loop_fr: freeing destination (1, 0x65415d3f4490, 0x65415d3f8020) of fd 14
00:00:09.026 ../plymouth/src/ply-boot-server.c:395:print_connection_process: connection is from pid 628 (/usr/bin/plymouth quit) with parent pid 1 (/usr/lib/systemd/systemd --switched-root --system --deserialize=38 splash)
00:00:09.026 ../plymouth/src/ply-boot-server.c:532:ply_boot_connection_on_r: got quit request
00:00:09.026 ../plymouth/src/main.c:1419:on_quit                           : quitting (retain splash: false)
00:00:09.026 ../plymouth/src/main.c:1436:on_quit                           : system not initialized so skipping saving boot-duration file
00:00:09.026 ../plymouth/src/main.c:1441:on_quit                           : closing log
00:00:09.026 ../plymouth/src/libply-splash-core/ply-device-manager.c:1406:p: deactivating keyboards
00:00:09.026 ../plymouth/src/libply-splash-core/ply-keyboard.c:395:ply_keyb: No longer watching for keyboard input from renderer
00:00:09.026 ../plymouth/src/libply/ply-event-loop.c:765:ply_event_loop_sto: stopping watching fd 7
00:00:09.026 ../plymouth/src/libply/ply-event-loop.c:781:ply_event_loop_sto: removing destination for fd 7
00:00:09.026 ../plymouth/src/main.c:1447:on_quit                           : unloading splash
00:00:09.026 ../plymouth/src/libply-splash-core/ply-boot-splash.c:801:ply_b: telling splash to become idle
00:00:09.026 ../plymouth/src/libply-splash-core/ply-boot-splash.c:777:on_id: splash now idle
00:00:09.036 ../plymouth/src/main.c:1322:on_boot_splash_idle               : boot splash idle
00:00:09.036 ../plymouth/src/main.c:1329:on_boot_splash_idle               : hiding splash
00:00:09.036 ../plymouth/src/plugins/renderers/drm/plugin.c:954:deactivate : dropping master
00:00:09.036 ../plymouth/src/libply/ply-event-loop.c:971:ply_event_loop_sto: no matching timeout found for removal
00:00:09.077 ../plymouth/src/main.c:1333:on_boot_splash_idle               : quitting splash
00:00:09.079 ../plymouth/src/main.c:1196:quit_splash                       : quitting splash
00:00:09.080 ../plymouth/src/main.c:1198:quit_splash                       : freeing splash
00:00:09.082 ../plymouth/src/libply-splash-core/ply-boot-splash.c:405:ply_b: freeing splash
00:00:09.084 ../plymouth/src/libply/ply-event-loop.c:971:ply_event_loop_sto: no matching timeout found for removal
00:00:09.085 ../plymouth/src/libply-splash-core/ply-boot-splash.c:350:remov: removing pixel displays
00:00:09.086 ../plymouth/src/libply-splash-core/ply-boot-splash.c:364:remov: Removing 1920x1080 pixel display
00:00:09.087 ../plymouth/src/libply-splash-core/ply-device-manager.c:1406:p: deactivating keyboards
00:00:09.089 ../plymouth/src/main.c:1207:quit_splash                       : Not retaining splash, so deallocating VT
00:00:09.090 ../plymouth/src/libply-splash-core/ply-terminal.c:986:ply_term: can't deactivate initial VT
00:00:09.091 ../plymouth/src/libply-splash-core/ply-terminal.c:719:ply_term: restoring color palette
00:00:09.092 ../plymouth/src/libply-splash-core/ply-terminal.c:723:ply_term: stop watching tty fd
00:00:09.093 ../plymouth/src/libply/ply-event-loop.c:765:ply_event_loop_sto: stopping watching fd 7
00:00:09.094 ../plymouth/src/libply/ply-event-loop.c:781:ply_event_loop_sto: removing destination for fd 7
00:00:09.095 ../plymouth/src/libply/ply-event-loop.c:790:ply_event_loop_sto: no more destinations remaing for fd 7, removing source
00:00:09.097 ../plymouth/src/libply-splash-core/ply-terminal.c:729:ply_term: stop watching SIGWINCH signal
00:00:09.098 ../plymouth/src/libply-splash-core/ply-terminal.c:733:ply_term: setting buffered input
00:00:09.099 ../plymouth/src/main.c:1765:tell_systemd_to_stop_printing_deta: telling systemd to stop printing details
00:00:09.100 ../plymouth/src/main.c:1940:detach_from_running_session       : stopping kmsg reader
00:00:09.101 ../plymouth/src/libply/ply-event-loop.c:765:ply_event_loop_sto: stopping watching fd 10
00:00:09.102 ../plymouth/src/libply/ply-event-loop.c:781:ply_event_loop_sto: removing destination for fd 10
00:00:09.103 ../plymouth/src/libply/ply-event-loop.c:790:ply_event_loop_sto: no more destinations remaing for fd 10, removing source
00:00:09.105 ../plymouth/src/main.c:1943:detach_from_running_session       : detaching from terminal session
00:00:09.106 ../plymouth/src/libply/ply-terminal-session.c:255:ply_terminal: stopping terminal logger
00:00:09.107 ../plymouth/src/libply/ply-terminal-session.c:392:ply_terminal: stopping logging of incoming console messages
00:00:09.109 ../plymouth/src/libply/ply-event-loop.c:765:ply_event_loop_sto: stopping watching fd 9
00:00:09.111 ../plymouth/src/libply/ply-event-loop.c:781:ply_event_loop_sto: removing destination for fd 9
00:00:09.112 ../plymouth/src/libply/ply-event-loop.c:790:ply_event_loop_sto: no more destinations remaing for fd 9, removing source
00:00:09.112 ../plymouth/src/libply/ply-terminal-session.c:260:ply_terminal: unredirecting console messages
00:00:09.113 ../plymouth/src/libply/ply-terminal-session.c:265:ply_terminal: ptmx wasn't originally passed in, destroying created one
00:00:09.115 ../plymouth/src/main.c:1335:on_boot_splash_idle               : quitting program
00:00:09.115 ../plymouth/src/main.c:1264:quit_program                      : cleaning up devices
00:00:09.116 ../plymouth/src/libply-splash-core/ply-device-manager.c:914:pl: freeing device manager
00:00:09.119 ../plymouth/src/libply-splash-core/ply-renderer.c:91:ply_rende: Unloading renderer backend plugin
00:00:09.120 ../plymouth/src/main.c:1267:quit_program                      : exiting event loop
00:00:09.122 ../plymouth/src/ply-boot-server.c:349:ply_boot_connection_on_q: quit complete
00:00:09.123 ../plymouth/src/main.c:2566:main                              : exited event loop
00:00:09.124 ../plymouth/src/libply-splash-core/ply-boot-splash.c:405:ply_b: freeing splash
00:00:09.125 ../plymouth/src/main.c:2576:main                              : freeing terminal session
00:00:09.127 ../plymouth/src/libply/ply-terminal-session.c:392:ply_terminal: stopping logging of incoming console messages
00:00:09.129 ../plymouth/src/main.c:2582:main                              : exiting with code 0

Any help would be greatly appreciated and please excuse any formatting mistakes, this is my first post to the arch forums, I'll happily take advice and correct anything.

Offline

#2 2024-06-09 17:58:05

saylor
Member
Registered: 2024-06-06
Posts: 2

Re: Theming LUKS password screen with plymouth doesn't work

If anyone cares: I solved it myself! The issue was that my boot partition was not mounted correctly, so my initramfs did not get built properly...

Offline

Board footer

Powered by FluxBB