sorry for long post, and apologies if it's greek to some...
the anime image bothered me too, so i replaced mine with shots of the mountain ranges that are safer to look at when the wife is around, haha.
anyhow..
root@osmini4k:/boot# ls -ltr
lrwxrwxrwx 1 root root 18 Mar 29 2024 bootlogo_.mvi -> /boot/bootlogo.mvi
lrwxrwxrwx 1 root root 23 Mar 29 2024 bootlogo.mvi -> /usr/share/bootlogo.mvi
- /boot/bootlogo_.mvi is a symlink to /boot/bootlogo.mvi
- /boot/bootlogo.mvi is a symlink to actual
/usr/share/bootlogo.mvi file, which is the one you want to update.
so both
/boot/bootlogo* references should be left alone. just replace (or backup
then replace) the one in
/usr/share/bootlogo.mvi if you want changes to be effective...
while we're at it...
these are all the locations you can adjust for different screens...far as TNAP is concerned...
./usr/share/backdrop.mvi
./usr/share/bootlogo.mvi
./usr/share/enigma2/radio.mvi
./usr/share/enigma2/black.mvi
below, you will see that one is also a symlink in
/usr/share (
bootlogo_.mvi) that just points to
bootlogo.mvi in same directory. again, leave the symlink alone...
but the others here are files you can change* as desired, *long as you know what you're doing.
root@osmini4k:/boot# ls -ltr /usr/share/*.mvi
-rwxr-xr-x 1 root root 154536 Mar 29 2024 /usr/share/bootlogo.mvi
lrwxrwxrwx 1 root root 23 Mar 29 2024 /usr/share/bootlogo_.mvi -> /usr/share/bootlogo.mvi
-rwxr-xr-x 1 root root 178107 Jun 23 2024 /usr/share/backdrop.mvi
root@osmini4k:/boot# ls -ltr /usr/share/enigma2/*.mvi
-rw-r--r-- 1 root root 157501 Mar 29 2024 /usr/share/enigma2/radio.mvi
-rw-r--r-- 1 root root 20876 Mar 29 2024 /usr/share/enigma2/black.mvi
hope this helps.