WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-users

[Xen-users] installing xen on a vmware work station

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] installing xen on a vmware work station
From: Abhishek Dixit <abhidixit87@xxxxxxxxx>
Date: Wed, 2 Mar 2011 18:20:47 +0530
Delivery-date: Wed, 02 Mar 2011 04:52:49 -0800
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:date:message-id:subject:from:to :content-type:content-transfer-encoding; bh=eZ3pMq7jVzXsGwTLwDYt/tNhyy9t+Q0Ap5PdWFjpd8E=; b=tApnRSlPknHypqZvOUbLjTY2Wlc6ApGDiG6Gsml/YMMF2ot95Fy4Ob0Rlq6G0MePbE b7dtxuXF9mh63mCE7O0QeBYH6ay44H0OG98ZQ4K8eupnL4MG5DH7+SpUEGdcQncQKO9L KfSGeJS9gXu0c7Fg9WnIRs+Tm3eTCRX53JA7Q=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=I7AChZNSba3A8Rpd5OXFtpKOqNeP9lrUQFbgTNEj8EcR4ueyVKSPXF0n8+Q0uzMTGx qJdou1TaHqYafZ9QbvyUU2sIQeTcmMRD97ywgJ3UhXLzWeWrxdCHc9AO/o0QfxWhwXr7 no5xE/7PCd9mDkDkZiRPCWrBgvWwOdVnid/ok=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
Hi,
I decided to test new Xen pv-ops Dom0 kernel.
I have a 64 bit  VT machine there in it  Vmware work station installed
Ubuntu 10.04 64 bit

 and then
apt-get install libcurl4-openssl-dev xserver-xorg-dev mercurial gitk
build-essential libncurses5-dev uuid-dev gawk gettext texinfo bcc
libncurses5-dev dpkg-dev debhelper iasl texinfo bridge-utils bison
flex apt-get build-dep xen-3.3

cd /usr/src
git clone
git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git linux-2.6-xen
cd linux-2.6-xen
git checkout -b xen/stable-2.6.32.x origin/xen/stable-2.6.32.x

make -j 2
make modules_install install
chmod g-s /usr/src -R
make deb-pkg
dpkg -i ../linux-image*2.6.32.25*.deb
depmod 2.6.32.25
update-initramfs -c -k 2.6.32.25

(I have no idea how that 25 got installed though I did 2.6.32.x)

Then
echo “xen-evtchn” >> /etc/modules

tar -xzvf  xen-4.0.1.tar.gz
cd /usr/src/xen-4.0.1
 make xen
 make tools
 make install-xen
 make install-tools PYTHON_PREFIX_ARG=

update-rc.d xend defaults 20 21
update-rc.d xendomains defaults 21 20

Reboot in Xen with grub entry


menuentry 'Xen 4 Ubuntu 10.04 kernel 2.6.32.25 ' {
        insmod ext2
        set root='(hd0,1)'
        multiboot (hd0,1)/boot/xen.gz dummy=dummy
        module  /boot/vmlinuz-2.6.32.25 dummy=dummy noapt
root=UUID=/dev/sda1 ro console=tty0
        module  /boot/initrd.img-2.6.32.25
}


Now  I see a lot of kernel panic and similar messages which did not
got logged in any where?
Can any one tell me what wrong thing did I do above since there is no
log any where?

_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users

<Prev in Thread] Current Thread [Next in Thread>