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
  • 3
    Welcome to Raspberry Pi! Whilst this may theoretically answer the question, [it would be preferable](http://meta.stackoverflow.com/q/8259) to include the essential parts of the answer here, and provide the link for reference. – Steve Robillard Jul 12 '14 at 00:45
  • 1
    We're [trying a new policy with regard to informationless link-only answers here](http://meta.raspberrypi.stackexchange.com/q/842/5538). If this post is not edited to contain information that can stand as an answer, however minimal, in 48 hours it will be converted to Community Wiki to simplify having it corrected by the community. – Ghanima Jan 11 '17 at 15:55