@drewmoseley My target distro is Ubuntu X86.
I have installed ubuntu base image in virtual box and then created img file out of it and then passed it as a input to mender-convert tool to generate SD image.
So when I install image in virtual box, I can see splash screen appears. but when I create and install SD image on my device, splash screen doesn’t appear.
I also want to disable console logs on shutdown.
Followed link - https://askubuntu.com/questions/938808/how-to-not-have-console-messages-on-shutdown
and did following changes,
/etc/sysctl.d/10-console-messages.conf
and set
kernel.printk = 0 4 1 7
But I still see logs on shutdown. But same thing works in ubuntu base image.
Any idea why the similar things doesn’t work in mender SD image ?