|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] compiling kernel in Centos Domu
>
> but them im getting this
>
>
>
> -bash-3.2# mkinitrd /boot/initrd.img-3.0.4 3.0.4
>
> ls: /etc/modprobe.d/*.conf: No such file or directory
>
> No module ehci-hcd found for kernel 3.0.4, aborting.
>
>
I'm assuming that 3.0.4 sees /etc/modprobe.conf as depricated whereas
CentOS 5 still has the file.
Try taking modprobe.conf and putting it as /etc/modprobe.d/funstuff.conf
and running the mkinitrd again maybe adding (as well as the other
options) --with=xenblk --with=xennet (not sure if those are needed for
3.0).
I think this might be because your modprobe isn't telling it what driver
is required for storage since it can't find it.
Tait
>
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|