-
|
so, i have a problem: |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
Verify that the file has valid magic to be a iPXE script, that is that it actually starts with You could also verify that the script itself works by pressing ctrl-b and manually chain into the script that you temporarily put on your TFTP as will. You can also use |
Beta Was this translation helpful? Give feedback.
-
|
there was an extraneous byte |
Beta Was this translation helpful? Give feedback.
Verify that the file has valid magic to be a iPXE script, that is that it actually starts with
#!ipxeand not some other magic BOM bytes or similar before it.You could also verify that the script itself works by pressing ctrl-b and manually chain into the script that you temporarily put on your TFTP as will.
You can also use
imgfetchand thenimgstatto verify that iPXE detects it as a valid script.