0

When I boot my MBP 2010 15 inch i go to the purple screen to choose the OS to load (in my case windows, Mac, Ubuntu). When I click Ubuntu it goes to a terminal like screen and says some technical computer jargon. And then Ubuntu boots.But I thought there was supposed to be a cool Ubuntu loading screen that was animated. How do I get the normal Ubuntu loading screen to boot? and is it possible to make a custom loading screen for Ubuntu?

LiveWireBT
  • 28,763
rajlego
  • 833
  • 2
  • 11
  • 36
  • In some cases you might not see the animation, just the purple screen, because it would to take longer to load the neccessary components to display the animation than to just get the system booted. That's my experience, but resuming from S5/hibernation gives me the animation. – LiveWireBT Feb 17 '14 at 08:23
  • Thanks, I think i'll just not use it then if it makes it slower. – rajlego Feb 17 '14 at 12:50

1 Answers1

2
sudo apt-get install v86d
gksudo gedit /etc/default/grub

search for-GRUB_GFXMODE= below this you need to type: GRUB_GFXPAYLOAD_LINUX=yourresolutionhere

echo FRAMEBUFFER=y | sudo tee /etc/initramfs-tools/conf.d/splash
sudo update-grub2
sudo update-initramfs -u
Seth
  • 58,122
user249038
  • 32
  • 1