[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Xen-users] best kernel


  • To: Ian Tobin <itobin@xxxxxxxxxxxxx>
  • From: Mark Pryor <tlviewer@xxxxxxxxx>
  • Date: Thu, 12 Jul 2012 14:36:12 -0700 (PDT)
  • Cc: xen-users <xen-users@xxxxxxxxxxxxx>
  • Delivery-date: Thu, 12 Jul 2012 21:37:56 +0000
  • Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:X-Mailer:References:Message-ID:Date:From:Reply-To:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type; b=cBJt3kMMC6DMuvDeZiXt/l6vUgpdRXR9DSHoBCpSczL/6KwfyeYyFJXwwFccG1cgf+EDJFUzlaT57bUgr2WAmh3iZsG/F5eXK93e5S5qfdfWRO/58pbgP+8XcKUha260DA3rhffOaDV90BhRKqEMv8J6ZDQxWL6D369VVnq4jDw=;
  • List-id: Xen user discussion <xen-users.lists.xen.org>




----- Original Message -----
From: Ian Tobin <itobin@xxxxxxxxxxxxx>
To: Ian Campbell <ian.campbell@xxxxxxxxxx>; jacek burghardt 
<jaceksburghardt@xxxxxxxxx>
Cc: xen-users <xen-users@xxxxxxxxxxxxx>
Sent: Thursday, July 12, 2012 1:30 PM
Subject: Re: [Xen-users] best kernel

Hi,

Just touching on this subject.

I have just compiled xen and kernel from sources (xen 4.1.2 and kernel
3.4.4) running on CentOS 6.3.

I have got the server up and running in XEN mode but am having problems
getting a para domU to boot from the kernel. I initially copied a domU
kernel (2.6.18-8) over from another server which has been running fine
for DomUs but the main OS is Debian.

When I run either the older kernel of newer kernel for DomU I get

xenbus waiting for devices to initialise 295s...290s

ive tried different variations using hda1, xvda1 etc but none seem to
work yet the 2.6.18-8 kernel works fine for DomUs on the Debian OS
server using hda1 as the root and all I have done is copied over the
domU config.

Any ideas?

Thanks

Ian

BTW I need to come back to the PV grub problem but that can wait.

-------------------------

The usual trouble with the latest vanilla kernel (unless make all xen modules 
static)
is to load the xen modules at startup.

------------- script ---------
cat>>/etc/rc.modules<<EOL
modprobe xen-gntdev
#
modprobe xen-evtchn
#
modprobe xen-gntalloc
#
modprobe xenfs
#
modprobe xen-pciback
#
modprobe xen-privcmd
#
modprobe xen-blkback
#
#xen-blkfront.ko
#xen-netfront.ko
#
modprobe xen-netback.ko
#
EOL
----------------- snip ------

Where the list of modules can be found like this:

find /lib/modules/$(uname -r) -name "xen*.ko" | grep -o "xen[^/]*\.ko$" | sed 
"s/.ko$//"
^^or 3.4*

-- 
Mark

_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxx
http://lists.xen.org/xen-users


 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.