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
  • 29,597
rajlego
  • 853

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
  • 59,332