OpenSolaris Developer Preview on USB flash drives
Thursday Nov 01, 2007
One of the things we developed between BeleniX and the Live Media project is the ability to run the live CD bits on USB flash drives, and indeed, that's what I mostly demo, because it's a lot faster (boot time is under a minute, install time for the OpenSolaris Developer Preview is about 7 minutes) - Jonathan loved it when we demo'ed it a couple of weeks ago. We don't push USB images yet because right now you need to already have Solaris installed in order to copy it to the USB stick. But if you do have Solaris Nevada (or have installed the preview!) already, and a copy of the preview ISO, you can make a USB flash drive for yourself, as follows:
- Use mercurial to get a copy of the Distribution Constructor repository:
hg clone ssh://anon@hg.opensolaris.org/hg/caiman/distro_constructor Go into the distro_constructor/tools directory and run usbgen, this will take roughly 10 minutes:
./usbgen <path_to_iso_file> <path_to_usb_image> `pwd` <tmpdir>- Plug your USB flash drive into the system, give the system a few seconds to see it, then run usbcopy, this will usually take 3-5 minutes, depending on your flash device; usbcopy will discover all your removable media and let you pick the right device:
./usbcopy <path_to_usb_image>











Nice!
Lovely!
But will this work from within V...
We test booting the ISO's within VMWare, but I'm u...