[WBEL-users] Installing kernel-hugemem

Rex Dieter rdieter@math.unl.edu
Tue, 14 Sep 2004 10:11:37 -0500 (CDT)


On Tue, 14 Sep 2004, Denis Croombs wrote:

> Any clue as to why I am getting this ?
>
> [install: kernel-hugemem 2.4.21-15.0.4.EL.i686]
> Is this ok [y/N]: y
> Downloading Packages
> Running test transaction:
> Test transaction complete, Success!
> kernel-hugemem 100 % done 1/1
> No module gdth found for kernel 2.4.21-15.0.4.ELhugemem, aborting.
> mkinitrd failed
> Installed:  kernel-hugemem 2.4.21-15.0.4.EL.i686
> Transaction(s) Complete

You're apparently using the "unsupported" (or just not included) gdth 
(scsi) driver.

You may need this instead:
yum install kernel-hugemem kernel-hugemem-unsupported
to pull in all the unsupported drivers as well.

-- Rex