<p>I found the info on the Centos wiki helpful when I had these questions:</p>
<p> <a href="http://wiki.centos.org/HowTos/PXE/PXE_Setup">http://wiki.centos.org/HowTos/PXE/PXE_Setup</a></p>
<p>Note the last line links to the oxen menu guide.  I skipped the trouble of dhcp option entries.</p>
<div class="gmail_quote">On Aug 4, 2011 6:43 PM, "Paul Heinlein" <<a href="mailto:heinlein@madboa.com">heinlein@madboa.com</a>> wrote:<br type="attribution">> On Thu, 4 Aug 2011, Kenneth Porter wrote:<br>
> <br>>> The guides for a LAN install I've found all want to do an automated <br>>> kickstart install. Are there any guides that explain how to use eg. <br>>> CentOS-6.0-i386-netinstall.iso for an interactive PXE installation?<br>
>><br>>> I think I understand the DHCP config and I've got tftpd installed on <br>>> my CentOS 5 server and see the empty /tftpboot directory. I'm <br>>> guessing I need to unpack some of the files in the iso image into <br>
>> /tftpboot in some special layout and add some files from <br>>> /usr/lib/syslinux. What's not clear is what files in the image go <br>>> where in the tftpboot system, and what the menu stanza should look <br>
>> like in the menu file.<br>> <br>> LABEL centos-6-text.x86_64<br>>    MENU LABEL CentOS 6 x86_64 text installer<br>>    KERNEL images/centos/6/x86_64/vmlinuz<br>>    APPEND initrd=images/centos/6/x86_64/initrd.img ramdisk_size=100000 text<br>
> <br>> The images/ directory lives in /tftpboot on our tftp server.<br>> <br>> The vmlinuz and initrd.img both come from the images/pxeboot directory <br>> in the install tree, e.g.,<br>> <br>>    <a href="http://mirrors.cat.pdx.edu/centos/6/os/x86_64/images/pxeboot/">http://mirrors.cat.pdx.edu/centos/6/os/x86_64/images/pxeboot/</a><br>
> <br>> Of course, you might not want a text installation, given that it's <br>> braindead compared to its graphical counterpart...<br>> <br>> -- <br>> Paul Heinlein <> <a href="mailto:heinlein@madboa.com">heinlein@madboa.com</a> <> <a href="http://www.madboa.com/">http://www.madboa.com/</a><br>
> _______________________________________________<br>> CentOS mailing list<br>> <a href="mailto:CentOS@centos.org">CentOS@centos.org</a><br>> <a href="http://lists.centos.org/mailman/listinfo/centos">http://lists.centos.org/mailman/listinfo/centos</a><br>
</div>