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] How to create an ubuntu 10.04 virtual machine on ubuntu 8.04

To: xen-users <xen-users@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-users] How to create an ubuntu 10.04 virtual machine on ubuntu 8.04?
From: Marco Weber <marco.jamendo@xxxxxxxxx>
Date: Thu, 27 Jan 2011 10:14:35 +0100
Delivery-date: Thu, 27 Jan 2011 01:15:37 -0800
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:reply-to:date:message-id:subject :from:to:content-type; bh=5luTjpo7M9x1pirXD3aVYkHaHHaBPq3PjJY+Cr89u7Y=; b=DskZ69/oFQPogUEzBbUeFAhQVSOBA5Fu/zesr3gKofhXPDVBNQQaq5behOR5V/lv5X Kd1blBXFAc0TIFzbH0IJP6mrN3cF8YesG9D7rO+TzijAg7vC3urln4kIcBU2DM8XHBKP Fz3SV6AAFgt1tIVocGlnPWjn9jTLCCdhthql4=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:reply-to:date:message-id:subject:from:to:content-type; b=qJWw0WcKpjJC+HzTVX1YjRa3tQpeqFd/D2P+f/BvSOjaT4hslyEtMawQ5w3nb43JLh lr/Jh6DtjCFmS5csOSZnUfEHDG/z2hVURlTjlL3atEUWvRzeZKVNnJ9Njieh/rnCCjWU MFyymd/nSCl+0BAkWUae8YzwW+6KyZyfv13Gs=
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>
Reply-to: marco@xxxxxxxxxxx
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
hello,

I'm new to xen. (Before i've used ESX...)
On the ubuntu 8.04 host machine i've always created images with xen-create-image...
Unfortunately it cannot create lucid (10.04) images...

i've already tried to do it by foot, but the VM didn't startup... :/
vi /etc/xen/newlucid.cfg
dd if=/dev/zero of=disk,img bs=1024k seek=17k count=0
mkfs -t ext3 disk,img
dd if=/dev/zero of=swap.img bs=1024k seek=1024 count=0
mkswap swap.img
mount -o loop UbuntuXen.img /tmp/xenloop
debootstrap lucid /tmp/xenloop
umount /tmp/xenloop

Anyways, how can this be done easily? How do you setup your XEN VMs?
Is there a way to just install it with a iso-image (cdrom) as i would do it with VMware?

Thanks a lot in advance for any reply...

See you,
           Marco
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
<Prev in Thread] Current Thread [Next in Thread>