<div dir="ltr">On Mon, Aug 4, 2008 at 4:01 PM, Anne Wilson <span dir="ltr">&lt;<a href="mailto:cannewilson@googlemail.com">cannewilson@googlemail.com</a>&gt;</span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div><div></div><div class="Wj3C7c">On Monday 04 August 2008 21:20:18 Richard Shaw wrote:<br>
&gt; On Mon, Aug 4, 2008 at 1:31 PM, Anne Wilson<br>
&lt;<a href="mailto:cannewilson@googlemail.com">cannewilson@googlemail.com</a>&gt;wrote:<br>
&gt; &gt; On Monday 04 August 2008 18:48:44 Anne Wilson wrote:<br>
&gt; &gt; &gt; On Monday 04 August 2008 13:54:30 Jeremy Katz wrote:<br>
&gt; &gt; &gt; &gt; This got filed relatively recently and fixed up. &nbsp;For F9-based<br>
&gt; &gt; &gt; &gt; images, though, you&#39;ll have to do a workaround of removing<br>
&gt; &gt; &gt; &gt; the /etc/udev/rules.d/50-udev-default.rules.rpm* (or at least, move<br>
&gt; &gt;<br>
&gt; &gt; them<br>
&gt; &gt;<br>
&gt; &gt; &gt; &gt; out of the way)<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; I thought I was almost there. &nbsp;I gave it an overlay of 6533 MB, got it<br>
&gt; &gt; &gt; booted and running on the EeePC, then started the big update.<br>
&gt; &gt; &gt; Unfortunately that took so long that the battery ran out while I was<br>
&gt; &gt; &gt; away from it. &nbsp;There could be packages still in the cache to be<br>
&gt; &gt; &gt; installed, but<br>
&gt; &gt;<br>
&gt; &gt; I<br>
&gt; &gt;<br>
&gt; &gt; &gt; can&#39;t move about at all. &nbsp;I have a bash &nbsp;prompt but it doesn&#39;t<br>
&gt; &gt; &gt; recognise basic bash commands such as cd and mv.<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; It&#39;s clear from the warning message I got that I do need to do the<br>
&gt; &gt; &gt; workaround mentioned above.<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; Any advice on how to proceed?<br>
&gt; &gt;<br>
&gt; &gt; I now have the exact messages in front of me:<br>
&gt; &gt;<br>
&gt; &gt; usb 2-1: device not accepting address 2, error -71<br>
&gt; &gt; sd 2:0:0:0: [sdb] Assuming drive cache: write through<br>
&gt; &gt; sd 2:0:0:0: [sdb] Assuming drive cache: write through<br>
&gt; &gt; /init: line 478: /sysroot/etc/udev/rules.d/50-udev*: ambiguous redirect<br>
&gt; &gt; Bug in initramfs /init detected. Dropping to a shell. &nbsp;Good luck!<br>
&gt; &gt;<br>
&gt; &gt; (by which I guess it means I&#39;ll need it :-) )<br>
&gt; &gt;<br>
&gt; &gt; The prompt says<br>
&gt; &gt; bash-3.2#<br>
&gt; &gt;<br>
&gt; &gt; and doesn&#39;t recognise commands.<br>
&gt; &gt;<br>
&gt; &gt; Anne<br>
&gt;<br>
&gt; Go into /etc/udev/rules.d/ and delete the extra file with the rpmsave or<br>
&gt; rpmnew.<br>
&gt;<br>
&gt; Richard<br>
<br>
</div></div>I can&#39;t Richard. &nbsp;It doesn&#39;t recognise any commands, and the file system isn&#39;t<br>
accessible if I boot from the hard drive.<br>
<font color="#888888"><br>
Anne<br>
</font></blockquote><div><br>You&#39;ll have to rezero your overlay file and start over then... You can do it manually from a windows or linux box but the dd command is a little different for each. On a linux box it&#39;s something like:<br>
<br>dd if=/dev/zero of=/mount/path/LiveOS/overlay-{LABEL}-{UUID} bs=1M count={size of overlay in MB}<br><br>Or on windows (the dd.exe is located under tools in the liveusb-creator directory)<br><br>dd.exe if=/dev/zero of={drive letter}:\LiveOS\overlay-{LABEL}-{UUID} bs=1M count={size of overlay in MB}<br>
<br>Just look at the current name of your overlay file and overwrite it rather than looking up the LABEL and UUID.<br><br>I, like others, have created an extra entry in my syslinx.cfg without the overlay option just in case I hose my overlay file and still want to be able to use it.<br>
<br>Richard<br></div></div></div>