Hello Muhammad, I ran into the same issue as you a while back. The trick was to put in a php statement to change the MIME type to text/plain. I don't know it off the top of my head though.
Once you do that, it should work. Alternatively, if you don't have any need for scripting logic, you can always use plain HTML with a text/plain mime type too. Best Regards, Andrew Bobulsky On Oct 6, 2010, at 9:09 AM, Muhammad Ammar <[email protected]> wrote: Hi, gPXE 1.0.1 Following are contents of boot.php <?php echo "#!gpxe\n"; echo 'chain pxelinux.0' ."\n"; ?> Regards, On Wed, Oct 6, 2010 at 3:27 PM, Thomas Miletich <[email protected]>wrote: > Hello, > please specify which version of gPXE you're using and please provide > sample output of the boot.php script. > > Thomas > > On Tue, Oct 5, 2010 at 1:19 PM, Muhammad Ammar <[email protected]> wrote: > > Hi All, > > > > Currently i have a PXELINUX/TFTP deployment environment and everything is > > working well except the slow kernel image download using TFTP. > > I have followed the instructions > > at > http://www.etherboot.org/wiki/appnotes/pxelinux_tftp_to_http_migration#gotchas_and_issues_encountered > . > > But pxelinux menu( /tftpboot/pxelinux.cfg/default) is not loading now. > > gPXE stack is loaded successfully. > > Following are the last two lines from gPXE output > > Booting from filename "http://192.168.1.200/gpxe/boot.php" > > http://192.168.1.200/gpxe/boot.php.. ok > > There is no progress after this. > > What i am doing wrong? > > Regards, > > _______________________________________________ > > gPXE mailing list > > [email protected] > > http://etherboot.org/mailman/listinfo/gpxe > > > > > _______________________________________________ gPXE mailing list [email protected] http://etherboot.org/mailman/listinfo/gpxe
_______________________________________________ gPXE mailing list [email protected] http://etherboot.org/mailman/listinfo/gpxe
