Embedded scripts not working
|
2012-09-30, 10:25
Post: #1
|
|||
|
|||
Embedded scripts not working
Using grub4dos, I am trying to boot with the following menu.lst file configuration :
Code: title iPXE LOAD.IPXE : ( saved as UNIX text file ) Code: #!ipxe grub4dos loads IPXE.KRN but LOAD.IPXE is never processed and the computer falls back to the network boot screen : Code: Booting command-list The computer reacquires an IP address from DHCP and the grub4dos menu is presented again. Removing initrd /LOAD.IPXE from menu.lst works fine and I can hit CTRL+B to to access the command-line mode to boot my .iso file successfully. Removing pxe keep does not change the result. IPXE.KRN is extracted from ipxe.iso How do I need to configure the menu.lst file to run the script LOAD.IPXE successfully? Server = Windows XP SP3 Tried also the configuration below but no success ( Embedding via the command line method ) , menu.lst entry : Code: title iPXE Testing this method : Code: Booting command-list Once again, the computer falls back to the network boot screen : Code: Intel UNDI, PXE - 2.0 ( build 082 ) I guess there is a problem with the special characters \&\& |
|||
2012-10-02, 11:12
Post: #2
|
|||
|
|||
RE: Embedded scripts not working
I believe it should be just && in PXELinux, not \&\&.
|
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 2 Guest(s)