Changes

Jump to navigation Jump to search
Created page with "<noinclude> Category:HowTo == Introduction == This page is designed to help you to put your Open 1 to 1 to Go image on a thumbdrive using Microsoft Windows. If you have qu..."
<noinclude>
[[Category:HowTo]]


== Introduction ==

This page is designed to help you to put your Open 1 to 1 to Go image on a thumbdrive using Microsoft Windows. If you have questions, trouble or feedback, please let us know. If you can improve these instructions, please edit the page and do so!</noinclude>
=== with Microsoft Windows ===
[[File:Windows.gif|link=Sugar on a Stick/Windows]]
<!--There are three ways to do this:-->

* ''' Use Fedora Live USB Creator'''
*# Download the ISO image from [http://people.sugarlabs.org/it/maple_syrup-O121_v02_v06-haitian.iso here].
*# Download the Live USB Creator from [http://fedorahosted.org/liveusb-creator/#Download FedoraHosted here].
*# Insert a USB flash drive (or SD Card) with more than 2 GB of free space into your computer. (See [[LiveOS image]] and [[Sugar on a Stick/Installation/Variations#Cautions with using Live USB devices|Cautions with using Live USB devices]] regarding flash drive size and usage.)
*# Launch Live USB Creator.
*# Select the 'Browse' button to 'Use existing Live CD' and find the downloaded .iso file image on your system.
*# Adjust the Persistent Storage slider. This enables you to save changes to the system and additional Sugar Activities onto the device.
*# Select your flash drive as the target, and click the '''Create Live USB''' button.
*# Wait for the process to finish, then close the Live USB Creator program.
*# Stop your flash drive with the '''Safely Remove Hardware and Eject Media''' notification area icon dialog, and eject it.
<!--
* '''2. Burn a CD-ROM disc, then run livecd-iso-to-disk'''
*# Use [http://windowsteamblog.com/blogs/windowsexperience/archive/2009/04/13/burn-iso-images-natively-in-windows-7.aspx Windows 7 built-in Disk Image Burner] or a free utility, like [http://www.imgburn.com/ ImgBurn], to write the downloaded .iso file onto a blank CD.
*# Insert a USB flash drive (or SD Card) with 1 GB or more of free space into your computer. (See [[LiveOS image]] and [[Sugar on a Stick/Installation/Variations#Cautions with using Live USB devices|Cautions with using Live USB devices]] regarding flash drive size and usage.)
*# Boot your computer with the CD-ROM disc. You probably need to press F1, F10, F12, Esc, or a similar key as the computer starts up in order to set the boot source for your computer to the CD-ROM device.
*# A successful boot will take you into ''Sugar on a Stick Mirabelle''. From there, open the Terminal Activity, [[File:Activity-terminal.png|bottom|link=http://en.flossmanuals.net/terminal]], from the Home view.<br>{{Iframe|[http://en.flossmanuals.net/terminal ''See the Terminal Activity manual.''] |http://en.flossmanuals.net/terminal|945|400|1}}
*# Click the 'Become root' icon, [[File:Activity-become-root.svg|40px|bottom|link=http://en.flossmanuals.net/terminal]], to gain administrative permissions in the Terminal session.
*# Change the working directory to {{Code|/LiveOS/}}<br>{{Code|cd /LiveOS/}}
*# ''Be certain of your USB/SD '''s'''csi '''d'''rive node name (such as sda, sdb, etc.) and partition (such as 1, 2, etc.), yielding, for example,'' {{Code|/dev/sdb1}}.
*#: Use the {{Code|df -Th}} command to confirm your devices before executing the following script.
*# execute the Linux command line:<br>{{Code|./livecd-iso-to-disk --reset-mbr --overlay-size-mb 300 --home-size-mb 200 --delete-home --unencrypted-home /dev/live /dev/sd'''?'''1}}
*# Shutdown the physical machine.
*# Reboot from the newly-installed Live USB with Mirabelle.

* '''3. Launch a virtual machine, then run livecd-iso-to-disk'''
*# Download and install [[VirtualBox]] (for example; you could do something similar with another vm).
*# Create a new virtual machine, choose a name, such as Mirabelle.
*# Choose Linux for the Operating System and Version Fedora (64 bit) if available, or Fedora, on systems lacking 64-bit functionality.
*# Choose Base Memory Size: 256 MB to match an XO-1, 512 or 1024 MB to match an XO-1.5.
*# Attach the SoaS-Mirabelle.iso file as a CD in the Storage Section
*# Insert a USB storage device into your physical computer and enable the VirtualBox USB controller. Then add a filter to recognize the inserted device in the USB section of the VirtualBox machine setup.
*# Start the new virtual machine.
*# Verify that the USB device is recognized in the running virtual machine.
*#* Your device appears in the hover box for the USB stick icon in the virtual machine bottom frame.
*#* {{Code|df -Th}} reveals your device mounted mounted on a device node, for example, /dev/sda1, on a filesystem volume [[wikipedia:Mount (computing)|mount point]], such as /media/<USBdeviceManufacturer>
<ul><ul><ul>
{{Show|You should see something like the following:
|<pre>
[root@localhost LiveOS]# df -Th
Filesystem Type Size Used Avail Use% Mounted on
/dev/mapper/live-rw
ext4 4.0G 1.5G 2.5G 37% /
tmpfs tmpfs 250M 236K 249M 1% /dev/shm
/dev/sr0 iso9660 477M 477M 0 100% /mnt/live
varcacheyum tmpfs 250M 0 250M 0% /var/cache/yum
/tmp tmpfs 250M 24K 249M 1% /tmp
vartmp tmpfs 250M 0 250M 0% /var/tmp
/dev/sda1 vfat 15G 2.4G 13G 17% /media/TOSHIBA
</pre>}}</ul></ul>
<ol start="9">
<li> Continue from step #4 in the '''Burn a CD-ROM disc''' section above.</li>
<li> Shutdown the virtual machine.</li>
<li> Reboot your physical computer from the newly-installed Live USB with Mirabelle.</li>
</ol>
</ul>
-->

Navigation menu