Julian,<br><br>The way I used the live CD is as follows (since I didn't make it clear earlier):<br><br>1. Boot the live CD<br>2. Mount the broken root partition into any directory of the running live CD: in my case, I mounted it in /mnt
<br>3. Chroot: the command I used was<br>    sudo chroot /mnt /bin/bash<br>You're now sort-of running the broken installation. This is why I needed the Ubuntu live CD: Knoppix wasn't quite compatible.<br>4. Mount proc and the other partitions from the broken installation:
<br>    mount -t proc /proc /proc<br>    mount /home<br>    mount /tmp/ubuntuCdImage<br>In this case, /home and /tmp/ubuntuCdImage were picked up from the /etc/fstab of the broken installation.<br>5. Use the tools on the broken installation to fix it. In my case, this was "apt-get install 
linux-image-2.6.12-9-386", although the forum told me to try "apt-get install initrd-tools" which gave me the message "Already latest version".<br><br><br>HTH,<br>Neil.<br><br><div><span class="gmail_quote">
On 02/04/06, <b class="gmail_sendername">brent</b> <<a href="mailto:brent.heard@ic24.net">brent.heard@ic24.net</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi Julian,<br><br>I think Neil has given some good advice. Running a live CD helped me recently<br>on one of my machines which had suffered a hardrive crash. In my case I could<br>not even get Mandrake to run let alone install.
<br><br>For me, running a Ubuntu Live CD seemed to be the turning point. It will not<br>fix your problem but it might help to restore you confidence in your system<br>and Linux.<br><br>Ubuntu has been on offer for free recently. I have Ubunto for PC, 64bit PC and
<br>Mac.The CDs are supplied in both Live and Full formats and I would be happy<br>to bring them in for you (or for anyone else) to try. I shall be attending<br>the Cardiff meeting on the 10th (by the way, I'm typically late)
<br><br>I also have something else called Auditor, its sort of a live CD fit-it,<br>debug-it crack-it utility. I have not used it, but you are welcome to try it<br>and tell me all about it.<br><br>regards,<br>Brent<br></blockquote>
</div><br>