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] solaris domU on ubuntu dom0

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] solaris domU on ubuntu dom0
From: Anatol Ulrich <anatol@xxxxxxxxx>
Date: Fri, 24 Aug 2007 16:49:48 +0200
Delivery-date: Thu, 30 Aug 2007 02:34:01 -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
User-agent: Thunderbird 2.0.0.6 (Macintosh/20070728)
Hello,

my dom0 is ubuntu feisty (32bit).
I want to create a domU to install solaris from the "Solaris Xen Update OpenSolaris Drop (July 2007)" iso dvd image (available at http://www.opensolaris.org/os/community/xen/downloads-0707/ ) However, when I try to create a config according to http://www.opensolaris.org/os/community/xen/docs/install-solaris-domu-iso.htm , this happens:

# xm create solaris-install.cfg
Using config file "solaris-install.cfg".
Error: No kernel specified


Obviously I'm missing a kernel = ... line, however I wasn't able to find out what exactly to put there. I tried mounting the iso image, copying mnt/boot/platform/i86xpv/kernel/unix to my dom0's FS and boot the domU with that kernel, this however leads to

[2007-08-24 16:40:35 xend 4390] INFO (XendDomain:370) Domain solaris-install (5) unpaused. [2007-08-24 16:40:35 xend.XendDomainInfo 4390] WARNING (XendDomainInfo:880) Domain has crashed: name=solaris-install id=5.


my domU config is:
name = "solaris-install"
memory = "1024"
disk = [ 'file:/home/ace/images/solaris-xen-2007-07-dvd.iso,6:cdrom,r', 'file:/var/local/xen/domains/susi/boot.img,0,w', 'file:/var/local/xen/domains/susi/disk.img,1,w' ]
vif = [ 'mac=00:00:00:31:37:02' ]
# kernel from mounted iso
#kernel = '/tmp/unix'
on_shutdown = 'destroy'
on_reboot = 'destroy'
on_crash = 'destroy'



How can I make things work?

Cheers,

Anatol

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

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