OpenSolaris 2009.06 was announced yesterday. You can download the live CD image (ISO) from here. Here is the set of instructions to create a live USB stick from the live CD that you have downloaded.
Step 1. Install distro-construct.
$ pfexec pkg install SUNWdistro-const
Step 2. Generate the USB image from CD image.
$ pfexec usbgen osol-0906-x86.iso osol-0906-x86-usb.img /tmp/osol
Step 3. Copy the generated USB image on to the USB stick.
$ pfexec usbcopy osol-0906-x86-usb.img
On executing the above command, you will be shown the list of removable media and asked to select the one to use with usbcopy. If you have inserted only one USB media, you will see only one entry to choose from. Please note that you may have to unmount the USB media from your GNOME file manager or command line, before usbcopy starts.
Once usbcopy completes, your OpenSolaris live USB sticks are ready to boot a live environment and perform installation. I will be in Community One West, Deep Dive sessions today (Jun 2, 2009) at Intercontinental Hotel, San Francisco. If anyone needs to make their USB media an OpenSolaris live media, please contact me.
Is there a way to do this without opensolaris install, I mean I have Ubuntu and I want to create USB installer to install opensolaris on my machine.
it’s a long way around, but using no more than the ISO image, you can install OpenSolaris into Virtualbox (all for free), and in virtualbox, the above method works fine. So if your goal is to actually create a USB key capable of installing opensolaris, this will get you there. If you just want to experiment with OpenSolaris, much simpler to just use VirtualBox and play with it in there.
Thank you for the straight forward instructions. This was very helpful.
thanks for the post..