Sunday, November 7, 2010

Grub 2 bash resolution

In /etc/default/grub
all i did was change and uncomment
Code:
set gfxmode=1024x768
then run update-grub (to be sure)

And

In /etc/grub.d/00_header
All I did was add the BOLD piece where it is in this code
Code:
if loadfont `make_system_path_relative_to_its_root ${GRUB_FONT_PATH}` ; then
set gfxmode=${GRUB_GFXMODE}
set gfxpayload=keep
IT HAS TO GO UNDER "set gfxmode..." to work!!!!


No comments:

Post a Comment