The only time it would appear is during boo tup, but that is not part of server. It is part of linux plymouth config. In folder /usr/share/plymouth/themes/pix/ the file splash.png
As I said in previous post it is in /usr/share/plymouth/themes/pix/ folder. You need to exit our config tool since it has no function to do that. You need to copy it with a ssh file browser somewhere where you can write to and copy it with sudo privileges e.g. if stored in pi home directory sudo cp splash.png /usr/share/plymouth/themes/pix/ should do it. Then on next reboot you should see it.
You need to execute the commands as root because only root has write permission, so gut always sudo befor manipulating commands: sudo mv splash.png splash_bkp.png
So our boot image is now vanished, but yours does not appear?
In that case make sure it is really a png file and nor a jpg. Original is 1280x960px size. Can not say if that is importnant as well. The official files in rasbian were 1024x768 pixel.
Problem is that the logo is burned into the boot image, so you must recreate it. sudo plymouth-set-default-theme --rebuild-initrd pix
Also copy it to /usr/local/Repetier-Setup/templates/splashscreen.png - our runAtBoot checks if it differs from /usr/share/plymouth/themes/pix/splash.png and reinstalls it when an update would overwrite the file.
Comments
The only time it would appear is during boo tup, but that is not part of server. It is part of linux plymouth config. In folder /usr/share/plymouth/themes/pix/ the file splash.png
please share in detail.
please find the below image, I can only see the below options on my terminal
https://drive.google.com/file/d/1Nzx3MPQ0FWxjYVNrlSu7XkTs0O-ktKZy/view?usp=sharing
Please help me to navigate to the exact folder, where I can make this change.
sudo cp splash.png /usr/share/plymouth/themes/pix/
should do it. Then on next reboot you should see it.
Thanks for your guidance here.
I don't see write permissions on this file, please advise how can I replace this .png file with my logo.png file
sudo mv splash.png splash_bkp.png
or become root so you can omit that:
sudo -i
sudo wget sudo wget https://drive.google.com/file/d/12SO5y1fXYYVPLhEXxGDNLyH8bIWGXFzM/view?usp=sharing
on location :
but still after reboot, I can only see a blank white screen for fraction of second and my logo is not visible there.
In that case make sure it is really a png file and nor a jpg. Original is 1280x960px size. Can not say if that is importnant as well. The official files in rasbian were 1024x768 pixel.
But still after restarting raspberry I am still getting the old logo, please advise
pi@VOXELSTUDIO:/usr/local/Repetier-Setup/bin $ view runAtBoot
but still no help
sudo plymouth-set-default-theme --rebuild-initrd pix
Also copy it to /usr/local/Repetier-Setup/templates/splashscreen.png - our runAtBoot checks if it differs from /usr/share/plymouth/themes/pix/splash.png and reinstalls it when an update would overwrite the file.