---------- Forwarded Message ----------
Subject: Re: [newbie] kernel flop
Date: Wed, 22 Dec 1999 09:34:05 -0800
From: phins13 <[EMAIL PROTECTED]>
John Aldrich <[EMAIL PROTECTED]> wrote:
>On Tue, 21 Dec 1999, you wrote:
>> I have just purchased the Mandrake 6.5 with Linux Ver 2.2.13-4mdk ..
>> everything seems to work okay except when I try to boot with a newly
>> compiled kernel.
>>
>> I did a configuration (make config)
>>
>> then
>>
>> make dep clean zlilo modules modules_install
>>
>> then
>>
>> copied the new compresed kernel, System.map to the /boot directory
>> after renaming the original.. as an extra precaution I made a floppy from
>> the new image (dd if=/boot/vmlinuz of=/dev/fd0)
>>
>> edited lilo to add the new kernel (ie)
>Did you remember to re-run lilo? I'm guessing you did, from
>what you said... Other than that, I'm not sure...
> John
Try these commands:
make xconfig
make dep
make bzImage
make modules
make modules_install
make install
the make install command automatically puts your kernel into boot
and renames your old kernel vmlinuz.old or something like that.
>From here I just edit my lilo.conf file and then run /sbin/lilo.
Now i've had a problem once where the modules didn't install properly
and I had to physically remove them and then rerun make modules_install.
But other than that, these commands have worked on every kernel I have recompiled.
(and I have recompiled alot of kernels). Also make sure you didn't leave anything out
when you configured your kernel that was
really important to your system.
Good Luck,
SA
------
Do you do Linux? :)
Get your FREE @linuxstart.com email address at: http://www.linuxstart.com
-------------------------------------------------------