I tried that (unfortunately it did not work), Since, I posted this issue on experts exchange and thats where I found the two referenced links. Just for sake of argument, I will try this again and see if I can get it to work.<br>

<br>Do you know off hand what version of Voyage you were using at the time this worked for you?<br>
<br><br><div class="gmail_quote">On Wed, Aug 3, 2011 at 06:04, Michael Steinmann <span dir="ltr">&lt;<a href="mailto:mike.steinmann@gmail.com">mike.steinmann@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

Hi John,<br><br>this is from some other thread a while a go...<div class="im"><br>see the attached rar, but the files from the ISO are missing<br></div>this worked for me, at least it did with older voyage ISOs.<br><br>Best regards,<br>

<font color="#888888"><br>Michael Steinmann</font><div><div></div><div class="h5"><br>

<br><br><br><br><div class="gmail_quote">---------- Forwarded message ----------<br>From: <b class="gmail_sendername">Michael Steinmann</b> <span dir="ltr">&lt;<a href="mailto:mike.steinmann@gmail.com" target="_blank">mike.steinmann@gmail.com</a>&gt;</span><br>



Date: 2011/7/16<br>Subject: Re: [Voyage-linux] Different PXE Server<br>To: John Schultz &lt;<a href="mailto:jschultz0614@gmail.com" target="_blank">jschultz0614@gmail.com</a>&gt;<br><br><br>ignore the file mntfs.<br>
see the attached rar, but the files from the ISO are missing<br>
<br>
/michael<br>
<br>
<br>
2011/7/16 Michael Steinmann &lt;<a href="mailto:mike.steinmann@gmail.com" target="_blank">mike.steinmann@gmail.com</a>&gt;:<br>
<div><div></div><div>&gt; no, not the ISO. open the ISO and you will find the files to copy to<br>
&gt; the PXE server. in this case these are the files:<br>
&gt;<br>
&gt; vmlinuz1<br>
&gt; initrd1.img<br>
&gt; filesystem.squashfs<br>
&gt;<br>
&gt; and according to the following two lines they are all in the voyage directory:<br>
&gt;<br>
&gt; KERNEL     voyage/vmlinuz1 root=LABEL=ROOT_FS  console=ttyS0,38400n8<br>
&gt; APPEND  initrd=voyage/initrd1.img fs=voyage/filesystem.squashfs<br>
&gt; boot=live netboot=fs<br>
&gt;<br>
&gt; this is the tree:<br>
&gt; ¦   memdisk<br>
&gt; ¦   menu.c32<br>
&gt; ¦   mntfs<br>
&gt; ¦   pxelinux.0<br>
&gt; ¦<br>
&gt; +---pxelinux.cfg<br>
&gt; ¦       default<br>
&gt; ¦<br>
&gt; +---voyage<br>
&gt; ¦       vmlinuz1<br>
&gt; ¦       initrd1.img<br>
&gt; ¦       filesystem.squashfs<br>
&gt;<br>
&gt;<br>
&gt; /michael<br>
&gt;<br>
&gt;<br>
&gt; <a href="mailto:614@gmail.com" target="_blank">614@gmail.com</a>&gt;:<br>
&gt;&gt; OK, so if I understand you correctly, this script goes on my PXE Server<br>
&gt;&gt; along with the live ISO and that should do it? I thought you had to have a<br>
&gt;&gt; kernel image and an initrd image.<br>
&gt;&gt;<br>
&gt;&gt; FYI,.. my setup is as follows:<br>
&gt;&gt; PXE/DHCP Server: Windows SBS 2003 Premium<br>
&gt;&gt; Clients: multiple Alix.3D3 SBCs<br>
&gt;&gt;<br>
&gt;&gt; PXE Environment has been slightly modified to use isolinux derivative.<br>
&gt;&gt;<br>
&gt;&gt; Thanks,<br>
&gt;&gt; John<br>
&gt;&gt;<br>
&gt;&gt; On Sat, Jul 16, 2011 at 07:53, Michael Steinmann &lt;<a href="mailto:mike.steinmann@gmail.com" target="_blank">mike.steinmann@gmail.com</a>&gt;<br>
&gt;&gt; wrote:<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; that&#39;s true,<br>
&gt;&gt;&gt; for vga console change console=ttyS0,38400n8 to console=tty1<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; /Michael<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; 2011/7/16 John Schultz &lt;<a href="mailto:jschultz0614@gmail.com" target="_blank">jschultz0614@gmail.com</a>&gt;:<br>
&gt;&gt;&gt; &gt; This looks like a config file for a serial connection. Is that intended?<br>
&gt;&gt;&gt; &gt; The<br>
&gt;&gt;&gt; &gt; systems I am using are the Alix 3D3 which uses a usb port for a keyboard<br>
&gt;&gt;&gt; &gt; and<br>
&gt;&gt;&gt; &gt; a vga port for a console instead of a serial connection.<br>
&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt; On the other hand, Ive been at this since 3am so I could be confused<br>
&gt;&gt;&gt; &gt; :-p.<br>
&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt; Thanks again.<br>
&gt;&gt;&gt; &gt; John<br>
&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt; On Sat, Jul 16, 2011 at 07:40, Michael Steinmann<br>
&gt;&gt;&gt; &gt; &lt;<a href="mailto:mike.steinmann@gmail.com" target="_blank">mike.steinmann@gmail.com</a>&gt;<br>
&gt;&gt;&gt; &gt; wrote:<br>
&gt;&gt;&gt; &gt;&gt;<br>
&gt;&gt;&gt; &gt;&gt; this is what my pxelinux.cfg\default looked like for v0.6.2,<br>
&gt;&gt;&gt; &gt;&gt; indicating the necessary files:<br>
&gt;&gt;&gt; &gt;&gt;<br>
&gt;&gt;&gt; &gt;&gt; SERIAL 0 38400<br>
&gt;&gt;&gt; &gt;&gt;<br>
&gt;&gt;&gt; &gt;&gt; DEFAULT menu.c32<br>
&gt;&gt;&gt; &gt;&gt; ALLOWOPTIONS 0<br>
&gt;&gt;&gt; &gt;&gt; PROMPT 0<br>
&gt;&gt;&gt; &gt;&gt; TIMEOUT 0<br>
&gt;&gt;&gt; &gt;&gt;<br>
&gt;&gt;&gt; &gt;&gt; MENU TITLE Server PXE Boot Menu<br>
&gt;&gt;&gt; &gt;&gt;<br>
&gt;&gt;&gt; &gt;&gt; LABEL      Voyage<br>
&gt;&gt;&gt; &gt;&gt; MENU LABEL ^Voyage 0.6.2<br>
&gt;&gt;&gt; &gt;&gt; KERNEL     voyage/vmlinuz1 root=LABEL=ROOT_FS  console=ttyS0,38400n8<br>
&gt;&gt;&gt; &gt;&gt; APPEND  initrd=voyage/initrd1.img fs=voyage/filesystem.squashfs<br>
&gt;&gt;&gt; &gt;&gt; boot=live netboot=fs<br>
&gt;&gt;&gt; &gt;&gt;<br>
&gt;&gt;&gt; &gt;&gt;<br>
&gt;&gt;&gt; &gt;&gt; #Michael<br>
&gt;&gt;&gt; &gt;&gt;<br>
&gt;&gt;&gt; &gt;&gt;<br>
&gt;&gt;&gt; &gt;&gt; 2011/7/16 John Schultz &lt;<a href="mailto:jschultz0614@gmail.com" target="_blank">jschultz0614@gmail.com</a>&gt;:<br>
&gt;&gt;&gt; &gt;&gt; &gt; What files need to be copied to my PXE Server in order to install<br>
&gt;&gt;&gt; &gt;&gt; &gt; Voyage<br>
&gt;&gt;&gt; &gt;&gt; &gt; from the network?<br>
&gt;&gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt;&gt; &gt; My PXE Server is not the live CD.<br>
&gt;&gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt;&gt; &gt; Thanks in advance,<br>
&gt;&gt;&gt; &gt;&gt; &gt; John<br>
&gt;&gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt;&gt; &gt; _______________________________________________<br>
&gt;&gt;&gt; &gt;&gt; &gt; Voyage-linux mailing list<br>
&gt;&gt;&gt; &gt;&gt; &gt; <a href="mailto:Voyage-linux@list.voyage.hk" target="_blank">Voyage-linux@list.voyage.hk</a><br>
&gt;&gt;&gt; &gt;&gt; &gt; <a href="http://list.voyage.hk/mailman/listinfo/voyage-linux" target="_blank">http://list.voyage.hk/mailman/listinfo/voyage-linux</a><br>
&gt;&gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;<br>
</div></div></div><br>
</div></div></blockquote></div><br>