[2993] in RedHat Linux List
Re: Upgrading to 2.0 kernel
daemon@ATHENA.MIT.EDU (DERR)
Wed Nov 6 13:04:05 1996
Date: Wed, 06 Nov 1996 11:59:35 -0600
From: DERR <jjdfri@txdirect.net>
Reply-To: jjdfri@txdirect.net
To: redhat-list@redhat.com
Resent-From: redhat-list@redhat.com
Message-ID: <3280CAC8.6AAA@txdirect.net>
Date: Wed, 06 Nov 1996 11:28:40 -0600
From: DERR <jjdfri@txdirect.net>
Reply-To: jjdfri@txdirect.net
X-Mailer: Mozilla 3.0 (Win95; I)
MIME-Version: 1.0
To: wjchambe@capnet.state.tx.us
Subject: Re: Upgrading to 2.0 kernel
References: <9611061639.AA23736@glacier> <3280C55D.6185@capnet.state.tx.us>
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Bill Chambers wrote:
>
> Have been informed that there is no virtual domain support in 1.2.13
> (which I just got up and running)8-)
>
> Am trying to do that 2.0 upgrade, yet the directory that the 'support
> doc' names...
> /pub/redhat-3.0.3/i386/updates/2.0-kernel/RPMS
> does not exist.
>
> Please help a sinking newbie keep up!
> Thanks,
> Bill
To upgrade the kernel, do the following:
Go to:
ftp://ftp.redhat.com/pub/redhat/old-releases/redhat-3.0.3/i386/updates/2.0-kernel/RPMS/
And download ALL the RPM's into the same directory. Go into that
directory and type: <rpm -Uvh *.rpm>
This will install all the source code. Go to /usr/src/linux-2.0 and
type:
1) <make config>
2) <make dep; make clean>
3) <make zImage>
***The above commands take a LONG time...so grab a beer and turn on the
TV.......
***You are about to pass the point of no return! All the above steps
will NOT endanger your current config. The ones below WILL!
Find the file called zImage by typing: <find / -name zImage -print>
Copy the zImage to /vmlinuz (MAKE SURE YOU BACK UP YOUR OLD VMLINUZ
FIRST!)
cd to /usr/src and type: <rm linux> and <ln -s /usr/src/linux-2.0 linux>
If you're using LILO, type <lilo> to rewrite your config.
Reboot.
Good luck!
-DERR
jjdfri@txdirect.net
http://www.txdirect.net/~jjdfri
--
PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
________________________________________________________________________
http://www.redhat.com/RedHat-FAQ http://www.redhat.com/RedHat-Errata
http://www.redhat.com/RedHat-Tips http://www.redhat.com/mailing-lists
------------------------------------------------------------------------
To unsubscribe: mail -s unsubscribe redhat-list-request@redhat.com < /dev/null