Difference between revisions of "User:Walter/Get Sugar"
Jump to navigation
Jump to search
Line 24: | Line 24: | ||
{| | {| | ||
|- | |- | ||
− | |style="width: 160px;"|[[File:Gnulinux.png|link=Sugar on a Stick/Linux]]||'''(1) Prepare''': Use this script http://bit.ly/livecd-iso-to-disk to create a bootable image. (Run {{Code|chmod +x livecd-iso-to-disk.sh}} after you download the script to make it executable.) | + | |style="width: 160px;"|[[File:Gnulinux.png|link=Sugar on a Stick/Linux]]||valign=top|'''(1) Prepare''': Use this script http://bit.ly/livecd-iso-to-disk to create a bootable image. (Run {{Code|chmod +x livecd-iso-to-disk.sh}} after you download the script to make it executable.) |
|- | |- | ||
− | |[[File:Download Mirabell.png|left|link=http://spins.fedoraproject.org/soas/#downloads]]||'''(2) Download''': [http://spins.fedoraproject.org/soas/#downloads Download] the Sugar-on-a-Stick iso. | + | |[[File:Download Mirabell.png|left|link=http://spins.fedoraproject.org/soas/#downloads]]||valign=top|'''(2) Download''': [http://spins.fedoraproject.org/soas/#downloads Download] the Sugar-on-a-Stick iso. |
|- | |- | ||
− | |[[File:USB flash drive.jpg|156px]]||'''(3) Burn''': Execute, as the root user, in <u>one</u> command with arguments, the following:<br> | + | |[[File:USB flash drive.jpg|156px]]||valign=top|'''(3) Burn''': Execute, as the root user, in <u>one</u> command with arguments, the following:<br> |
{{Code|./livecd-iso-to-disk.sh --format --reset-mbr --overlay-size-mb 200 --home-size-mb 200 --delete-home --unencrypted-home /path/to/source.iso /dev/sd'''?'''1}}<br> | {{Code|./livecd-iso-to-disk.sh --format --reset-mbr --overlay-size-mb 200 --home-size-mb 200 --delete-home --unencrypted-home /path/to/source.iso /dev/sd'''?'''1}}<br> | ||
: where '{{Code|'''?'''}}' in the final parameter represents the target bootable device node, such as {{Code|sdb1}} or {{Code|sdc1}}, etc. | : where '{{Code|'''?'''}}' in the final parameter represents the target bootable device node, such as {{Code|sdb1}} or {{Code|sdc1}}, etc. | ||
|- | |- | ||
− | | ||'''(4) Boot''': Insert the USB stick into a USB port on your computer. Set the option to "boot from USB" in your computer's BIOS, and then start up the computer. | + | | ||valign=top|'''(4) Boot''': Insert the USB stick into a USB port on your computer. Set the option to "boot from USB" in your computer's BIOS, and then start up the computer. |
|} | |} | ||
Line 41: | Line 41: | ||
{| | {| | ||
|- | |- | ||
− | |style="width: 160px;"|[[File:Apple.gif|link=Sugar_on_a_Stick/Mac]]||'''(1) Prepare''': [http://www.virtualbox.org/wiki/Downloads Download] Sun Virtualbox | + | |style="width: 160px;"|[[File:Apple.gif|link=Sugar_on_a_Stick/Mac]]||valign=top|'''(1) Prepare''': [http://www.virtualbox.org/wiki/Downloads Download] Sun Virtualbox |
|- | |- | ||
− | | ||'''(2) Download''': Download these three files:<br/>[http://people.sugarlabs.org/Tgillard/soas-v3-Mirabelle.mf soas-v3-Mirabelle.mf], [http://people.sugarlabs.org/Tgillard/soas-v3-Mirabelle.ovf soas-v3-Mirabelle.ovf], and [http://people.sugarlabs.org/Tgillard/soas-v3-Mirabelle.vmdk soas-v3-Mirabelle.vmdk] | + | | ||valign=top|'''(2) Download''': Download these three files:<br/>[http://people.sugarlabs.org/Tgillard/soas-v3-Mirabelle.mf soas-v3-Mirabelle.mf], [http://people.sugarlabs.org/Tgillard/soas-v3-Mirabelle.ovf soas-v3-Mirabelle.ovf], and [http://people.sugarlabs.org/Tgillard/soas-v3-Mirabelle.vmdk soas-v3-Mirabelle.vmdk] |
|- | |- | ||
− | | ||'''(3) Launch''': Virtualbox | + | | ||valign=top|'''(3) Launch''': Virtualbox |
|- | |- | ||
− | | ||'''(4) Import''': soas-v3-Mirabelle.ovf from the ''Import Appliance'' option under the ''File'' menu. | + | | ||valign=top|'''(4) Import''': soas-v3-Mirabelle.ovf from the ''Import Appliance'' option under the ''File'' menu. |
|} | |} | ||
Line 56: | Line 56: | ||
{| | {| | ||
|- | |- | ||
− | |style="width: 160px;"|[[Image:Gear.png]]||• [[Sugar_on_a_Stick/Installation/Variations|customizing]] Sugar on a Stick;<br/>• a [http://download.sugarlabs.org/soas/docs/customization-guide/ detailed Customization Guide]; and<br/>• additional instructions for using [[VirtualBox]] and other virtual machines. | + | |style="width: 160px;"|[[Image:Gear.png]]||valign=top|• [[Sugar_on_a_Stick/Installation/Variations|customizing]] Sugar on a Stick;<br/>• a [http://download.sugarlabs.org/soas/docs/customization-guide/ detailed Customization Guide]; and<br/>• additional instructions for using [[VirtualBox]] and other virtual machines. |
|} | |} | ||
Revision as of 11:37, 14 September 2010
Are you new to Sugar?
The easiest way to get started is to use Sugar on a Stick. Basic instructions are found below. A more detailed Sugar-on-a-Stick Creation Guide is also available.
MS Windows
(1) Prepare: Download the Fedora Live USB Creator from FedoraHosted | |
(2) Download: Download the Sugar-on-a-Stick iso. | |
(3) Burn: Insert a USB flash drive (or SD Card) with 1 GB or more of free space into your computer and launch Fedora Live USB Creator to create a Sugar-on-a-Stick bootable image. | |
(4) Boot: Insert the USB stick into a USB port on your computer. Set the option to "boot from USB" in your computer's BIOS, and then start up the computer. |
Detailed installation instructions for Windows and booting instructions are available. There is also a guide to using Sugar on a Stick.
GNU/Linux
(1) Prepare: Use this script http://bit.ly/livecd-iso-to-disk to create a bootable image. (Run chmod +x livecd-iso-to-disk.sh after you download the script to make it executable.)
| |
(2) Download: Download the Sugar-on-a-Stick iso. | |
(3) Burn: Execute, as the root user, in one command with arguments, the following:
| |
(4) Boot: Insert the USB stick into a USB port on your computer. Set the option to "boot from USB" in your computer's BIOS, and then start up the computer. |
Detailed installation instructions for GNU/Linux and booting instructions are available. There is also a guide to using Sugar on a Stick.
Apple OSX
(1) Prepare: Download Sun Virtualbox | |
(2) Download: Download these three files: soas-v3-Mirabelle.mf, soas-v3-Mirabelle.ovf, and soas-v3-Mirabelle.vmdk | |
(3) Launch: Virtualbox | |
(4) Import: soas-v3-Mirabelle.ovf from the Import Appliance option under the File menu. |
Alternative installation instructions for OSX and booting instructions are available. There is also a guide to using Sugar on a Stick.
Advanced users
• customizing Sugar on a Stick; • a detailed Customization Guide; and • additional instructions for using VirtualBox and other virtual machines. |
Do you have an OLPC XO?
Upgrade to Sugar 0.88 with Fedora 11 and Gnome (Dextrose) | |
Upgrade to Sugar 0.84 with Fedora 11 and Gnome. | |
OLPC:OS images | |
Developers may experiment with Updating XOs to the latest Sugar on a Stick release. |
Are you looking for Sugar Activities?
Visit our Activity Library |
Are you a developer or Beta tester?
Select your favorite distribution | |
Or try a Live USB version of Sugar | , v4 alpha with Sugar 0.89.1 and Fedora 14 (Branched) Trisquel on a Sugar Toast (Trisquel 3.0 Dwyn) |
Are you a systems developer?
Learn how to get setup on the Supported systems page. | |
Some additional references you may find useful: • jhbuild • Gitorious source code repository • Virtual machine or emulator image files • Adding Sugar to your favorite distro... |
Are you preparing a deployment without Internet access?
See Sugar Creation Kit |