VMware: Difference between revisions
m →Image USB/SD Drives: install from openSUSE .raw file with dd command |
No edit summary |
||
| Line 241: | Line 241: | ||
: Unmount the USB first, then from terminal: | : Unmount the USB first, then from terminal: | ||
<code>sudo dd if=/home/suse/"myappliance".raw of=/dev/sdb bs=4k</code> | <code>sudo dd if=/home/suse/"myappliance".raw of=/dev/sdb bs=4k</code> | ||
===== Typical | ===== Typical Imaging Session===== | ||
With raw file on ~/Desktop (BE CERTAIN your USB is sdb (the volume ID). (DO NOT use sdb1, the first partition ID). Change, if different. | |||
<pre>XXXX:~/Desktop/$ sudo dd if=openSUSE-Sugar-liveUSB-unstable.i686-0.0.3-Build4.17.raw of=/dev/sdb bs=4k | |||
[sudo] password for XXXX: | |||
463360+0 records in | |||
463360+0 records out | |||
1897922560 bytes (1.9 GB) copied, 195.168 s, 9.7 MB/s | |||
</pre> | |||
==Resources== | ==Resources== | ||
* http://www.vmware.com/ | * http://www.vmware.com/ | ||
* [[OLPC:VMware]] | * [[OLPC:VMware]] | ||