GRUB can't use Frame Buffer?

Using applications, configuring, problems
Post Reply
Message
Author
Wolf Pup
Posts: 637
Joined: Fri 28 Apr 2006, 01:37

GRUB can't use Frame Buffer?

#1 Post by Wolf Pup »

When GRUB is started using the frame buffer, it says "You passed an unidentified mode number", does this mean it can't be enabled?

Here's grub not using frame buffer.

Code: Select all

# Grub Default Options
default 0
timeout 15
color light-gray/blue black/light-gray

# Boots Puppy Linux
title Puppy Linux 2.16.1
rootnoverify (hd0,1)
kernel (hd0,2)/vmlinuz root=/dev/ram0 PMEDIA=idehd ro vga=normal
initrd (hd0,2)/initrd.gz
boot

# Boots Puppy Linux (Recovery Mode)
title Puppy Linux 2.16.1 (Recovery Mode)
rootnoverify (hd0,1)
kernel (hd0,2)/vmlinuz root=/dev/ram0 PMEDIA=idehd ro vga=normal pfix=ram
initrd (hd0,2)/initrd.gz
boot

# Saved for future reference
#title Knoppix 5.1.1
#kernel (hd0,2)/boot/isolinux/linux ramdisk_size=100000 init=/etc/init lang=us apm=power-off vga=normal initrd=(hd0,2)/boot/isolinux/minirt.gz nomce quiet BOOT_IMAGE=(hd0,2)/knoppix
#initrd (hd0,2)/boot/isolinux/minirt.gz
#boot

# Boots Microsoft Windows
title MS Windows XP Home Edition
map (hd0,0) (hd0,3)
map (hd0,3) (hd0,0)
rootnoverify (hd0,3)
chainloader +1

# Grub Help Options
title -     For help press 'c', then type: 'help'
root (hd0)
title -     For usage examples, type: 'cat /boot/grub/usage.txt'
root (hd0)
[img]http://img230.imageshack.us/img230/8595/ubd6467dp2.png[/img]
[url=http://www.tinyurl.com/54tu74]Visit The Repository[/url] - Helpful and hard-to-find treats for Puppy 3.
[url=http://www.tinyurl.com/c5a68f]Click Here for Puppy Support Chat, + Helpful Links.[/url]

User avatar
woddy
Posts: 44
Joined: Mon 12 Mar 2007, 23:52
Location: Hagenburg, Germany
Contact:

grub

#2 Post by woddy »

Hi,
I have never seen a "menu.lst" like this :?
Did you install your puppy on harddisk?

woddy
Linux und Dreambox - Fan
Puppy Anfänger :?

GuestToo
Puppy Master
Posts: 4083
Joined: Wed 04 May 2005, 18:11

#3 Post by GuestToo »

from the kernel config options in /lib/modules/:

CONFIG_FRAMEBUFFER_CONSOLE=m

so the kernel probably would need to be recompiled with frame buffer support to support other vga modes

Post Reply