Since my screen resolution is 1024x768, I would like that GRUB starts in that resolution as well.
This is how my menu.lst looks like:
Code:
# Modified by YaST2. Last modification on Sat Jul 11 20:25:14 CEST 2009
default 0
timeout 9
gfxmenu (hd0,2)/boot/message
title openSUSE 11.0 - 2.6.25.20-0.4
root (hd0,2)
kernel /boot/vmlinuz-2.6.25.20-0.4-pae root=/dev/disk/by-id/scsi-SATA_HDS728080PLA380_PFDB32S6R2DKHN-part3 splash=silent showopts vga=0x314
initrd /boot/initrd-2.6.25.20-0.4-pae
title openSUSE 11.0 - 2.6.25.20-0.4 (Failsafe)
root (hd0,2)
kernel /boot/vmlinuz-2.6.25.20-0.4-pae root=/dev/disk/by-id/scsi-SATA_HDS728080PLA380_PFDB32S6R2DKHN-part3 showopts ide=nodma apm=off acpi=off noresume nosmp noapic maxcpus=0 edd=off x11failsafe vga=0x314
initrd /boot/initrd-2.6.25.20-0.4-pae
title openSUSE 11.1 - 2.6.27.23-0.1 (/dev/sdd4)
rootnoverify (hd0,3)
chainloader +1
title Windows XP
rootnoverify (hd0,2)
chainloader (hd0,0)+1
title Floppy
rootnoverify (hd0,2)
chainloader (hd0)+1
According to table below (found somewhere on the Internet) vga=0x314 stands for 800x600 video resolution.
Code:
+--------------------------------------------------+
| 640x480 800x600 1024x768 1280x1024
-----+----------------------------------------------
256 | 0x301=769 0x303=771 0x305=773 0x307=775
32K | 0x310=784 0x313=787 0x316=790 0x319=793
64K | 0x311=785 0x314=788 0x317=791 0x31A=794
16M | 0x312=786 0x315=789 0x318=792 0x31B=795
+--------------------------------------------------+
To change the GRUB video resolution, I have tried different possibilities
vga=0x31A
vga=0x319
also 1024x768 resolution
vga=0x317
Any of these settings results in text screen during boot.
What am I doing wrong?
Bookmarks