Sorry for the multiple emails, had to do a brain dump<br><br>My setup is as follows:<br>PXE Server: Windows SBS Premium 2003<br>NFS Server: Debian 0.6.0a with kernel 2.6.39<br>1000 Hardwire network<br><br>PXE File structure (Keep in mind, my setup uses WDS for the PXE server so some of the files listed below you will NOT need.):<br>

<div></div><blockquote style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex; font-family: courier new,monospace;" class="gmail_quote">PXE Root<br></blockquote><blockquote style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex; font-family: courier new,monospace;" class="gmail_quote">

|   <a href="http://abortpxe.com">abortpxe.com</a><br>|   abortpxe.o<br>|   chain.c32<br>|   default.bcd<br>|   DeploymentBackground.png<br>|   memdisk<br>|   pxeboot.0<br>|   pxeboot.n12<br>|   <a href="http://pxelinux.com">pxelinux.com</a><br>

|   vesamenu.c32<br>|   <a href="http://wdsnbp.com">wdsnbp.com</a><br>|<br>+---dos<br>|       boot98se.ima<br>|<br>+---linux<br>|   \---voyage<br>|       +---0.7.5<br>|               initrd1.img<br>|               vmlinuz1<br>

|<br>\---pxelinux.cfg<br>        default<br></blockquote><div><br>PXE default file listing:<br><blockquote style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex; font-family: courier new,monospace;" class="gmail_quote">

DEFAULT      vesamenu.c32<br>PROMPT       0<br>NOESCAPE     0<br>ALLOWOPTIONS 0<br># Timeout in units of 1/10 s<br>TIMEOUT 30<br>MENU WIDTH 40<br>MENU MARGIN 0<br>MENU ROWS 12<br>MENU TIMEOUTROW 14<br>MENU HSHIFT 5<br>MENU VSHIFT 2<br>

MENU COLOR BORDER 30;44       #00000000 #00000000 none<br>MENU COLOR TABMSG 1;36;44     #00000000 #00000000 none<br>MENU COLOR TITLE 1;36;44     #00000000 #00000000 none<br>MENU COLOR SEL   30;47       #40000000 #20ffffff<br>

MENU BACKGROUND DeploymentBackground.png<br><br>MENU TITLE PXE Boot menu<br>MENU WIDTH 80<br>MENU MARGIN 18<br>MENU ROWS 25<br><br>#LABEL      wds<br>#MENU       DEFAULT<br>#MENU       LABEL Windows Deployment Services<br>

##KERNEL    pxeboot.0<br>#KERNEL     abortpxe.0<br><br>LABEL        windows98se<br>MENU LABEL   Windows 98 SE Boot Disk<br>KERNEL       memdisk keeppxe<br>INITRD       dos/boot98se.ima<br><br>LABEL        sysrcd<br>MENU         LABEL System Rescue Disk<br>

KERNEL       linux/sysresccd/rescuecd<br>INITRD       linux/sysresccd/initram.igz<br>APPEND       scandelay=1 docache netboot=nfs://10.0.0.4:/export/sysrcd setkmap=us toram<br><br>LABEL        voyage075<br>MENU         DEFAULT<br>

MENU         LABEL Voyage Linux 0.7.5<br>KERNEL       linux/voyage/0.7.5/vmlinuz1 root=LABEL=ROOT_FS<br>INITRD       linux/voyage/0.7.5/initrd1.img<br>APPEND       boot=live netboot=nfs nfsroot=10.0.0.4:/export/voyage-one-current username=root<br>

</blockquote><br>NFS Settings:<br>/etc/exports<br><blockquote style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex; font-family: courier new,monospace;" class="gmail_quote">/export *(rw,sync,no_wdelay,insecure_locks,no_root_squash,insecure,no_subtree_check)<br>

/export/voyage-one-current *(ro,async,no_root_squash,no_subtree_check)<br></blockquote><blockquote style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex; font-family: courier new,monospace;" class="gmail_quote">

<div>/export/voyage-current *(ro,async,no_root_squash,no_subtree_check) <br>/export/voyage-mpd-current *(ro,async,no_root_squash,no_subtree_check)<br></div></blockquote><br>Create the following directories (if you do not have them) with +0755 permissions<br>

<blockquote style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex; font-family: courier new,monospace;" class="gmail_quote">/export<br>/export/voyage-one-current<br>/export/voyage-current<br>

/export/voyage-mpd-current<br></blockquote><br>mount your ISO image(s) to the above folders and you will want to change your /etc/fstab file to auto mount those image(s) at boot.<br><br>The above setup works for me 100% of the time (have installed over 20 alix.3D3 installs)<br>

<br>any questions, let me know.<br><br></div>