Displaying 1 result from an estimated 1 matches for "xenuipsec".
2005 Nov 05
4
Module error in mkinitrd
We are happily running xen on a server which uses a SATA driver (thank
you all you xenists for producing such a great product). However, we
are creating a custom kernel for a domU. When we attempt to run
mkinitrd we get:
No module ata_piix found for kernel 2.6.11.12-xenUIPSec, aborting.
This is the SATA driver. In the past (xen 2.0.5), we simply ran make
ARCH=xen menuconfig and told it to build a module for the low level scsi
driver for ata_piix. That was simply to eliminate the error as I do not
think the domU actually needs the SATA driver.
However, in xen 2.0.7 w...