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: 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 +=
Home |
Main Index |
Thread Index |
Old Index