[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-users] compiling kernel in Centos Domu
On Thu, Oct 6, 2011 at 2:57 AM, Ian Tobin <itobin@xxxxxxxxxxxxx> wrote: > Hi, > > > > Im trying to compile kernel 3.0.4 inside Centos 5 DomU > > > > The steps I do are > > > > Make bzImage > > Make modules > > Make modules_install > > Depmod –a > > mkinitrd /boot/initrd.img-3.0.4 3.0.4 > > > > 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. > > > > If I exclude the modules its goes on forever. I don’t have this issue in > Debian Domu so what am I missing? > Certain modules are built-in depending on your kernel config. You might want to try the below and see whether does your domU boot with that kernel: mkinitrd -v -f --builtin=ehci-hcd --builtin=uhci-hcd --builtin=ohci-hcd --builtin=usb-storage /boot/initrd.img-3.0.4 3.0.4 Thanks. Kindest regards, Giam Teck Choon _______________________________________________ Xen-users mailing list Xen-users@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-users
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |