Difference between revisions of "Sugar on a Stick/Resources"

From Sugar Labs
Jump to navigation Jump to search
(LiveCD which creates USB stick works with soas-strawberry.iso)
Line 16: Line 16:
 
## Mobile emulation - ''unimplemented''
 
## Mobile emulation - ''unimplemented''
 
## Combination of booting and emulation - ''unimplemented''
 
## Combination of booting and emulation - ''unimplemented''
###http://wiki.sugarlabs.org/go/VMware (VMPlayer and Appliance on one 8GB bootable stick, or a 4 GB Boot stick and a 4 GB stick with the Appliance) works but is complicated
+
##* http://wiki.sugarlabs.org/go/VMware (VMPlayer and Appliance on one 8GB bootable stick, or a 4 GB Boot stick and a 4 GB stick with the Appliance) works but is complicated. (Waiting for Fedora 11 to allow VMPlayer installation; this workaround uses Ubuntu 9.04 boot stick with VMPlayer.)
Waiting for Fedora 11 to allow VMPlayer installation, this work around uses Ubuntu 9.04 boot stick with VMPlayer
 
  
 
==== Install Methods ====
 
==== Install Methods ====
Line 26: Line 25:
 
## MokaFive portable player installer - ''investigating''
 
## MokaFive portable player installer - ''investigating''
 
# Other
 
# Other
## LiveCD which creates USB sticks - ''idea''
+
## LiveCD which creates USB sticks - ''works in SoaS Strawberry''  
 +
### Insert the target USB storage device into your computer,
 +
### Boot from a CD-ROM burnt with the soas-strawberry.iso image,
 +
### Launch Terminal,
 +
### Switch to the root user, <code>su -l</code>
 +
### Unmount the USB device, <code>umount /dev/sdb1</code>
 +
### Install the live image to the USB device by executing the following, <u>single</u> command with arguments:<br><code>/mnt/live/LiveOS/livecd-iso-to-disk --noverify --overlay-size-mb 300 --home-size-mb 160 --unencrypted-home --delete-home /dev/sr0 /dev/sdb1</code>
 +
###:'''Note:''' If you have more than 1 hard disc or USB device, you should verify the name of the USB storage device by reviewing the output of the <code>mount</code> command before step 5 above.
 
##LiveCD which boots to live user and autostarts VMPlayer (installed in CD sqfs) then Students can sequentially insert their USB Stick and work on same PC -  "idea" [satellit 07/05/2009]
 
##LiveCD which boots to live user and autostarts VMPlayer (installed in CD sqfs) then Students can sequentially insert their USB Stick and work on same PC -  "idea" [satellit 07/05/2009]
  
 
=== More Information ===
 
=== More Information ===
 +
* [http://git.sugarlabs.org/projects/soas SoaS Gitorious home] - Tools to build Sugar on a Stick images.
 
* SoaS Desktop Manager [[Sugar_on_a_Stick/sdm]]
 
* SoaS Desktop Manager [[Sugar_on_a_Stick/sdm]]
 
* For a testing drawing space, check [[olpc:User_talk:FGrose/sandbox/SoaS| this]].
 
* For a testing drawing space, check [[olpc:User_talk:FGrose/sandbox/SoaS| this]].
* [http://git.sugarlabs.org/projects/soas SoaS Gitorious home] - Tools to build Sugar on a Stick images.
 
  
 
== Home View Design==
 
== Home View Design==

Revision as of 17:17, 30 September 2009

Project Home   ·   Get Involved   ·   Contacts   ·   Resources   ·   FAQ   ·   Roadmap   ·   To Do   ·   Meetings

Project Planning

Use Cases

This is a list of ways we'll support Soas installation and their status. TODO: replace with a flow chart!

Sugar:

  1. From a hard disk:
    1. Local booting with storage - implemented via various distros
    2. Local booting with external storage - unimplemented, students would insert their SoaS stick and it would load their data off it and optionally update their stick's software to the latest image
  2. On a stick:
    1. Mobile booting using USB Boot support in BIOS - implemented
    2. Mobile booting using ISO helper CDs - implemented
    3. Mobile emulation - unimplemented
    4. Combination of booting and emulation - unimplemented
      • http://wiki.sugarlabs.org/go/VMware (VMPlayer and Appliance on one 8GB bootable stick, or a 4 GB Boot stick and a 4 GB stick with the Appliance) works but is complicated. (Waiting for Fedora 11 to allow VMPlayer installation; this workaround uses Ubuntu 9.04 boot stick with VMPlayer.)

Install Methods

  1. Windows/Mac/Linux
    1. LiveUSB creator script - implemented
  2. Windows
    1. SoaS-emu - installer for a soas appliance on the local machine - work in progress
    2. MokaFive portable player installer - investigating
  3. Other
    1. LiveCD which creates USB sticks - works in SoaS Strawberry
      1. Insert the target USB storage device into your computer,
      2. Boot from a CD-ROM burnt with the soas-strawberry.iso image,
      3. Launch Terminal,
      4. Switch to the root user, su -l
      5. Unmount the USB device, umount /dev/sdb1
      6. Install the live image to the USB device by executing the following, single command with arguments:
        /mnt/live/LiveOS/livecd-iso-to-disk --noverify --overlay-size-mb 300 --home-size-mb 160 --unencrypted-home --delete-home /dev/sr0 /dev/sdb1
        Note: If you have more than 1 hard disc or USB device, you should verify the name of the USB storage device by reviewing the output of the mount command before step 5 above.
    2. LiveCD which boots to live user and autostarts VMPlayer (installed in CD sqfs) then Students can sequentially insert their USB Stick and work on same PC - "idea" [satellit 07/05/2009]

More Information

Home View Design

See this page for ideas about the Home View design.

Initial Home View Activities

Discussion of which Activities should be visible on initial display of the Home view is appropriate here. See this sugar-devel thread for the background.