To remove the Nvidia splash logo add "NoLogo" to xorg.conf, by
First install hwinfo by running the following command:
After the installation run the following command and note down the highest resolution:sudo apt-get install v86d hwinfo
For me this was Mode 0x0361: 1280x800 (+5120), 24 bits, next edit the following file:sudo hwinfo --framebuffer
This will open the GRUB config file, we now look for GRUB_CMDLINE_LINUX_DEFAULT="quiet splash" and change it with the following, change your resolution with mine and also add the color depth (for me 24 could be 16 or 32).gksu gedit /etc/default/grub
Then find the following line (uncomment if needed) and change your resolution again, note that you don't include the color depth:GRUB_CMDLINE_LINUX_DEFAULT="quiet splash nomodeset video=uvesafb:mode_option=1280x800-24,mtrr=3,scroll=ywrap"
Save and exit, next edit the following file:GRUB_GFXMODE=1280x800
Scroll to the end of the file and add the following line, again add your resolution and the colordepth like you did before:gksu gedit /etc/initramfs-tools/modules
Then in the terminal type the following commands and then reboot:uvesafb mode_option=1280x800-24 mtrr=3 scroll=ywrap
For me this fixed the problem, I tried all the other suggestions and scripts, none of them worked but this does, good luck!echo FRAMEBUFFER=y | sudo tee /etc/initramfs-tools/conf.d/splash sudo update-grub sudo update-initramfs -u
Then you can install super-boot-manager to managing the boot splash.sudo gedit /etc/X11/xorg.conf Section "Device" Option "NoLogo" "True"
My boot splash