Skip to content

Change Boot Logo

Cyril Guislain edited this page Jun 22, 2023 · 1 revision

Boot Logo

  • Connect in SSH with root user and your password.

  • Download Boot Logo Pack you want and unzip it:

  • Drag and drop all files from the pack to the /root/ folder.

  • This will overwrite existing loading boot screen files.

  • Then enter this commands to replace the first boot screen (one at a time):

    mount /dev/mmcblk0p1 /mnt
    
    cp /root/bootlogo.bmp /mnt/
    
    rm /root/bootlogo.bmp
    
    sudo reboot
    
  • After reboot, you will see the new boot logo.

Clone this wiki locally