You are not logged in.

#1 2008-09-18 10:36:29

Nepherte
Member
From: Singapore
Registered: 2008-09-09
Posts: 427

[SOLVED]Grub + vga option

I've always had the vga=795 option added to the kernel line in /boot/grub/menu.lst. Since today, this doesn't work anymore although I never changed the config file. I get this error:

probing EDD (edd=off to disable)
undefined video number:31b
press <enter> to see video modes available, <space> to continue

<enter> shows me the modes available, but using those options gives me a totally messed up screen. <space> just boots as if there were no vga option.

This is my menu.lst file:

# Config file for GRUB - The GNU GRand Unified Bootloader
# /boot/grub/menu.lst

# DEVICE NAME CONVERSIONS 
#
#  Linux           Grub
# -------------------------
#  /dev/fd0        (fd0)
#  /dev/hda        (hd0)
#  /dev/hdb2       (hd1,1)
#  /dev/hda3       (hd0,2)
#

#  FRAMEBUFFER RESOLUTION SETTINGS
#     +-------------------------------------------------+
#          | 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
#     +-------------------------------------------------+

# general configuration:
timeout   10
default   0
#color light-blue/black light-cyan/blue

# boot sections follow
# each is implicitly numbered from 0 in the order of appearance below
#
# TIP: If you want a 1024x768 framebuffer, add "vga=773" to your kernel line.
#
#-*

# (0) Arch Linux
title  Arch Linux
root   (hd1,0)
kernel /boot/vmlinuz26 root=/dev/disk/by-uuid/7724689e-bad7-4a95-b99a-35c517a5b344 ro vga=795
initrd /boot/kernel26.img

# (1) Arch Linux
title  Arch Linux Rescue
root   (hd1,0)
kernel /boot/vmlinuz26 root=/dev/disk/by-uuid/7724689e-bad7-4a95-b99a-35c517a5b344 ro
initrd /boot/kernel26-fallback.img

# (2) Separator for other operating systems
title Other operating systems:
root

# (3) Windows
title Windows XP Professional SP3
rootnoverify (hd0,0)
makeactive
chainloader +1

Last edited by Nepherte (2008-09-20 13:44:01)

Offline

#2 2008-09-20 13:03:32

Nepherte
Member
From: Singapore
Registered: 2008-09-09
Posts: 427

Re: [SOLVED]Grub + vga option

Anyone? I'd really like to get my full resolution console back.

Offline

#3 2008-09-20 13:09:20

s.hase
Member
From: Germany
Registered: 2008-09-17
Posts: 3
Website

Re: [SOLVED]Grub + vga option

You can try to add "edd=off" to your kernel line.

Offline

#4 2008-09-20 13:43:41

Nepherte
Member
From: Singapore
Registered: 2008-09-09
Posts: 427

Re: [SOLVED]Grub + vga option

Heh, I feel so stupid. That actually worked!

Offline

Board footer

Powered by FluxBB