I’ve been playing with the concept to cover up the boot messages on startup and shutdown for the DietPi, thought it could be handy for some people who want to provide DietPi’s to non-technical users. Tried following RPi guides but most are out of date and don’t work for me. If it could be included in the package that would be cool. If not, I wouldn’t mind a nudge in the right direction.
Generally the same flags can be added to /boot/dietpiEnv.txt or /boot/armbianEnv.txt (older images) on most non-RPi SBCs, to the end of the extraargs= line. And then:
Everything is working. Thanks a lot.
I see a black screen, after a few seconds I see a splash picture. Then I see a black screen again for a few seconds, then I see authorization. Can splash be hidden a little later so that we don’t see auto authorization?
Great that it works. Auto-login is actually after the boot process, so I think this cannot be achieved easily. That it’s a few seconds black screen instead of seamless switch to and from splash screen isn’t perfect. But I don’t know much about it, so we’d need to read into it. E.g. not sure if one part is a pure kernel feature or everything manually loaded from initramfs/init, and if so what the initramfs is used for (probably allows optionally showing the splash screen earlier).
It doesn’t . Bootloader (dietpiEnv.txt) and initramfs are two different things. But okay, then at least it doesn’t seem to be possible make the splash screen appear earlier on this device. Let’s see whether we can make it stop a little later. Can you show the output of this shell command:
Oh, this was a shell command to show the plymouth service, not meant to be added to the kernel command-line. Luckily it simply ignores unknown parameters .