Home > Network and Server > Grub2 in Ubuntu Server

Grub2 in Ubuntu Server

Do not user “vga=” parameter, it is deprecated. Edit /etc/default/grub, and uncomment:

GRUB_GFXMODE=640x480

Edit /etc/grub.d/00_header search for:

set gfxmode=${GRUB_GFXMODE}

on the next line, insert:

set gfxpayload=keep

verify that the new line is before insmod gfxterm

# update-grub2
# reboot

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

 

Trackbacks:0

Listed below are links to weblogs that reference
Grub2 in Ubuntu Server from Aji's Journal
TOP