|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] Modules not loading
On Tue, Aug 26, 2008 at 9:57 PM, Joseph L. Casale
<JCasale@xxxxxxxxxxxxxxxxx> wrote:
> I followed these steps to get 3.3 installed on a CentOS 5.2 machine:
>
> # wget http://bits.xensource.com/oss-xen/release/3.3.0/xen-3.3.0.tar.gz
> # tar xvcf xen-3.3.0.tar.gz
> # cd xen-3.3.0
> # make tools
> # make xen
> # make install-tools
> # make install-xen
>
> Development deps were all meet, everything compiled w/o error.
> Used yum to install kernel-xen bridge-utils bridge-utils gtk-vnc (did I need
> that?)
kernel-xen bridge-utils was probably enough.
> Edited grub to use 3.3's hypervisor.
Does it look something like mine?
title CentOS (Xen 3.2)
root (hd0,0)
kernel /xen.gz-3.2
module /vmlinuz-2.6.18-92.1.10.el5xen ro root=/dev/VolGroup00/LogVol00
module /initrd-2.6.18-92.1.10.el5xen.img
> chkconfig xend on
>
> After a reboot, netbk, xenblk, blktap, blkbk, and netloop modules were not
> loaded, so moprobe'ing them in got everything working. What's the right way
> to get this accomplished?
Your method should work.
If you like, you could use the source archive and this spec I hacked
together to build rpms.
ftp://mirrors.dtint.com/pub/linux/xen/xen3.3.0.spec
I'm running it on a secondary node, but with no domU's yet...
(primary is xen 3.2.1 built the same way.)
jerry
--
There's plenty of youth in America - it's time we find the "fountain of smart".
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|