8

I will say quickly. How do I edit or remove this logo?

https://www.youtube.com/watch?v=F9Iaz3NzJVU

I found something but it does not work (errors) http://www.rasplay.org/?p=6371

Thanks!

//edit 11:23PM OK. Solution remove logo:

$ sudo su
$ cd /boot
$ nano cmdline.txt

add logo.nologo

example: logo.nologo dwc_otg.lpm_enable=0 console=ttyAMA0,115200 console=tty1 root=/dev/mmcblk0p2 rootfstype=ext4 elevator=deadline rootwait

How to edit logo?

(sorry my bad english)

sessam5
  • 81
  • 1
  • 1
  • 3
  • 1
    appears to be answered here, http://raspberrypi.stackexchange.com/questions/9072/is-there-a-way-to-alter-the-raspberry-image-that-appears-during-boot – rob Jul 11 '14 at 13:45
  • Or here: http://raspberrypi.stackexchange.com/questions/1214/how-to-add-custom-loading-screen – Thomas Weller Jul 27 '16 at 20:45

1 Answers1

-1

Here is a guy who made it

Custom Splash Screen for Raspberry Pi (Raspbian)

omalave
  • 119
  • 1