how to boot and install opensolaris using USB drive
772
I have a server that does not have a CD/DVD drive..
How can opensolaris be installed using USB interface? specifically what tools/steps that need to be performed to prepare USB flash drive as install media?
This is when the install is on the Solaris machine; In order to use the USB stick as a boot media, you will need to have the OpenBoot version higher than 4.27 (when you get to the ok prompt you see the banner that tells you your Open Boot version)..
If that condition is met, you can try to use the USB stick prep by the link provided in the first response by pk. BTW, the conversion works for certain windows versions, up to XP.. I am not sure if it works with 8.1..
If you're creating a live OpenSolaris USB disk from Windows, use the following program: http://devzone.sites.pid0.org/OpenSolaris/opensolaris-liveusb-creator
If you're creating one from a unix-y environment, this should do: http://chonan-en.blog.pid0.org/2009/11/how-to-create-opensolaris-live-usb.html
You should be able to install OpenSolaris from a live CD according to OpenSolaris documentation.
(Disclaimer: I'm not an OpenSolaris user, so I may have missed the mark somewhere.)
Maybe this blog post can be helpful for doing this: https://blogs.oracle.com/clayb/entry/creating_opensolaris_usb_sticks_is
This is when the install is on the Solaris machine; In order to use the USB stick as a boot media, you will need to have the OpenBoot version higher than 4.27 (when you get to the ok prompt you see the banner that tells you your Open Boot version).. If that condition is met, you can try to use the USB stick prep by the link provided in the first response by pk. BTW, the conversion works for certain windows versions, up to XP.. I am not sure if it works with 8.1..
Make an USB device bootable for Solaris from Windows.
Format usb FAT (not FAT32 OR NTFS) Go to http://www.osforensics.com/tools/write-usb-images.html an download Imageusb install imageusb software when open
choose the usb unit you want make bootable
SELECT THE ACTION TO BE PERFOMED. Choose option WRITE TO USB DRIVE
SELECT THE IMAGE. when browse to find file image choose the extension option ALL FILES to find your file with extension *.usb
click WRITE and wait until the process finish.
Thas it. Reboot the computer and if everything went ok you are done. this works for me!