BOOT_IMAGE=/vmlinuz-2.6.32-24-generic-pae root=/dev/mapper/Servidor-root ro quiet vga=normal
BOOT_IMAGE=/vmlinuz-2.6.32-24-generic-pae root=/dev/mapper/Servidor-root ro quiet vga=791
Mas a resolução fica a mesma em todas as opções.
Fiz as seguintes alterações
No /boot/grub/grub.cfg
set root='(Servidor-root)'
search --no-floppy --fs-uuid --set 260a7e26-75b1-4e1b-a920-c55014b5c2a4
if loadfont /usr/share/grub/unicode.pf2 ; then
set gfxmode=1024x768 set gfxpayload=keepE no /etc/grub.d/00_header
if loadfont `make_system_path_relative_to_its_root ${GRUB_FONT_PATH}` ; then
set gfxmode=${GRUB_GFXMODE}
set gfxpayload=keep insmod gfxterm
insmod ${GRUB_VIDEO_BACKEND}
if terminal_output gfxterm ; then true ; else
# For backward compatibility with versions of terminal.mod that don't
# understand terminal_output
Segui essas instruções:
http://harrison3001.blogspot.com/2009/09/grub-2-graphical-boot-tips-to-set.htmlDesse modo o monitor entra com a mensagem de fora de frequência, então acredito que assim a resolução está alterada, agora falta só esse problema da frequência.