LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 01-06-2006, 06:12 PM   #1
Theather
LQ Newbie
 
Registered: Jan 2006
Posts: 5

Rep: Reputation: 0
NewBie Problem in Kernel 2.6.15


Well my story is the same as many users that try to slowly migrate to Linux mine starts like this :
I installed linux slackware in my laptop( Lg Lw65) , everything went well but i saw that slackware does not detect my network device Marvel Yukon so i try to compile the new kernel 2.6.15 when i was at the end in the lilo configuration appear this error :
fatal : Open /boot/bzImage : No such file or directory

Can you guys give me a big hand on this

Many thanks

BTW: sorry my lousy english
 
Old 01-06-2006, 06:24 PM   #2
bosewicht
Senior Member
 
Registered: Aug 2003
Location: Houston, TX
Distribution: Arch
Posts: 1,381

Rep: Reputation: 47
did you finish the compiling steps and did you run lilo after you copied over the new kernel?
 
Old 01-07-2006, 02:04 PM   #3
Theather
LQ Newbie
 
Registered: Jan 2006
Posts: 5

Original Poster
Rep: Reputation: 0
Yes i compiled and when was the last part to config lilo to call the new kernel lilo send the error that i tould .
 
Old 01-07-2006, 02:08 PM   #4
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Rep: Reputation: 69
?

Your first paragraph/post reads just fine...
I don't understand that last sentence/post at all. I appreciate that English may not be your first language, but puting a period or 2 in there and explaining what is happening might help

A few questions:
Do you have /boot on a seperate partition? (If you don't know, then you probably don't)
Can you post up your /etc/lilo.conf so we can see it's contents and give advice on what to change?
Can you also post up what this returns:
ls -lh /boot

Cool

Last edited by MasterC; 01-07-2006 at 02:09 PM.
 
Old 01-08-2006, 08:36 AM   #5
Theather
LQ Newbie
 
Registered: Jan 2006
Posts: 5

Original Poster
Rep: Reputation: 0
Once again sorry for my lousy english i will try furter to be more carefull :


No i dont have the /boot on a separte partition

My /etc/lilo.conf :

# Linux Bootable partition Begins
image = /boot/vmlinux-generic-linux-2.6.15
root = /dec/hda2
Label = Linux


ls -lh /boot return with :
lrwxrwxrwx 1 root root 34 2005-12-27 18:30 Readme.initrd --> /usr/doc/mkinitrd-1.0.1/readme.initrd
-rw-r--r-- 1 root root system.map
-rw-r--r-- 1 root root system.map-ide-2.4.31
-rw-r--r-- 1 root root system.old
-rw-r--r-- 1 root root boot.old
lrwxrwxrwx 1 root root config -> config-ide-2.4.31
-rw-r--r-- 1 root root config-ide-2.4.31
-rw-r--r-- 1 root root diagl.img
drwxr-xr-x 8 root root initrd-tree
-rw------- 1 root root initrd.gz
lrwxrwxrwx 1 root root linux-2.6.15 -> /usr/src/linux-2.6.15.15/
-rw------- 1 root root map
-rw-r--r-- 1 root root vmlinuz
-rw-r--r-- 1 root root vmlinuz-ide-2.4.31
-rw-r--r-- 1 root root vmlinuz.old
 
Old 01-08-2006, 08:45 AM   #6
T.Hsu
Member
 
Registered: Jan 2005
Posts: 178

Rep: Reputation: 31
So where is vmlinux-generic-linux-2.6.15
 
Old 01-09-2006, 06:55 AM   #7
Theather
LQ Newbie
 
Registered: Jan 2006
Posts: 5

Original Poster
Rep: Reputation: 0
what i should put in /etc/lilo.conf to call the new kernel ??
 
Old 01-09-2006, 08:35 AM   #8
Dtsazza
Member
 
Registered: Oct 2005
Location: Oxford, UK
Distribution: Debian Etch (w/ dual-boot XP for gaming)
Posts: 282

Rep: Reputation: 31
Your main problem at the moment is that the kernel image you're trying to set up doesn't seem to exist. From your /etc/lilo.conf, Lilo is trying to launch the kernel found at /boot/vmlinux-generic-linux-2.6.15. However, from your listing, there is no file of that filename. (I'm also guessing that /boot/bzImage was supposed to point to this at some stage - it's also missing, and was referred to in the initial error message).

As T.H.su asked, whereabouts has your new kernel gone? That's the first thing to sort out right now.
 
Old 01-11-2006, 05:03 PM   #9
Theather
LQ Newbie
 
Registered: Jan 2006
Posts: 5

Original Poster
Rep: Reputation: 0
well what should i do ?
 
Old 01-11-2006, 05:24 PM   #10
Dtsazza
Member
 
Registered: Oct 2005
Location: Oxford, UK
Distribution: Debian Etch (w/ dual-boot XP for gaming)
Posts: 282

Rep: Reputation: 31
To a certain extent that depends on where the kernel image went...

However, if you compiled it quite recently, it should still hopefully be located at /usr/src/linux/arch/i386/boot/bzImage, and you can copy it back into the /boot directory (as vmlinux-generic-linux-2.6.15). That's the first step to being able to boot the kernel - getting it in a place where Lilo can point to it.

Also, I've noticed that your lilo.conf has "root=/dec/hda2" - this could be either a typo in copying it up, or in the file itself, but in any case it should be "root=/dev/hda2".
 
  


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
newbie Kernel compile problem begining Linux - Newbie 11 08-05-2005 02:12 AM
newbie: problem with patching kernel sirpelidor Mandriva 1 02-04-2005 06:44 AM
newbie boot problem- kernel panic nekid Linux - General 4 05-04-2004 12:55 PM
Newbie kernel compile problem seanro Slackware 5 02-06-2004 11:04 AM
kernel compile for newbie directory problem mipia Slackware 13 07-04-2003 02:30 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

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