Issue with iPXE and PHP
|
2017-12-15, 01:48
Post: #5
|
|||
|
|||
RE: Issue with iPXE and PHP
(2012-12-05 01:19)thomil Wrote: When exactly does iPXE hang? Right it fetches your php page and tries to execute it?Hello thomil, I am having same issue where ipxe is not detecting php scripts My test script is like this test.php <?php header ("Content-type: text/plain "); echo "#!ipxe\n"; echo ":exit\n"; echo "echo Booting from local disks ...\n"; echo "exit 0\n"; ?> when i run imgstat on ipxe it Shows test.php as [PXE-NBP] I have another script test2.php , and this script is shown as [script] when running imgstat #!ipxe echo ===== My iPXE Script ===== echo MAC address is ${net0/mac}" Any help will be greatly appreciated Thanks |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Issue with iPXE and PHP - sarahphillips - 2012-11-30, 01:25
RE: Issue with iPXE and PHP - robinsmidsrod - 2012-12-02, 22:45
RE: Issue with iPXE and PHP - thomil - 2012-12-05, 01:19
RE: Issue with iPXE and PHP - johnfortech - 2017-12-15 01:48
RE: Issue with iPXE and PHP - NiKiZe - 2017-12-17, 11:27
RE: Issue with iPXE and PHP - Torgeir - 2012-12-05, 11:23
|
User(s) browsing this thread: 1 Guest(s)