On Wed, 9 Feb 2000, Eddie Strohmier wrote:

> I am rebuilding my kernel on a RH 6.0 2.2.5-15 system. I have 3 devices that
> needed adding after doing the folloing:
> 
> make mkproper
> make config >> here I set all my options the way they should be set<<<
> make bzImage
> make dep
> make clean
> make modules
> make modules_install
> 
Yeow, here's the way to do it...
> backing up my old kernel
> make mkproper
> make config >> here I set all my options the way they should be set<<<
> make dep      <---
> make clean    <---  this is the correct order of events
> make bzImage  <---
> make modules
> make modules_install

cp bzImage to /boot  <--do not rename it!
edit lilo.conf using the name bzImage instead of vmlinuz
type lilo
type it again for luck
reboot

bzImage is telling lilo to bunzip it first. 
you had make bzImage in the wrong order. 

:  Ric "Wayward" Moore   :  [EMAIL PROTECTED]   :      
:   "If you can afford it, you don't want it"   :
:--------------: New motto for Y2k : -----------:      
:     owned and trained by Calamity & Satin     :
:-----------------------------------------------:


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.

Reply via email to