LinuxQuestions.org
Review your favorite Linux distribution.
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-08-2005, 04:28 PM   #1
amer_58
Member
 
Registered: Mar 2004
Distribution: Slackware 10.2
Posts: 213

Rep: Reputation: 30
nothing is loading after updating to 2.6.14


I did follow all the steps that are provided in here:
http://www.linuxquestions.org/questi...icle&artid=408

after i restart and choose linux-new i just got a blackscreen and thats it... nothing loads up... anyone could help.

I use slackware 10.2
 
Old 11-08-2005, 04:33 PM   #2
darthmandeep
LQ Newbie
 
Registered: Nov 2005
Posts: 12

Rep: Reputation: Disabled
Re: nothing is loading after updating to 2.6.14

Maybe Grub was not told where to find the kernel. Could you post your /boot/grub/menu.lst file?
 
Old 11-08-2005, 04:41 PM   #3
amer_58
Member
 
Registered: Mar 2004
Distribution: Slackware 10.2
Posts: 213

Original Poster
Rep: Reputation: 30
Re: Re: nothing is loading after updating to 2.6.14

Quote:
Originally posted by darthmandeep
Maybe Grub was not told where to find the kernel. Could you post your /boot/grub/menu.lst file?
nothing with the name menu.lst !!! this is what i have under my /boot dir

root@laptop:/boot# dir
README.initrd@
boot.0300
config-ide-2.4.31
vmlinuz-2.6.14
System.map@
boot_message.txt
diag1.img
vmlinuz-ide-2.4.31
System.map-2.6.14
config@
map
vmlinuz-old
System.map-ide-2.4.31
config-2.6.14
vmlinuz@
root@laptop:/boot#

Last edited by amer_58; 11-08-2005 at 04:43 PM.
 
Old 11-08-2005, 04:50 PM   #4
egag
Senior Member
 
Registered: Jul 2004
Location: Netherlands
Distribution: Slackware
Posts: 2,721

Rep: Reputation: 53
Slackware uses lilo by default.
can you post you r /etc/lilo.conf file ?

egag
 
Old 11-08-2005, 04:58 PM   #5
amer_58
Member
 
Registered: Mar 2004
Distribution: Slackware 10.2
Posts: 213

Original Poster
Rep: Reputation: 30
# Windows bootable partition config begins
other = /dev/hda1
label = Windows
table = /dev/hda
# Windows bootable partition config ends
# Linux bootable partition conifg begins
image = /boot/vmlinuz-2.6.14
root = /dev/hda2
label = Linux-2.6.14
read-only
# Slackware new ends
# Linux bootable partition config begins
image = /boot/vmlinuz-old
root = /dev/hda2
label = Linux-Old
read-only
# Linux bootable partition config ends
 
Old 11-08-2005, 05:07 PM   #6
egag
Senior Member
 
Registered: Jul 2004
Location: Netherlands
Distribution: Slackware
Posts: 2,721

Rep: Reputation: 53
i miss the first part.
do you have " vga=normal " uncommented ?

egag
 
Old 11-08-2005, 05:11 PM   #7
amer_58
Member
 
Registered: Mar 2004
Distribution: Slackware 10.2
Posts: 213

Original Poster
Rep: Reputation: 30
i have it comment, however i did post all the file now, sorry.

# 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 @ 1024x768x256
vga = 773
# 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
# Windows bootable partition config begins
other = /dev/hda1
label = Windows
table = /dev/hda
# Windows bootable partition config ends
# Linux bootable partition conifg begins
image = /boot/vmlinuz-2.6.14
root = /dev/hda2
label = Linux-2.6.14
read-only
# Slackware new ends
# Linux bootable partition config begins
image = /boot/vmlinuz-old
 
Old 11-08-2005, 05:40 PM   #8
egag
Senior Member
 
Registered: Jul 2004
Location: Netherlands
Distribution: Slackware
Posts: 2,721

Rep: Reputation: 53
maybe try that one ( vga=normal ) and comment the other.
if that solves it, it's the framebuffer configuration in the kernel.

egag
 
Old 11-08-2005, 05:58 PM   #9
amer_58
Member
 
