$ sudo systemctl list-units --failed
UNIT LOAD ACTIVE SUB DESCRIPTION
● plymouth-show-run.service loaded failed failed Display state on splash
LOAD = Reflects whether the unit definition was properly loaded.
ACTIVE = The high-level unit activation state, i.e. generalization of SUB.
SUB = The low-level unit activation state, values depend on unit type.
1 loaded units listed.
$ sudo journalctl --unit plymouth-show-run.service
Feb 19 09:28:05 ubuntu systemd[1]: Starting Display state on splash...
Feb 19 09:28:25 ubuntu systemd[1]: plymouth-show-run.service: start operation timed out. Terminating.
Feb 19 09:28:25 ubuntu systemd[1]: plymouth-show-run.service: Failed with result 'timeout'.
Feb 19 09:28:25 ubuntu systemd[1]: Failed to start Display state on splash.
To reproduce:
http://cdimage.ubuntu.com/ubuntu-core/22/dangerous-stable/pending/ubuntu-core-22-armhf+raspi.img.xzsudo snap refresh --channel latest/betathen wait for rebootsudo systemctl list-units --failedand observe thatplymouth-show-run.servicefailedLogs: