NetBSD-Bugs archive

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

Re: port-xen/42467: opensolaris DOMU



The following reply was made to PR port-xen/42467; it has been noted by GNATS.

From: petea_garstea <petea_garstea%fincombank.com@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: port-xen/42467: opensolaris DOMU
Date: Fri, 18 Dec 2009 13:14:19 +0200

 Tobias Nygren ïèøåò:
 > The following reply was made to PR port-xen/42467; it has been noted by 
 > GNATS.
 >
 > From: Tobias Nygren <tnn%NetBSD.org@localhost>
 > To: petea_garstea%fincombank.com@localhost
 > Cc: gnats-bugs%NetBSD.org@localhost
 > Subject: Re: port-xen/42467: opensolaris DOMU
 > Date: Fri, 18 Dec 2009 11:28:11 +0100
 >
 >  I've had the same problem. I don't know the cause but I know a
 >  workaround. If you wrap the installation iso and guest filesystem
 >  images in vnd(4) devices the process continues. e.g.:
 >  
 >  disk += [ 'phy:/dev/vnd0a,6:cdrom,w' ]
 >  
 >  > disk = [ 'file:/home/peter/xm/Solaris/solaris.iso,6:cdrom,r' ]
 >  > disk = [ 'file:/mnt/solaris/solaris.img,0,w' ]
 >  
 >  Watch out with those assignments, you need to append the disk
 >  configuration with +=
 >  
 >   
 i did:
 vnconfig -v -c vnd0 /home/peter/xm/Solaris/solaris.iso
 and the same problem + NOTICE message:
 
 SunOS Release 5.11 Version snv_86 32-bit
 Copyright 1983-2008 Sun Microsystems, Inc.  All rights reserved.
 Use is subject to license terms.
 Hostname: opensolaris
 Remounting root read/write
 Probing for device nodes ...
 NOTICE: xdf@6: failed to read feature-barrier
 Preparing live image for use
 
 [13:10][xen]#cat SOLARIS
 kernel = "/home/peter/xm/Solaris/unix"
 ramdisk = '/home/peter/xm/Solaris/x86.microroot'
 # for a 64-bit guest
 #extra = '/platform/i86xpv/kernel/amd64/unix - nowin -B install_media=cdrom'
 # for a 32-bit guest
 extra = "/platform/i86xpv/kernel/unix - nowin -B install_media=cdrom"
 memory = 1024
 name = "SOLARIS"
 cpu = "3"
 vcpus = 1
 cpu_cap = 100
 disk = [ 'file:/mnt/solaris/solaris.img,0,w' ]
 disk += [ 'phy:/dev/vnd0a,6:cdrom,w' ]
 #disk = [ 'file:/home/peter/xm/Solaris/solaris.iso,6:cdrom,r' ]
 #disk = [ 'file:/mnt/solaris/solaris.img,0,w' ]
 vif = [ 'bridge=bridge0' ]
 
 i also tried with:
 disk += [ 'phy:/dev/vnd0d,6:cdrom,w' ]
 and nothing
 
 may be, should i label the disk = [ 'file:/mnt/solaris/solaris.img,0,w' 
 ], cause it is raw.?
 
 -- 
 Ïðèÿòíîãî äíÿ,
 ñ óâàæåíèåì,
 Ãàðøòÿ Ïåòð,
 îòäåë SAR.
 GSM: (+373) 68065001
 Tel: (+373) 269854
 


Home | Main Index | Thread Index | Old Index