APLawrence - Information and Resources for Unix and Linux Systems, Bloggers and the self-employed
RSS Feeds Get APLawrence.com by RSS











(OLDER) <- More Stuff -> (NEWER) (NEWEST)
Home > News Posts > Installing Linux kernel ––>Re: Installing a new kernel-> follow-up
Printer Friendly Version




News Group Posts

Installing Linux kernel




From: Andy Longton <fake_see_organization@header.org>
Subject: Re: Installing a new kernel -> follow-up
Newsgroups: linux.redhat.install,linux.redhat.misc,linux.redhat
References: <3820D26F.6C6C4452@videotron.ca> 
Date: Wed, 3 Nov 1999 22:27:35 -0400
Message-ID: <7fuqv7.ed.ln@localhost.localdomain> 

In linux.redhat.install J.F. Gratton <jiefg@videotron.ca> wrote:
: Hello there :)

: I managed to compile the new kernel (no big deal actually !).














: The documentation is a bit sketchy... I wanted to be able to keep my old
: 2.2.12-20 as well as the new 2.2.13.

: I went into LILO, created a new entry for the 2.2.13 kernel, but here's
: the catch, here's the entry for my old kernel:

: image=/boot/vmlinuz
:     label=old
:     initrd=/boot/initrd-2.2.12-20.img
:     read-only
:     root=/dev/hda8

: Now....what is this initrd, and why isn't there a similar file for my
: new 2.2.13 kernel ?

It's a boot image that temporarily stores modules so that they don't 
need to be dragged off of the boot partition.  Usually for SCSI support,
but I haven't ever had to use it.

As usual, when in doubt, man;



  man initrd

it comes up with a good description on my system.

: Also, in the Kernel HOWTO they only mentionned that you need to copy
: bzImage (renaming it if you want) into /boot... What about System.map ?
: When I rebooted I got plenty of error messages because I don't have a
: new System.map (how do I generate one ??)

System.map is created as a part of the build.  The part of my
kernel_maker.sh script that covers this reads like this;

-------
  cp /usr/src/linux/System.map /boot/System.map-2.2.13
  cd /boot
  rm System.map
  ln -s System.map-2.2.13 System.map
-------

...remember to change the "2.2.13" version # each time you compile a
different kernel.


If this page was useful to you, please click to help others find it:  

Your +1's can help friends, contacts, and others on the web find the best stuff when they search.

Comments?



Click here to add your comments



Don't miss responses! Subscribe to Comments by RSS or by Email

Click here to add your comments


If you want a picture to show with your comment, go get a Gravatar



Have you tried Searching this site?

Unix/Linux/Mac OS X support by phone, email or on-site: Support Rates

This is a Unix/Linux resource website. It contains technical articles about Unix, Linux and general computing related subjects, opinion, news, help files, how-to's, tutorials and more. We appreciate comments and article submissions.

Publishing your articles here

Jump to Comments



Many of the products and books I review are things I purchased for my own use. Some were given to me specifically for the purpose of reviewing them. I resell or can earn commissions from the sale of some of these items. Links within these pages may be affiliate links that pay me for referring you to them. That's mostly insignificant amounts of money; whenever it is not I have made my relationship plain. I also may own stock in companies mentioned here. If you have any question, please do feel free to contact me.

Specific links that take you to pages that allow you to purchase the item I reviewed are very likely to pay me a commission. Many of the books I review were given to me by the publishers specifically for the purpose of writing a review. These gifts and referral fees do not affect my opinions; I often give bad reviews anyway.

We use Google third-party advertising companies to serve ads when you visit our website. These companies may use information (not including your name, address, email address, or telephone number) about your visits to this and other websites in order to provide advertisements about goods and services of interest to you. If you would like more information about this practice and to know your choices about not having this information used by these companies, click here.

g_face.jpg

This post tagged:

       - Kernel
       - Linux




Unix/Linux Consultants

Skills Tests

Guest Post Here