LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 11-13-2002, 10:09 AM   #1
jamaso
Member
 
Registered: Oct 2001
Location: brasil
Distribution: mdrk 8.0,redht7.1,debianpotato
Posts: 615

Rep: Reputation: 30
LILO question


I have a third entry(hda1) on my LILO prompt that is useless (don't know how come it got there),and also i would like to ask you why do i get :

Boot : linux
Loading : linux...
you just passed an undefined mode press <space> or <return>... (how can i fix this to be abble to just load it )

BTW : Mephisto said on athread i started :

"We probably want to get you off the vesa framebuffer before we worry about the monitor resolution." why is that ? I looked on vga and vesa man pages but they tell about the same thing , is there any problem running a vesa driver ?

here is my /etc/lilo.conf file :

bash-2.05a# cat /etc/lilo.conf
# LILO configuration file
# generated by 'liloconfig'
#
# Start LILO global section
boot="/dev/hda"
message = /boot/boot_message.txt
prompt
timeout="1200"
# Override dangerous defaults that rewrite the partition table:
change-rules
reset
# VESA framebuffer console @ 1024x768x32k
# Normal VGA console
# vga = normal
# VESA framebuffer console @ 1024x768x64k
# vga=791
# VESA framebuffer console @ 1024x768x32k
# vga=790
# VESA framebuffer console @ 1024x768x256
# vga=773
# VESA framebuffer console @ 800x600x64k
# vga=788
# VESA framebuffer console @ 800x600x32k
# vga=787
# VESA framebuffer console @ 800x600x256
# vga=771
# VESA framebuffer console @ 640x480x64k
# vga=785
# VESA framebuffer console @ 640x480x32k
# vga=784
# VESA framebuffer console @ 640x480x256
# vga=769
# End LILO global section
# DOS bootable partition config begins

other = /dev/hda1
label="DOS"
table = /dev/hda
# DOS bootable partition config ends
# Linux bootable partition config begins

image="/dev/hda1"

image="/dev/hda1"

image="/dev/hda1"

image = /boot/vmlinuz
root = /dev/hda5
label = Linux
read-only
# Linux bootable partition config ends

thanks
 
Old 11-13-2002, 10:21 AM   #2
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
that's a bizarre file you have there, what are all those image=/dev/hda1 lines doing? get rid of them, that may well be what's giving you problems.
 
Old 11-13-2002, 10:07 PM   #3
jamaso
Member
 
Registered: Oct 2001
Location: brasil
Distribution: mdrk 8.0,redht7.1,debianpotato
Posts: 615

Original Poster
Rep: Reputation: 30
it's time to get some glasses eheh . thanks
 
Old 11-14-2002, 11:03 AM   #4
jamaso
Member
 
Registered: Oct 2001
Location: brasil
Distribution: mdrk 8.0,redht7.1,debianpotato
Posts: 615

Original Poster
Rep: Reputation: 30
unfortunately that didn't help (erasing the 3 (image="/dev/hda1")lines) but i'm having the same problem . i already uncommented # VESA framebuffer console @ 1024x768x256 too but it make no difference . sorry for not posting earlier .
 
Old 11-14-2002, 11:59 AM   #5
LNXman
Member
 
Registered: Jul 2002
Location: California (USA)
Distribution: Slackware
Posts: 97

Rep: Reputation: 15
LILO does not know which resolution to load with, so . . .

- You can try letting your vga=normal, or. . .
- You can play around with the vga resolution codes starting from the lowest (640x480) to the highest until you find a suitable one.

GL
 
Old 11-14-2002, 02:54 PM   #6
wonderpun
Member
 
Registered: Aug 2002
Location: Geekland, Planet Earth
Distribution: Slackware 9.1
Posts: 323

Rep: Reputation: 30
Try uncommenting the "vga = normal" line. Good luck!
 
Old 11-15-2002, 12:10 AM   #7
Half_Elf
LQ Guru
 
Registered: Sep 2001
Location: Montreal, Canada
Distribution: Slackware; Debian; Gentoo...
Posts: 2,163

Rep: Reputation: 46
I got the same problem when I try to activate SVGA text mode with the old GeForce1/Riva Frame Buffer support. It Seems that new Nvidia graphic cards are not supporting VESA 2.0 mode, tell me if I'm wrong.

If I use "Vesa frame buffer" in my kernel, my screen shutdown...
I suppose I will have to wait for a real GeForce2 chipset support before playing with SVGA

Can it be your problem too Jamaso?
 
Old 11-15-2002, 01:21 PM   #8
jamaso
Member
 
Registered: Oct 2001
Location: brasil
Distribution: mdrk 8.0,redht7.1,debianpotato
Posts: 615

Original Poster
Rep: Reputation: 30
well i would like to help but have a diamond stealth III S540, sorry .
I uncommented sva=normal and also others but nothing changed , BTW i can get X running ok but there's this problem i told you before , anyways i promise not to take more of your time , so here's my uncommented /etc/lilo.conf file (after some trimming) :
-----------------------------------------------------------------------
boot="/dev/hda"
message = /boot/boot_message.txt
prompt
timeout="1200"
change-rules
reset
label="DOS"
table = /dev/hda
image = /boot/vmlinuz
root = /dev/hda5
label = Linux
read-only
--------------------------------------------------------------------------

thank you
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
LILO question elyk Linux - Newbie 5 07-18-2004 06:35 PM
LILO question DiscoBiscuit Linux - Newbie 3 06-01-2004 09:29 AM
Question about LILO Bandhel Linux - Newbie 1 03-14-2004 01:42 AM
Lilo question log Linux - Software 2 08-31-2003 09:19 PM
Lilo/kernel question & font question phek Linux - General 9 09-18-2001 12:20 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 04:00 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration