On Thu, 10 Aug 2000, Gordon Messmer wrote:

> On Wed, 9 Aug 2000, kevin wrote:
> > How do I change the boot sequence from loading Advansys to AIC-7xxx? I've 
> > tried changing /etc/conf.modules which appears to work after boot as the 
> > network card adjustments are ok, but no such luck with the SCSI host.
> 
> cd /boot
> mv -f initrd-`uname -r`.img /tmp
> mkinitrd initrd-`uname -r`.img `uname -r`
> lilo
>

This assumes your "new" kernel is the same version as the currently
running kernel. If you are upgrading the kernel, replace the `uname -r`
with the version number listed in /lib/modules for your new kernel and
skip the "mv -f initrd-`uname -r`.img /tmp" step, unless the file already
exists of course (mkinitrd will warn you of that).

You'll want to make sure your lilo.conf correctly reflects the initrd file
name as well.

Good Luck! 

Bill Carlson
------------
Systems Programmer    [EMAIL PROTECTED]    |  Opinions are mine,
Virtual Hospital      http://www.vh.org/        |  not my employer's.
University of Iowa Hospitals and Clinics        |



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to