Hi<br><br>Rohan, just wondering, have you actually got the CBV Distro?<br>Because thats more an internal document and your can&#39;t actually download the distro from that URL<br>The errors you are getting would suggest you haven&#39;t actually downloaded and untarred the distro file 
<br><br><br><div><span class="gmail_quote">On 8/13/07, <b class="gmail_sendername">Rohan Malhotra</b> &lt;<a href="mailto:rohanmalhotra86@gmail.com">rohanmalhotra86@gmail.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
ok ok ok,<br><br>i redid the steps with and without mounting the hd in /mnt/auto/hda2.<br><br>the first time i did exactly as written with:<br><br>&quot;mkdir /new/tmp&quot;<br><br>then it says &quot;mkdir: cannot create directory &#39;/new/tmp&#39; : no such file or directory&quot;
<br><br>so i figured id have to make /new first and so i do &#39;mkdir /new&#39; it works!<br><br>then i proceeed with <br><br>&#39;mkdir /new/proc&#39;<br>&#39;mkdir /new/sys&#39;<br>&#39;chmod 777 /new/tmp&#39;<br><br>
those last 3 commands work fine no problems.
<br><br>i then do, <br><br>&#39;mv /boot /boot.old&#39;<br>&#39;ln -s /new/boot /boot&#39;<br><br>so far so good,...<br><br>now for the final command :<br><br>&#39;lilo -C /new/etc/lilo.conf&quot;<br><br>i get : &quot;/new/etc/lilo.conf: no such file or directory&quot;.
<br><br>i tried creating a /new/etc then doing the command &quot;lilo -C /new/etc/lilo.conf&quot; - still the same error<br><br>so then i did &#39;cp /etc/lilo.conf /new/etc/&#39; and then again&nbsp; tried &quot;lilo -C /new/etc/lilo.conf&quot; and i was told
<br><br>&quot;unrecognized token &quot;! please edit lilo.conf before running lilo!&quot; at or above line 20 in file /new/etc/lilo.conf&quot;<br><br>so then i &#39;vi&#39;d&#39; into /new/etc/lilo.conf deleted the : &quot;! please edit 
lilo.conf before running lilo!&quot; and the &#39;remove this line when you are done configuring&quot; saved the changes all good,...<br><br>then i tried the command once more &#39;lilo -C /new/etc/lilo.conf&#39; and now i get : &quot;Fatal: creat /boot/map~: no such file or directory&quot;
<br><br>!!!!!<br><br>thx for your reply<br><span class="sg"><br>rohan</span><div><span class="e" id="q_1145ec9eca6a7268_2"><br><br><div><span class="gmail_quote">On 8/13/07, <b class="gmail_sendername">John Simpson</b> &lt;
<a href="mailto:john.s.simpson@gmail.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">john.s.simpson@gmail.com</a>
&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Rohan<br><br>If you follow the directions exactly it should work, we have used those directions many times for loading laptops and only failed when someone has not followed the directions exactly, inluding using the correct spacing and case for things.
<br><br>the final part of the install should be<br><br>mv /boot /boot.old<span><br>ln -s /new/boot /boot<br></span><span>lilo -C /new/etc/lilo.conf<br><br></span>Now if you had followed the directions correctly, you should have /dev/hda2 mounted on /new and it&#39;ll all work, if you have mounted it in a different folder, then you&#39;ll have to make sure your paths are correct or it will just not work
<div><span><br><br><br><div><span class="gmail_quote">On 8/13/07, <b class="gmail_sendername">Rohan Malhotra</b> &lt;<a href="mailto:rohan.malhotra@student.rmit.edu.au" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">

rohan.malhotra@student.rmit.edu.au</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
hey there,<br><br>the txt document does actually say to use a capital C as in , &#39; lilo -C /new/etc/lilo.conf&#39; i was just too lazy to reference the example properly. nevertheless i did try with a capital C and it did not return &#39;&quot; Added Linux&quot;.
<br><br>just to clarify:<br><br>from what i understand i have to first move the /boot<br>folder from the knoppix &#39;/&#39; system to a new folder called /boot.old<br><br> then make a link to /boot (from the &#39;/&#39; knoppix system) on my cbv hdd
<br>(/mnt/hda2).<br><br>then run lilo (somehow?) and presumably by doing so it will fix it up?<br><br>thx<br><br>rohan<br><br><br><br><br><br><br>Hi Rohan,<br><br>The lilo command is with a capital C - that will make all the world of
<br>difference. eg lilo -C /new/etc/lilo.conf<br><br>After running that command you should see<br>* Added Linux<br><br>We&#39;ll update the doc to include that info.<br><br>Hope this helps,<br><br>Kylie<br><br>On Thu, 2007-08-09 at 20:25 +1000, Rohan Malhotra wrote:
<br>&gt; &#39;then make a link from the hdd to the /boot folder by typing: ln<br>&gt; -s /new/boot /boot.&quot;<br>&gt;<br>&gt; that works too<br>&gt;<br>&gt; &#39;Now you run lilo to install the bootloader by typing: &#39;lilo
<br>&gt; -c /new/etc/lilo.conf&quot;.<br>&gt;<br>&gt; this part doesn&#39;t really seem to do anything, as it returns a prompt<br>&gt; for more options; all the previous commands give you a blank prompt<br>&gt; indicating they&#39;ve done something and they don&#39;t need more
<br>&gt; information.<br>&gt;<br>&gt; anyways so from what i understand i have to first move the /boot<br>&gt; folder from the knoppix &#39;/&#39; system to a new folder called /boot.old<br>&gt;<br>&gt; then make a link to /boot (from the &#39;/&#39; knoppix system) on my cbv hdd
<br>&gt; (/mnt/hda2).<br>&gt;<br>&gt; then run lilo and presumably by doing so it will fix it up?<br>&gt;<br>&gt; any pointers would b much appreciated<br>&gt;<br>&gt; thx<br>&gt;<br>&gt; rohan<br>&gt;<br>&gt;<br><br><br>


_______________________________________________<br>cbsupport mailing list<br><a href="mailto:cbsupport@lists.linux.org.au" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">cbsupport@lists.linux.org.au
</a><br><a href="http://lists.linux.org.au/listinfo/cbsupport" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">http://lists.linux.org.au/listinfo/cbsupport
</a><br></blockquote></div><br><br clear="all"><br></span></div><span>-- <br>John Simpson<br><br><a href="http://nighthawk.mine.nu/" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">http://nighthawk.mine.nu/
</a><br>&quot;Quantum Physics: The dreams stuff is made of.&quot;<br>
</span><br>_______________________________________________<br>cbsupport mailing list<br><a href="mailto:cbsupport@lists.linux.org.au" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">cbsupport@lists.linux.org.au
</a>
<br><a href="http://lists.linux.org.au/listinfo/cbsupport" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">http://lists.linux.org.au/listinfo/cbsupport</a><br><br></blockquote></div><br>
</span></div></blockquote></div><br><br clear="all"><br>-- <br>John Simpson<br><br><a href="http://nighthawk.mine.nu/">http://nighthawk.mine.nu/</a><br>&quot;Quantum Physics: The dreams stuff is made of.&quot;<br>