Discussion:
usb stick
mattias
2011-07-09 16:58:33 UTC
Permalink
how to create a live usb stick from linux?
can i run dd to do it with the iso?
Viktor Cemasko
2011-07-09 17:27:05 UTC
Permalink
Greetings mattias,
Post by mattias
how to create a live usb stick from linux?
can i run dd to do it with the iso?
http://unetbootin.sourceforge.net

http://fedoraproject.org/wiki/How_to_create_and_use_Live_USB

Have a nice day!
--
Üdvözlettel, Backup for recovery,
Cemasko Viktor. archiving for discovery.
mattias
2011-07-10 22:28:07 UTC
Permalink
a late answer
but
the software you talking about are writen in qt
qt are not accessible if you are visually impired
Post by Viktor Cemasko
Greetings mattias,
Post by mattias
how to create a live usb stick from linux?
can i run dd to do it with the iso?
http://unetbootin.sourceforge.net
http://fedoraproject.org/wiki/How_to_create_and_use_Live_USB
Have a nice day!
--
Üdvözlettel, Backup for recovery,
Cemasko Viktor. archiving for discovery.
_______________________________________________
opensolaris-discuss mailing list
Viktor Cemasko
2011-07-10 23:13:29 UTC
Permalink
Greetings mattias,
a late answer but
the software you talking about are writen in qt
qt are not accessible if you are visually impired
I gived You two links. Second one contains part:

http://fedoraproject.org/wiki/How_to_create_and_use_Live_USB#Command_Line_Method_-_Linux_only

Have a nice day!
--
Üdvözlettel, Backup for recovery,
Cemasko Viktor. archiving for discovery.

_______________________________________________
opensolaris-dis
mattias
2011-07-10 23:18:09 UTC
Permalink
yes i find it
ut what should i type for BS
Post by Viktor Cemasko
Greetings mattias,
a late answer but
the software you talking about are writen in qt
qt are not accessible if you are visually impired
http://fedoraproject.org/wiki/How_to_create_and_use_Live_USB#Command_Line_Method_-_Linux_only
Have a nice day!
--
Üdvözlettel, Backup for recovery,
Cemasko Viktor. archiving for discovery.
_______________________________________________
opensolaris-discuss mailing list
Viktor Cemasko
2011-07-11 01:12:43 UTC
Permalink
Post by mattias
ut what should i type for BS
8M
--
Üdvözlettel, Backup for recovery,
Cemasko Viktor. archiving for discovery.
mattias
2011-07-11 01:15:34 UTC
Permalink
sounds stupid for me
dd if=name of open solaris.iso of=/dev/sdb bs=8M
Post by Viktor Cemasko
Post by mattias
ut what should i type for BS
8M
--
Üdvözlettel, Backup for recovery,
Cemasko Viktor. archiving for discovery.
_______________________________________________
opensolaris-discuss mailing list
_______________________________________________
opensolaris-di
Viktor Cemasko
2011-07-11 01:30:14 UTC
Permalink
Post by mattias
sounds stupid for me
Which one - 8M or "name of open solaris.iso"?
Post by mattias
dd if=name of open solaris.iso of=/dev/sdb bs=8M
dd if =osol-dev-134-x86.iso of=/dev/sdb bs=8M

http://dlc.sun.com/torrents/info/
http://genunix.org/dist/indiana/
--
Üdvözlettel, Backup for recovery,
Cemasko Viktor. archiving for discovery.

_______________________________________________
opensolaris-discuss mailin
mattias
2011-07-11 01:34:10 UTC
Permalink
8M
i tryed
dd if=o.iso of=/dev/sdb1 bs=8M
(i renamed the iso)
but my computer won't boot
when the computer tryes to boot it rebooted
hmmm
Post by Viktor Cemasko
Post by mattias
sounds stupid for me
Which one - 8M or "name of open solaris.iso"?
Post by mattias
dd if=name of open solaris.iso of=/dev/sdb bs=8M
dd if =osol-dev-134-x86.iso of=/dev/sdb bs=8M
http://dlc.sun.com/torrents/info/
http://genunix.org/dist/indiana/
--
Üdvözlettel, Backup for recovery,
Cemasko Viktor. archiving for discovery.
_______________________________________________
opensolaris-discuss mailing list
_______________________________________________
opensolaris-dis
Viktor Cemasko
2011-07-11 02:11:09 UTC
Permalink
Post by mattias
but my computer won't boot
when the computer tryes to boot it rebooted
Sad.

*******************************************************************************************************************************************************************
*******************************************************************************************************************************************************************


*** If You do not have installed OpenSolaris, only Linux: ***

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
below 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.



If You allready have installed OpenSolaris:

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 o.iso o-usb.img /tmp/osol

Step 3. Copy the generated USB image on to the USB stick.
$ pfexec usbcopy o-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.


*************************************************************************************************************
*************************************************************************************************************

Building OpenSolaris USB installer from Windows:

http://byte-me.org/?p=16


Have a nice day!
--
Üdvözlettel, Backup for recovery,
Cemasko Viktor. archiving for discovery.

_______________________________________________
opensolaris-discuss maili
Loading...