Oh I absolutely agree, with the exception that this is only intended for an install situation and will be on a completely isolated network.<br><br><br>
<br><br><div class="gmail_quote">On Fri, Aug 19, 2011 at 21:18, Gustin Johnson <span dir="ltr">&lt;<a href="mailto:gustin@meganerd.ca">gustin@meganerd.ca</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

You could probably ditch the root=LABEL=ROOT_FS parameter since it<br>
only applies to local disks with that particular label (well<br>
technically it is the partition that has the label).<br>
<br>
I am concerned about the nfs user being root, almost every default NFS<br>
config I have seen squashes the root user (and for good reason).<br>
<div><div></div><div class="h5"><br>
On Fri, Aug 19, 2011 at 6:40 PM, John Schultz &lt;<a href="mailto:jschultz0614@gmail.com">jschultz0614@gmail.com</a>&gt; wrote:<br>
&gt; I have successfully gotten voyage-linux live ISO to boot from a Windows SBS<br>
&gt; 2003 PXE environment and its a ROYAL pain in the behind.<br>
&gt;<br>
&gt; 1. Create a NFS share on a linux (in my case, this was a debain 0.6.0a<br>
&gt; server)<br>
&gt; 2. Configure /etc/exports with the following information:<br>
&gt;    {NFS/folder/to/Share} *(rw,async,no_root_squash,no_subtree_check)<br>
&gt; 3. Copy the contents of the live CD to this folder<br>
&gt; 4. Copy the {CD}/live/vmlinuz1 to your tftp folder<br>
&gt;    {TFTP Server}/linux/voyage/0.7.5/vmlinuz1<br>
&gt; 5. Copy the {CD}/live/initrd1.img to your tftp folder<br>
&gt;    {TFTP Server}/linux/voyage/0.7.5/initrd1.img<br>
&gt; 6. Configure your default config file with the following information:<br>
&gt;    {This by far is an example, configure this to suit your needs}<br>
&gt;&gt;<br>
&gt;&gt; DEFAULT      vesamenu.c32<br>
&gt;&gt; PROMPT       0<br>
&gt;&gt; NOESCAPE     0<br>
&gt;&gt; ALLOWOPTIONS 0<br>
&gt;&gt; TIMEOUT 30<br>
&gt;&gt; MENU WIDTH 40<br>
&gt;&gt; MENU MARGIN 0<br>
&gt;&gt; MENU ROWS 12<br>
&gt;&gt; MENU TIMEOUTROW 14<br>
&gt;&gt; MENU HSHIFT 5<br>
&gt;&gt; MENU VSHIFT 2<br>
&gt;&gt; MENU COLOR BORDER 30;44       #00000000 #00000000 none<br>
&gt;&gt; MENU COLOR TABMSG 1;36;44     #00000000 #00000000 none<br>
&gt;&gt; MENU COLOR TITLE 1;36;44     #00000000 #00000000 none<br>
&gt;&gt; MENU COLOR SEL   30;47       #40000000 #20ffffff<br>
&gt;&gt; MENU BACKGROUND DeploymentBackground.png<br>
&gt;&gt;<br>
&gt;&gt; MENU TITLE PXE Boot menu<br>
&gt;&gt; MENU WIDTH 80<br>
&gt;&gt; MENU MARGIN 18<br>
&gt;&gt; MENU ROWS 25<br>
&gt;&gt;<br>
&gt;&gt; LABEL    voyage075<br>
&gt;&gt; MENU    DEFAULT<br>
&gt;&gt; MENU    LABEL Voyage Linux 0.7.5<br>
&gt;&gt; KERNEL    linux/voyage/0.7.5/vmlinuz1 root=LABEL=ROOT_FS<br>
&gt;&gt; INITRD    linux/voyage/0.7.5/initrd1.img<br>
&gt;&gt; APPEND    boot=live netboot=nfs<br>
&gt;&gt; nfsroot=10.0.0.17:/export/voyage-one-current username=root<br>
&gt;<br>
&gt; That should do it.<br>
&gt;<br>
&gt; Any questions, let me know.<br>
&gt;<br>
&gt; Thanks,<br>
&gt; John<br>
&gt;<br>
&gt;<br>
&gt; On Fri, Aug 19, 2011 at 12:13, John Schultz &lt;<a href="mailto:jschultz0614@gmail.com">jschultz0614@gmail.com</a>&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt; OK,.. I was able to get it to appear to connect to the NFS share and<br>
&gt;&gt; connect to the sysrcd.dat file, however, I get a md5sum checksum is invalid<br>
&gt;&gt; on the root filesystem image error.<br>
&gt;&gt;<br>
&gt;&gt; Just to be sure, I downloaded the iso and extracted the dat file a second<br>
&gt;&gt; time.<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; On Fri, Aug 19, 2011 at 09:30, Gustin Johnson &lt;<a href="mailto:gustin@meganerd.ca">gustin@meganerd.ca</a>&gt; wrote:<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; My PXE config looks like this;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; LABEL System Rescue CD &quot;Live Image&quot;<br>
&gt;&gt;&gt;        LINUX systemrescue/rescuecd<br>
&gt;&gt;&gt;        INITRD systemrescue/initram.igz<br>
&gt;&gt;&gt;        APPEND scandelay=1 docache<br>
&gt;&gt;&gt; netboot=nfs://192.168.1.10:/images/systemrescue setkmap=us toram<br>
&gt;&gt;&gt;        TEXT<br>
&gt;&gt;&gt;        SystemRescueCD network boot image (recovery)<br>
&gt;&gt;&gt;        ENDTEXT<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; The 192.168.1.10 is also the PXE server, but it could be any machine.<br>
&gt;&gt;&gt; You can also ignore the TEXT/ENDTEXT bit, it is just for the onscreen<br>
&gt;&gt;&gt; menu (we have a customized FOG install that this is part of).<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; The Linux and INITRD options are paths that exist under the root of<br>
&gt;&gt;&gt; the TFTP server.<br>
&gt;&gt;&gt; The relevant line from the /etc/exports file:<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; /images/systemrescue<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; *(rw,sync,no_wdelay,insecure_locks,no_root_squash,insecure,no_subtree_check)<br>
&gt;&gt;&gt;<br>
&gt;&gt;<br>
&gt;<br>
&gt;<br>
</div></div></blockquote></div><br>