Registered: Mar 2004
Distribution: Slackware 10.2
Posts: 213

Original Poster
Rep: Reputation: 30
Quote:
Originally posted by egag
maybe try that one ( vga=normal ) and comment the other.
if that solves it, it's the framebuffer configuration in the kernel.

egag
no egag, nothing has changed, still blackscreen...!!
 
Old 11-08-2005, 07:40 PM   #10
egag
Senior Member
 
Registered: Jul 2004
Location: Netherlands
Distribution: Slackware
Posts: 2,721

Rep: Reputation: 53
you've got to recompile your kernel.
make sure you have ( under character devices ) vesa framebuffer support.
( not as a module and no other fb device )
also compile in an fb-font.

that should at least give you some text at boot time.

egag
 
Old 11-09-2005, 04:25 AM   #11
amer_58
Member
 
Registered: Mar 2004
Distribution: Slackware 10.2
Posts: 213

Original Poster
Rep: Reputation: 30
ok i will recompile it again today, but am not sure about the part:

Code:
make sure you have ( under character devices ) vesa framebuffer support.
you mean when i load the:

make xconfig

Code:
compile in an fb-font.
can u explain a bit more please, did u mean i have to select a font type? thanks

Last edited by amer_58; 11-09-2005 at 04:31 AM.
 
Old 11-09-2005, 07:02 AM   #12
egag
Senior Member
 
Registered: Jul 2004
Location: Netherlands
Distribution: Slackware
Posts: 2,721

Rep: Reputation: 53
i wasn't clear. it's not under char-devices
under " graphics support " pick the "VESA VGA graphics support" as build in.
( you don't need any other there )

under " Console display driver support " pick " framebuffer console support " and
" Select compiled-in fonts " + the 2 first fonts all compiled in.

you can also select a logo configuration ( to get a " tux " at boot )

that should be the correct setup.
good luck

egag
 
Old 11-09-2005, 07:44 AM   #13
maginotjr
Member
 
Registered: Aug 2004
Location: BR - Floripa
Distribution: Ubuntu 9.10 - 2.6.x.x
Posts: 661

Rep: Reputation: 35
I think this have nothing to do with framebuffer... even with framebuffer problem you may be able to load the system on "blind mode". And btw vga=normal didnt solve the problem.
There is no problem with Lilo too ... if you are only getting blankscreen its very probable that the problem is in you Configuration when you recompiled the kernel, you may have missed something important....

keep in touch.
 
Old 11-09-2005, 12:28 PM   #14
amer_58
Member
 
Registered: Mar 2004
Distribution: Slackware 10.2
Posts: 213

Original Poster
Rep: Reputation: 30
Quote:
Originally posted by maginotjr
I think this have nothing to do with framebuffer... even with framebuffer problem you may be able to load the system on "blind mode". And btw vga=normal didnt solve the problem.
There is no problem with Lilo too ... if you are only getting blankscreen its very probable that the problem is in you Configuration when you recompiled the kernel, you may have missed something important....

keep in touch.
so....? whats does that mean, what am i suppose to do now, recomplie?
 
Old 11-09-2005, 12:44 PM   #15
gbonvehi
Senior Member
 
Registered: Jun 2004
Location: Argentina (SR, LP)
Distribution: Slackware
Posts: 3,145

Rep: Reputation: 53
After putting uncommenting vga=normal and commenting vga = 773 did you re-run /sbin/lilo to update it?
 
  


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
time consuming loading of Openoffice and endless loading of printing capabilities artjaslo Linux - General 6 08-03-2005 01:30 PM
After updating to current, sound module not loading. Deeze Slackware 5 05-12-2005 09:23 PM
Loading modules error after loading compiled kernel td0l2 Linux - Newbie 12 07-28-2004 11:10 AM
Finding Module Dependencies...(Still loading...still loading..still loading..HANG!!!) Aeudian Linux - General 3 08-11-2003 03:31 PM
Finding Module Dependencies.....(still loading....Still loading....still loading) Aeudian Linux - Newbie 1 07-28-2003 02:27 PM

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

All times are GMT -5. The time now is 03:54 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