[Users] WARNING: No module aacraid found for kernel 2.6.8-022stab034.1, continuing anyway

Kirill Korotaev dev at sw.ru
Thu Sep 22 04:23:23 EDT 2005


> I'm trying to install openvz on RHEL 4, DELL PowerEdge 750. After
> 
> # rpm -ihv vzkernel-2.6.8-022stab034.1.i686.rpm
> 
> I get
> 
> [root at redhat virtuozzo]# rpm -ihv vzkernel-2.6.8-022stab034.1.i686.rpm
> warning: vzkernel-2.6.8-022stab034.1.i686.rpm: V3 DSA signature:
> NOKEY, key ID a7a1d4b6
> Preparing...                ########################################### [100%]
>    1:vzkernel               ########################################### [100%]
> WARNING: No module aacraid found for kernel 2.6.8-022stab034.1,
> continuing anyway
> WARNING: No module ata_piix found for kernel 2.6.8-022stab034.1,
> continuing anyway
> 
> Any help?
Actually it is just a warnings due to the fact that most IDE/SCSI 
drivers are compiled in OVZ kernel and are absent as modules.
But RHEL provides these as modules, so it's tools are complaining a bit.

You can check that /boot/initrd-2.6.8-022stab034.1.img was still created 
successfully or create it manually as dim@ wrote to you:

# mkinitrd --builtin=aacraid
--builtin=ata_piix  /boot/initrd-2.6.8-022stab034.1.img 2.6.8-022stab034.1

Kirill



More information about the Users mailing list