Solved. A soft link caused wrong path, so message.txt was not found. This directory: /var/lib/tftpboot/X86PC/UNDI/linux-install/pxelinux.cfg was a soft link to: /var/lib/tftpboot/pxelinux.cfg
Both my pxelinux script and message.txt were in there. The client would see read the pxelinux script but fail to see message.txt FIX: 1. Moved message.txt to: /var/lib/tftpboot/X86PC/UNDI/linux-install/ 2. Changed DISPLAY line in syslinux.cfg: DISPLAY ../X86PC/UNDI/linux-install/message.txt Ultimately, I'd like to figure out how to make everything look at just /var/lib/tftpboot/pxelinux.cfg/, but I need to learn about pxe.config. With PXE, TFTP, and systemimager all looking for this directory in different places, it gets really confusing. On Wed, 2005-10-19 at 15:40 -0700, John Stile wrote: > My clients installing via PXE, but do not display the message.txt menu. > After the timeout, they boot what ever the DEFAULT image is set to. > They are hooked up to a standard lcd. Where would I find an error log > for this stage? > > Below I have included my the .cfg and message.txt > > My /var/lib/tftpboot/X86PC/UNDI/linux-install/pxelinux.cfg/syslinux.cfg > looks like this: > ####BEGIN syslinux.cfg#### > DEFAULT rebuild > LABEL localhost > LOCALBOOT 0 > LABEL rebuild > DISPLAY message.txt > PROMPT 1 > TIMEOUT 50 > KERNEL ../X86PC/UNDI/linux-install/kernel > APPEND vga=extended initrd=../X86PC/UNDI/linux-install/initrd.img > root=/dev/ram tmpfs_size=800M > ####END syslinux.cfg#### > ####BEGIN message.txt#### > 01============================================================================= > 0e > 0c Welcome to John's SystemImager Image server > 0e > 0e To boot the OS choose 'local' or just wait. > 0e > 0e Your boot options are: > 0e local --> Boot from local kernel > 0e rebuild --> Rebuild with > 0e > 0e questions?? --> [EMAIL PROTECTED] > 0e > 01=============================================================================0b > ####END message.txt#### > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: > Power Architecture Resource Center: Free content, downloads, discussions, > and more. http://solutions.newsforge.com/ibmarch.tmpl > _______________________________________________ > Sisuite-users mailing list > Sisuite-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/sisuite-users ------------------------------------------------------- This SF.Net email is sponsored by: Power Architecture Resource Center: Free content, downloads, discussions, and more. http://solutions.newsforge.com/ibmarch.tmpl _______________________________________________ Sisuite-users mailing list Sisuite-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/sisuite-users