Ok,<br><br>So i have spent a few hours tonight following this guide:<br><div style="margin-left: 40px;"><a href="http://www.mythtv.org/wiki/index.php/Diskless_Frontend">http://www.mythtv.org/wiki/index.php/Diskless_Frontend</a><br>
</div><br>1.&nbsp; I have so far set up VMware Server to test with. also install tftp server.<br><br>2.&nbsp; For my DHCP server i use DD-WRT, i put this option in DNSmasq Options:<br><div style="margin-left: 40px;">dhcp-boot=linux-install/pxelinux.0,,<a href="http://192.168.0.202">192.168.0.202</a><br>
</div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; where .202 is my server that holds the NFS files (F8).<br><br>3.&nbsp; then configured my /diskless/i386/F8/root and /snapshot directories.<br>Then i ran system-config-netboot.&nbsp; and pointed it to my nfs share points.&nbsp; that went and gave no erros.<br>
<br>4.&nbsp; tftp look like this:<br><br>[root@mythtv linux-install]# cat /etc/xinetd.d/tftp<br># default: off<br># description: The tftp server serves files using the trivial file transfer \<br>#&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; protocol.&nbsp; The tftp protocol is often used to boot diskless \<br>
#&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; workstations, download configuration files to network-aware printers, \<br>#&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; and to start the installation process for some operating systems.<br>service tftp<br>{<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; disable = no<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; socket_type&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = dgram<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; protocol&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = udp<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; wait&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = yes<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; user&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = root<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; server&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = /usr/sbin/in.tftpd<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; server_args&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = -s /tftpboot -v<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; per_source&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = 11<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; cps&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = 100 2<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; flags&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = IPv4<br>}<br>[root@mythtv linux-install]# <br><br><br>So, when i start my VM machine i see it get a IP then look to the tftp server.&nbsp; i then get a page that says &quot;Welcome to the Red Hat Network Installer, Enter the # for the OS you want to&nbsp; install.&quot;<br>
<br>So why am I get a OS install?&nbsp; I want to boot diskless!&nbsp; In my system-config-netboot i configured for a diskless and have a profile created named mythfe.<br><br>help please!<br><br>Thanks,<br>Mitchell<br><br>