[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] RE: [Xen-users] install error: No module ehci-hcd found for kernel 2.6.18.8-xen0 (I added the module "EHCI HCD" in buildin Xen0-Kernel)
Yuming,
You used the
right command. "--builtin" means this module is already in kernel. So doesn't
need to search it in /lib/module/`uname -n`, when execute
"mkinitrd".
mkinitrd will
default search and build modules, which is named in /etc/modprobe.conf .
You can find ehci-hcd in that file. It is why your original mkinitrd failed.
That file is generated when you installed your Dom0 OS. Your default Dom0
OS put those driver as modules. But Xen already build them into kernel. It is
the small conflicted place.
Best Regards,
Yongkang You
From: Yuming fang [mailto:fangyuming.leo@xxxxxxxxx] Sent: Wednesday, September 10, 2008 10:59 PM To: You, Yongkang Cc: xen-users Subject: Re: [Xen-users] install error: No module ehci-hcd found for kernel 2.6.18.8-xen0 (I added the module "EHCI HCD" in buildin Xen0-Kernel) I solved it.
I used the command "mkinitrd -v -f --builtin=ehci-hcd --with=aacraid
--with=sd_mod --with=scsi_mod /boot/initrd-2.6.16-xen0.img
2.6.16.29-xen0".
However, I used the same method with other modules(ohci-hcd,uhci-hcd). Are
there no such modules in 2.6.18.8-xen0 and thus I should build them into the
2.6.18.8-Xen0 using "--builtin="?
thank you very much.
Leo
2008/9/10 Yuming fang <fangyuming.leo@xxxxxxxxx>
_______________________________________________ Xen-users mailing list Xen-users@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-users
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |