On Tue, Mar 30, 2010 at 8:27 AM, Thomas C Gilliard &lt;<a href="mailto:satellit@bendbroadband.com" target="_blank">satellit@bendbroadband.com</a>&gt; wrote:<br>&gt; Frederick:<br>&gt;<br>&gt; I have been trying to make this work...<br>


&gt; I created with liveusb-creator a 4GB USB with persistence 2400 of iso<br>&gt; soas--------328; using a usb 500GB HD install of f13 Beta1 Gnome + sugar<br>&gt; rebooted with the new USB<br>&gt; in sugar terminal:<br>

&gt; su -<br>
&gt; yum install wget gedit<br>&gt; wget http://(path to soas nightly composes/soas/......328<br>&gt; (loaded in /home/liveuser/)<br>&gt; opened with gedit &quot;<a href="mailto:soas@lists.sugarlabs.org" target="_blank">soas@lists.sugarlabs.org</a>&quot; from a 2nd USB in sugar frame<br>


&gt; saved it in /home/liveuser/<br>&gt; chmod 077 modified_livecd-iso-to-disk script<br>&gt; If I do a &quot;ls&quot; I see both in /home/liveuser<br>&gt; then I get lost on how to use your script<br>&gt;<br>&gt; I tried in root:<br>


&gt; /home/liveuser/modified_livecd-iso-to-disk --noverify --delete-home<br>&gt; --extra-kernel-args selinux=0 --copy-overlay /dev/live /dev/sde1<br>&gt;<br>&gt; new target usb is /dev/sde1 formatted ext3 with boot flag<br>


&gt;  I got this error msg<br>&gt;<br>&gt; mount:<br>&gt; wrong fs type, bad option, bad superblock on /dev/loo5,<br>&gt; missing codepage, or helper program, or other error<br>&gt;<br>&gt; Cleaning up to exit...<br><br>

I don&#39;t know about that error. To avoid some filesystem-media-related problems, I have kept the factory formatting on my USB devices as recommended here, <a href="http://wiki.laptop.org/go/How_to_Damage_a_FLASH_Storage_Device" target="_blank">http://wiki.laptop.org/go/How_to_Damage_a_FLASH_Storage_Device</a>.<div>


<br></div><div>I have a 16-GB SanDisk Cruzer and 16-GB Toshiba USB drives. I once manually reformatted the SanDisk to remove the U3 partition, but after reading the article, I got the SanDisk utility (<a href="http://kb.sandisk.com/app/answers/detail/a_id/240/kw/usb%20flash%20drive%20u3/r_id/101834" target="_blank">http://kb.sandisk.com/app/answers/detail/a_id/240/kw/usb%20flash%20drive%20u3/r_id/101834</a>) to restore the factory format. For the record, the SanDisk device is formatted as W95 FAT32 (0x0b), and the Toshiba - W95 FAT32 (LBA) (0x0c) according to my disc utility.<br>

<br></div>
<div>&gt;<br>&gt; Do I have to use your script to create the USB? vs using graphical<br>&gt; liveusb-creator to make this work?<br><br>No, the script works from either installation method. I sometimes test with the Windows Live USB Creator.<br>

<br>New work:<br><br>I&#39;ve added some user input checking and played with the /home/liveuser/.sugar/default/owner.key and .key.pub files (which don&#39;t seem to be installed by the Windows Live USB Creator).<br><br>These new lines before and after the copy of the overlay file,<br>

+      chown root:root /home/liveuser/.sugar/default/owner.key /home/liveuser/.sugar/default/owner.key.pub<br>+      mv /home/liveuser/.sugar/default/owner.key $USBMNT/$LIVEOS/owner.key<br>+      mv /home/liveuser/.sugar/default/owner.key.pub $USBMNT/$LIVEOS/owner.key.pub<br>

+      cp $CDMNT/LiveOS/$OVERLAYFILE $USBMNT/$LIVEOS/$OVERLAYFILE || exitclean<br>+      mv $USBMNT/$LIVEOS/owner.key /home/liveuser/.sugar/default/owner.key<br>+      mv $USBMNT/$LIVEOS/owner.key.pub /home/liveuser/.sugar/default/owner.key.pub<br>

+      chown liveuser:liveuser /home/liveuser/.sugar/default/owner.key /home/liveuser/.sugar/default/owner.key.pub<br>+      chmod 600 /home/liveuser/.sugar/default/owner.key<br>+      chmod 644 /home/liveuser/.sugar/default/owner.key.pub<br>

<br>had the result that the newly booted cloned image presented with a new Sugar user screen.  Once the Home view appeared, the old Activity icon colors and Journal were present.  Be careful though, because a saved password cookie in Browse for my Gmail was transferred to the new image.<br>

<br>The new, Sugar-specific script and diff are attached.<br><br>Thanks for testing!<br><br>             --Fred<br><br>
</div>