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

RE: [Xen-users] Fail to create hvm domain

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: RE: [Xen-users] Fail to create hvm domain
From: Steve Brueckner <steve@xxxxxxxxxxxxxx>
Date: Tue, 23 May 2006 11:37:37 -0400
Delivery-date: Tue, 23 May 2006 08:38:42 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
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/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
My God, it's full of stars!

Thanks for your help, it's working like a charm now.

 - Steve

-----Original Message-----
From: Sven Oehme [mailto:oehmes@xxxxxxxxxx] 
Sent: Saturday, May 20, 2006 6:53 AM
To: Steve Brueckner
Cc: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: RE: [Xen-users] Fail to create hvm domain


ok, 

here a step by step guide :-) 

install FC5 , no xen package now clone the xen-unstable repro : 

hg clone http://xenbits.xensource.com/xen-unstable.hg 

cd xen-unstable/buildconfigs 

overwrite the linux-defconfig_xen0_x86_32 and linux-defconfig_xen_x86_32
file with the file attached 

now cd back to the xen-unstable directory and execute make install 

it will ask you some questions for the kernel config , just press enter here
(it will be around 10 times) 

now it should take some time and it compiles the hypervisor, + the new dom0
kernel and install it into /boot + some libs, tools,etc .. 

now add the following lines to your /boot/grub/menu.lst: 

title Fedora Core (xen-unstable) 
        root (hd0,0) 
        kernel /xen.gz dom0_mem=300M 
        module /vmlinuz-2.6.16.13-xen ro root=/dev/rootvg/rootlv 
        module /initrd-2.6.16.13-xen 

now build your initrd with the following command :  mkinitrd
/boot/initrd-2.6.16.13-xen 2.6.16.13-xen 

last step , reboot and choose your new xen-unstable menu entry ... 

after reboot start xend with : /etc/init.d/xend restart     
create your config for your domains ,etc .... 

Sven 

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

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