Saturday, May 12, 2012

How To Change The Resolution Of Boot Splash In Grub2 Ubuntu 12.04

  • Edit /etc/default/grub: Press Alt-F2 and enter this: gksu gedit /etc/default/grub. 
  • Uncomment this line: #GRUB_GFXMODE=640x480 by removing '#', and change 640x480 to 1024x768 (Your monitor screen should support this by checking Grub2). 
  • Open Terminal and enter this: $sudo update-initramfs -u 
  • After that, enter this also: $sudo update-grub2
That's it!

No comments: