--=-6s0xjMKQcyNfsMLL3UHc Content-Type: text/plain Content-Transfer-Encoding: 7bit On Mon, 2002-12-16 at 12:46, Michael Havens wrote: > On Monday 16 December 2002 10:55 am, Eric Andresen wrote: > > If you used 'make bzImage' to compile your kernel, then your kernel > > image will be located in the file: > > /usr/linux/arch/i386/boot/bzImage > > Simply copy this file to wherever you store your boot images, and do > > whatever is neccessary for your bootloader to recognize it, and then > > reboot. ;) > > But what is neccessary to get it to run? This is why I need ssomeone to walk > me through it.... I don't want to be stuck w/o a computer over the holidays! > ------ Thinking that you are using RH 8... steps such as...make mrproper, cp some_config /usr/src/linux/.config, make dep, make clean then make bzImage make modules make modules_install make install The make install should put everything where it needs to be - there is one caveat...if you use the same kernel that you already have installed, you should really edit the 'Makefile" before you get to the step of make bzImage - you do this by editing the 'ExtraVersion" line - add anything to it...it makes sure that the new kernel doesn't overwrite your old kernel/modules/etc. See redhat 8 customization guide or more specifically - compiling your own kernel http://www.redhat.com/docs/manuals/linux/RHL-8.0-Manual/custom-guide/ch-custom-kernel.html Craig --=-6s0xjMKQcyNfsMLL3UHc Content-Type: text/html; charset=utf-8 On Mon, 2002-12-16 at 12:46, Michael Havens wrote:
> On Monday 16 December 2002 10:55 am, Eric Andresen wrote:
> > If you used 'make bzImage' to compile your kernel, then your kernel
> > image will be located in the file:
> > /usr/linux/arch/i386/boot/bzImage
> > Simply copy this file to wherever  you store your boot images, and do
> > whatever is neccessary for your bootloader to recognize it, and then
> > reboot. ;)
> 
> But what is neccessary to get it to run? This is why I need ssomeone to walk 
> me through it.... I don't want to be stuck w/o a computer over the holidays!
> 
------
Thinking that you are using RH 8...
steps such as...make mrproper, cp some_config /usr/src/linux/.config, 
make dep, make clean
then
make bzImage
make modules
make modules_install
make install

The make install should put everything where it needs to be - there is one caveat...if you use the same kernel that you already have installed, you should really edit the 'Makefile" before you get to the step of make bzImage - you do this by editing the 'ExtraVersion" line - add anything to it...it makes sure that the new kernel doesn't overwrite your old kernel/modules/etc.

See redhat 8 customization guide
<http://www.redhat.com/docs/manuals/linux/RHL-8.0-Manual/custom-guide/index.html>

or more specifically - compiling your own kernel
http://www.redhat.com/docs/manuals/linux/RHL-8.0-Manual/custom-guide/ch-custom-kernel.html

Craig --=-6s0xjMKQcyNfsMLL3UHc--