Difference between revisions of "Get sugar"
Jump to navigation
Jump to search
(Created page with " __NOTOC__ There are two ways to use Sugar on your own computer. SOAS (Sugar on a Stick) is a USB flash drive with Sugar which can be booted on your computer but does not cha...") |
|||
(3 intermediate revisions by the same user not shown) | |||
Line 4: | Line 4: | ||
There are two ways to use Sugar on your own computer. SOAS (Sugar on a Stick) is a USB flash drive with Sugar which can be booted on your computer but does not change anything on your hard drive. The second way is to free some space on your hard drive and install a distribution of GNU/Linux which supports Sugar. The method allows you to choose your normal operating system or GNU/Linux with Sugar during boot. | There are two ways to use Sugar on your own computer. SOAS (Sugar on a Stick) is a USB flash drive with Sugar which can be booted on your computer but does not change anything on your hard drive. The second way is to free some space on your hard drive and install a distribution of GNU/Linux which supports Sugar. The method allows you to choose your normal operating system or GNU/Linux with Sugar during boot. | ||
− | ==Sugar on a Stick== | + | =='''Sugar on a Stick'''== |
− | |||
− | |||
− | |||
=== MS Windows === | === MS Windows === | ||
Line 15: | Line 12: | ||
|width="160px" valign="top"|[[File:Windows.gif|left|link=Sugar on a Stick/Windows]] | |width="160px" valign="top"|[[File:Windows.gif|left|link=Sugar on a Stick/Windows]] | ||
<br><br><br> | <br><br><br> | ||
− | |||
[[File:USB flash drive.jpg|left|156px|link=Sugar on a Stick/Downloads]] | [[File:USB flash drive.jpg|left|156px|link=Sugar on a Stick/Downloads]] | ||
|valign=top| | |valign=top| | ||
− | |||
# '''Download''' the latest [[Sugar on a Stick/Downloads | Sugar on a Stick]] .iso file.<br><br> | # '''Download''' the latest [[Sugar on a Stick/Downloads | Sugar on a Stick]] .iso file.<br><br> | ||
− | # '''Load''': Insert a USB flash drive (or SD Card) with 2 GB or more of free space into your computer and launch | + | # '''Load''': Insert a USB flash drive (or SD Card) with 2 GB or more of free space into your computer and launch Rufus to create a Sugar-on-a-Stick bootable image.<br/> |
# '''Boot''': Insert the USB stick into a USB port on your computer. Set the option to "boot from USB" in your computer's <abbr title="Basic Input/Output System">BIOS</abbr> setup, and then start up the computer. | # '''Boot''': Insert the USB stick into a USB port on your computer. Set the option to "boot from USB" in your computer's <abbr title="Basic Input/Output System">BIOS</abbr> setup, and then start up the computer. | ||
|} | |} | ||
− | |||
− | |||
− | |||
=== GNU/Linux === | === GNU/Linux === | ||
{|style="width: 800px;" | {|style="width: 800px;" | ||
Line 31: | Line 23: | ||
|width="160px" valign=top|<br><span class="linkgroup">[[File:Gnulinux.png|link=Sugar on a Stick/Linux]] | |width="160px" valign=top|<br><span class="linkgroup">[[File:Gnulinux.png|link=Sugar on a Stick/Linux]] | ||
<br> | <br> | ||
− | [[File:Download Mirabell.png|left|link=Sugar on a Stick/Downloads]] | + | [[File:Download Mirabell.png|left|link=Sugar on a Stick/Downloads]] |
[[File:USB flash drive.jpg|156px|link=Sugar on a Stick/Downloads]] | [[File:USB flash drive.jpg|156px|link=Sugar on a Stick/Downloads]] | ||
|valign=top| | |valign=top| | ||
+ | |||
+ | # '''Download''' the latest [[Sugar on a Stick/Downloads | Sugar on a Stick]] .iso file.<br><br> | ||
+ | # '''Load''': <br>Here is a simple way to create a SOAS usb flash drive.<br> | ||
+ | ## Open a shell (command line interpreter) | ||
+ | ## Type <code>df -Th</code>. This shows all of the mounted partitions (on your computer's hard drive.) | ||
+ | ## Insert a USB flash drive (or SD Card) with 2 GB or more of free space into your computer | ||
+ | ## After a few moment type <code>df -Th</code> again. You should see an added line for your USB drive. Check the size of the drive (e.g. 3.7GB for a 4GB drive) and its type: vfat to confirm this line refers to your usb flash drive. The first field on this line, e.g. /dev/sdb1, identifies the partition. For dd command, you will use /dev/sdb [this field without the partition number]. | ||
+ | ## type <code>cd ~/Downloads</code>. Then type <code>ls Fedora*.iso</code> Assuming you downloaded to the Downloads folder, this will show the SOAS iso. | ||
+ | ## Type <code>sudo dd if=Fedora-SoaS-Live-x86_64-25-1.3.iso of=/dev/sdb bs=1M</code> with the correct if (input file) and of (output device). The dd command erases the 'of' device so make sure it doesn't say /dev/sda which would erase your computer's hard drive!!! Also make sure you have saved any valuable information on the usb flash drive. | ||
+ | # '''Boot''': Insert the USB stick into a bootable USB port on your computer. Set the option to "boot from USB" in your computer's <abbr title="Basic Input/Output System">BIOS</abbr> setup, and then start up the computer.<br><br> | ||
|} | |} | ||
− | |||
− | |||
− | |||
− | |||
− | |||
=== Apple Mac OS X === | === Apple Mac OS X === | ||
{| | {| | ||
Line 48: | Line 45: | ||
[[File:USB flash drive.jpg|156px|link=Sugar on a Stick/Downloads]] | [[File:USB flash drive.jpg|156px|link=Sugar on a Stick/Downloads]] | ||
|valign=top| | |valign=top| | ||
− | |||
− | |||
# '''Download''' the latest [[Sugar on a Stick/Downloads|Sugar on a Stick]] .iso file.<br><br> | # '''Download''' the latest [[Sugar on a Stick/Downloads|Sugar on a Stick]] .iso file.<br><br> | ||
# '''Load''': <br>Here is a simple way to load a bootable USB on a Mac.<br> | # '''Load''': <br>Here is a simple way to load a bootable USB on a Mac.<br> | ||
Line 62: | Line 57: | ||
# '''Boot''': Insert the USB stick into a USB port on your computer, then reboot and press and hold the Option key while rebooting. You should see a list of all the EFI-recognizable USB drives that can be bootstrapped. If Sugar on a Stick is not one such drive, it cannot be bootstrapped: you need rEFInd (a fork of rEFIt).<br> | # '''Boot''': Insert the USB stick into a USB port on your computer, then reboot and press and hold the Option key while rebooting. You should see a list of all the EFI-recognizable USB drives that can be bootstrapped. If Sugar on a Stick is not one such drive, it cannot be bootstrapped: you need rEFInd (a fork of rEFIt).<br> | ||
<br> | <br> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
|} | |} | ||
− | + | ==='''Note'''=== | |
− | |||
− | |||
− | === | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | SOAS sticks created with Windows or GNU/Linux can be booted on PC computers. SOAS sticks created using an Apple computer can be booted on an Apple computer. | |
− | |||
− | + | =='''Installing Sugar on your computer's hard drive'''== | |
− | == | ||
− | |||
− | |||
− | |||
− | + | The procedure to install Sugar is: | |
− | |||
− | : | ||
− | + | # Free some space on the computer's hard drive | |
+ | ## For Windows, shrink the size of the D: partition or, if no D: partition, the C: partition. | ||
+ | ## For GNU/Linux, use gparted, select the partition, choose move/resize, and add space after the partition (the size of the partition will be reduced accordingly). | ||
+ | ## Sugar was designed for systems with very limited storage capacity. To test Sugar a space of 10GB should be plenty. For daily use a larger space may be needed. | ||
+ | # Install GNU/Linux in that space | ||
+ | # Add the latest version of Sugar (0.110) | ||
+ | To use Sugar: | ||
+ | # Boot the computer choosing GNU/Linux | ||
+ | # Before entering the password, click on the 'desktop' icon. Choose Sugar. | ||
+ | # To quit | ||
+ | ## switch to the Home View (key f4) | ||
+ | ## right-click on the XO icon in the center of the screen | ||
+ | ## click on log out or shutdown as appropriate | ||
− | + | [[File:Ubuntu-small.jpg|link=Ubuntu]] | |
− | + | ===Ubuntu 17.04 Zesty=== | |
− | + | {| style="text-align: center" | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | # The latest version of Sugar (0.110) can be installed by typing:<br><br> | |
− | + | <code>sudo apt install sucrose</code> | |
− | + | |} | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | < | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | |[[File:Debian-small.jpg|link=Debian]] | |
− | + | ===Debian GNU/Linux 9 "Stretch"=== | |
− | + | {| | |
− | + | # install Debian ''Jessie'' in the usual way, see [https://www.debian.org/ debian.org], | |
− | + | # change <tt>/etc/apt/sources.list</tt> to use the Debian ''Stretch'' testing release, | |
− | + | ##<code>sudo sed -i 's/jessie/stretch/g' /etc/apt/sources.list</code> | |
− | + | ##<code>sudo apt update</code> | |
− | + | ##<code>sudo apt dist-upgrade</code> | |
− | + | # install Sugar,<br> | |
− | + | ## type <code>sudo apt install sucrose</code> | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |[[File:Debian-small.jpg|link=Debian]] | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | | | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
|} | |} |
Latest revision as of 23:55, 25 April 2017
There are two ways to use Sugar on your own computer. SOAS (Sugar on a Stick) is a USB flash drive with Sugar which can be booted on your computer but does not change anything on your hard drive. The second way is to free some space on your hard drive and install a distribution of GNU/Linux which supports Sugar. The method allows you to choose your normal operating system or GNU/Linux with Sugar during boot.
Sugar on a Stick
MS Windows
|
|
GNU/Linux
|
|
Apple Mac OS X
|
|
Note
SOAS sticks created with Windows or GNU/Linux can be booted on PC computers. SOAS sticks created using an Apple computer can be booted on an Apple computer.
Installing Sugar on your computer's hard drive
The procedure to install Sugar is:
- Free some space on the computer's hard drive
- For Windows, shrink the size of the D: partition or, if no D: partition, the C: partition.
- For GNU/Linux, use gparted, select the partition, choose move/resize, and add space after the partition (the size of the partition will be reduced accordingly).
- Sugar was designed for systems with very limited storage capacity. To test Sugar a space of 10GB should be plenty. For daily use a larger space may be needed.
- Install GNU/Linux in that space
- Add the latest version of Sugar (0.110)
To use Sugar:
- Boot the computer choosing GNU/Linux
- Before entering the password, click on the 'desktop' icon. Choose Sugar.
- To quit
- switch to the Home View (key f4)
- right-click on the XO icon in the center of the screen
- click on log out or shutdown as appropriate
Ubuntu 17.04 Zesty
- The latest version of Sugar (0.110) can be installed by typing:
sudo apt install sucrose
Debian GNU/Linux 9 "Stretch"
- install Debian Jessie in the usual way, see debian.org,
- change /etc/apt/sources.list to use the Debian Stretch testing release,
sudo sed -i 's/jessie/stretch/g' /etc/apt/sources.list
sudo apt update
sudo apt dist-upgrade
- install Sugar,
- type
sudo apt install sucrose
- type