<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
I have done it. and it works. NO Persistence though<br>
<br>
opensuse-edu does this also with an added twist. you can use fdisk (or
a script) to build a persistence partition after creating th usb with
dd:<br>
-----------------------------------------<br>
# dd if=openSUSE-Sugar-live-unstable.i686-0.3.0-Build22.2.iso
of=/dev/sdg bs=4M<br>
152+1 records in<br>
152+1 records out<br>
639631360 bytes (640 MB) copied, 118.261 s, 5.4 MB/s<br>
root@520n-robert:/home/robert/Desktop# fdisk /dev/sdg<br>
<br>
The number of cylinders for this disk is set to 3824.<br>
There is nothing wrong with that, but this is larger than 1024,<br>
and could in certain setups cause problems with:<br>
1) software that runs at boot time (e.g., old versions of LILO)<br>
2) booting and partitioning software from other OSs<br>
&nbsp;&nbsp; (e.g., DOS FDISK, OS/2 FDISK)<br>
<br>
Command (m for help): p<br>
<br>
Disk /dev/sdg: 4009 MB, 4009754624 bytes<br>
64 heads, 32 sectors/track, 3824 cylinders<br>
Units = cylinders of 2048 * 512 = 1048576 bytes<br>
Disk identifier: 0x86803d76<br>
<br>
&nbsp;&nbsp; Device Boot&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Start&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; End&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Blocks&nbsp;&nbsp; Id&nbsp; System<br>
/dev/sdg1&nbsp;&nbsp; *&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 610&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 624640&nbsp;&nbsp; 83&nbsp; Linux<br>
<br>
Command (m for help): n<br>
Command action<br>
&nbsp;&nbsp; e&nbsp;&nbsp; extended<br>
&nbsp;&nbsp; p&nbsp;&nbsp; primary partition (1-4)<br>
p<br>
Partition number (1-4): 2<br>
First cylinder (611-3824, default 611): <br>
Using default value 611<br>
Last cylinder, +cylinders or +size{K,M,G} (611-3824, default 3824): <br>
Using default value 3824<br>
<br>
Command (m for help): p<br>
<br>
Disk /dev/sdg: 4009 MB, 4009754624 bytes<br>
64 heads, 32 sectors/track, 3824 cylinders<br>
Units = cylinders of 2048 * 512 = 1048576 bytes<br>
Disk identifier: 0x86803d76<br>
<br>
&nbsp;&nbsp; Device Boot&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Start&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; End&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Blocks&nbsp;&nbsp; Id&nbsp; System<br>
/dev/sdg1&nbsp;&nbsp; *&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 610&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 624640&nbsp;&nbsp; 83&nbsp; Linux<br>
/dev/sdg2&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 611&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 3824&nbsp;&nbsp;&nbsp;&nbsp; 3291136&nbsp;&nbsp; 83&nbsp; Linux<br>
<br>
Command (m for help): w<br>
The partition table has been altered!<br>
<br>
Calling ioctl() to re-read partition table.<br>
Syncing disks.<br>
# <br>
--------------------------------------------------------<br>
Links:<br>
<a class="moz-txt-link-freetext" href="http://wiki.sugarlabs.org/go/Category:Liveusb">http://wiki.sugarlabs.org/go/Category:Liveusb</a><br>
<a class="moz-txt-link-freetext" href="http://en.opensuse.org/Live_USB_stick">http://en.opensuse.org/Live_USB_stick</a><br>
<a class="moz-txt-link-freetext" href="http://lizards.opensuse.org/2009/08/13/cliced-hybrids/">http://lizards.opensuse.org/2009/08/13/cliced-hybrids/</a><br>
<br>
Xander Pirdy wrote:
<blockquote
 cite="mid:f92895bd1001270448p1f09383bsc8c7fe0975211149@mail.gmail.com"
 type="cite">
  <blockquote type="cite">
    <pre wrap="">Yes, this could indeed be the simplest solution: tell users to create a
read-only installation media by burning the ISO. Since Fedora 12, the
live ISO image also contains a bootable MBR, so users can just dd it to
a master USB stick:

 <a class="moz-txt-link-freetext" href="http://fedoraproject.org/wiki/FedoraLiveCD/USBHowTo#Using_dd">http://fedoraproject.org/wiki/FedoraLiveCD/USBHowTo#Using_dd</a>
    </pre>
  </blockquote>
  <pre wrap=""><!---->

Correct me if I am wrong, this tutorial seems to be a bit ambiguous on the
point,
but would you loose persistence if you simply dd the iso? If not  where is
the
storage for this located, or is it just a full-type of installation? If it
is a full installation
then this would mean that either you loose a journaling ext3/4 fs on the
usb, or it
will become inaccessible  via windows (on a typical installation, and where
the
user doesn't have admin rights)...correct? If it is ever a goal to be able
to boot via
a virtual machine on windows wouldn't this make that impossible?

I may just not be understanding you correctly, in which case my apologies. I
do
think that a full installation has more drawbacks than it seems initially.
For
example wouldn't it be very easy to upgrade the current overlay method, by
just
replacing the iso? This could also make it very easy for teachers to
customize the
activities of the students.

-Alexander Pirdy

  </pre>
  <pre wrap="">
<hr size="4" width="90%">
_______________________________________________
SoaS mailing list
<a class="moz-txt-link-abbreviated" href="mailto:SoaS@lists.sugarlabs.org">SoaS@lists.sugarlabs.org</a>
<a class="moz-txt-link-freetext" href="http://lists.sugarlabs.org/listinfo/soas">http://lists.sugarlabs.org/listinfo/soas</a>
  </pre>
</blockquote>
</body>
</html>