Sugar on a Stick/Beta: Difference between revisions

Dmc (talk | contribs)
ZyX LiveInstaller under the same heading as hybrid mode usage, was entirely wrong and confusing. Now moved to its own page.
No edit summary
Line 1: Line 1:
{{TOCright}}
{{TOCright}}
==Soas05 Beta==
==SoaS Beta Testing==
*(Fedora 12 beta (rawhide)) See [[Talk:Sugar_on_a_Stick/Linux#SoaS_Fedora_matrix|Soas Fedora image matrix]].
Sugar 0.88 beta testing is underway on a Sugar on a Stick image with Fedora 13 beta (rawhide) (see [[Talk:Sugar_on_a_Stick/Linux#SoaS_Fedora_matrix|Soas Fedora image matrix]]).
===Download===
===Download and Test===
 
* [http://alt.fedoraproject.org/pub/alt/nightly-composes/soas/ Nightly builds]
* Help save our bandwidth. Please download via BitTorrent, if possible.
* See [[0.88/Testing|Sugar 0.88 Testing]].
 
{| border=1 cellpadding=3 style="border: 1px solid white; border-collapse: collapse; background: #e3e4e5;"
|-style="background:#787878; color: white;"
| '''Tracker''' || '''Link'''
|-
| LegalTorrents.com || http://www.legaltorrents.com/torrents/847-sugar-on-a-stick-v2-beta-nov-11-2009-release
|}
 
Alternatively, you can download via http:
* ''Sugar on a Stick v2'' snapshots are available for download at [http://download.sugarlabs.org/soas/snapshots/2/?C=M;O=D http://download.sugarlabs.org/soas/snapshots/2/], latest test version, [http://download.sugarlabs.org/soas/snapshots/2/soas06.iso soas06.iso] (updated 24 Nov 2009).
 
===SoaS Installation on USB/SD===
===SoaS Installation on USB/SD===
* Use ONLY this script file to create a bootable image, http://bit.ly/livecd-iso-to-disk.
* Use ONLY this script file to create a bootable image, http://bit.ly/livecd-iso-to-disk.
Line 28: Line 17:
:* <code>--format --reset-mbr</code> are optional arguments for the shell script, but may be excluded to preserve the existing disc format and data.  See [[olpc:How to Damage a FLASH Storage Device]] for a discussion of why you might want to try to keep your factory format on a flash storage device.  
:* <code>--format --reset-mbr</code> are optional arguments for the shell script, but may be excluded to preserve the existing disc format and data.  See [[olpc:How to Damage a FLASH Storage Device]] for a discussion of why you might want to try to keep your factory format on a flash storage device.  
:* If you do use the format and reset master boot record arguments, you'll want to specify the target device name and not a partition, that is <code>/dev/sd*</code> with no partition number, instead of <code>/dev/sd*1</code> as in the example above used to specify an existing partition. ''As noted above, confirm your target disc device name&mdash;in this case, it is VERY DANGEROUS to your other discs if this is entered wrong, as the whole disc will be reformatted and a new master boot record written causing all previously written data on that disc to be lost.''
:* If you do use the format and reset master boot record arguments, you'll want to specify the target device name and not a partition, that is <code>/dev/sd*</code> with no partition number, instead of <code>/dev/sd*1</code> as in the example above used to specify an existing partition. ''As noted above, confirm your target disc device name&mdash;in this case, it is VERY DANGEROUS to your other discs if this is entered wrong, as the whole disc will be reformatted and a new master boot record written causing all previously written data on that disc to be lost.''
====Alternate 'hybrid-mode' method using dd (works with soas-v2-blueberry.iso)====
An alternate method of creating a Live USB stick form of the .iso (a 'hybrid' image) to make a bootable USB/SD (NOT RECOMMENDED)
*If you use dd command to write a USB or SD image, there will be no persistence. The SCRIPT method detailed above should be used.
In Root Terminal:
dd if=soas-2-blueberry.iso of=/dev/sd(?) bs=4M
* Be sure your USB/SD is /dev/sd? check with partition manager to be sure.
CAUTION: ** You can destroy you Hard Disk if you enter it wrong! **