Search Results
|
Post |
Author |
Forum |
Replies |
Views |
Posted
[asc]
|
 |
|
Thread: iPXE HTTP boot using PHP
Post: RE: iPXE HTTP boot using PHP
(2019-11-19 23:16)darkoni Wrote: ... mention the argument inst.stage2 in the documentation ?
each system has it's own kernel parameter, why bother mention one?
|
|
cckp |
General |
2 |
6,872 |
2019-11-20, 06:18 |
 |
|
Thread: [solved] Variable in boot menu
Post: RE: Variable in boot menu
try add some sleep and echo in your script to ensure it's actually running |
|
cckp |
General |
17 |
55,118 |
2019-10-15, 11:38 |
 |
|
Thread: FTP chainloading a menu.ipxe
Post: RE: FTP chainloading a menu.ipxe
(2019-09-19 04:45)NiKiZe Wrote: if PXE-NBP then it runs as binary code.
sometimes it's just because of text format.
e.g.
http download a script text file like this:
Code:
#!ipxe
echo hi
wil... |
|
cckp |
General |
8 |
13,520 |
2019-09-19, 06:48 |
 |
|
Thread: menu item hotkey without immediately enter?
Post: RE: menu item hotkey without immediately enter?
got it, finally :)
thanks you a lot |
|
cckp |
General |
8 |
12,956 |
2019-09-19, 01:34 |
 |
|
Thread: menu item hotkey without immediately enter?
Post: RE: menu item hotkey without immediately enter?
believe it or not, gist.github.com is forbidden in my country, though github.com is ok. |
|
cckp |
General |
8 |
12,956 |
2019-09-17, 16:02 |
 |
|
Thread: menu item hotkey without immediately enter?
Post: RE: menu item hotkey without immediately enter?
nice, though I can't see your code. it's forbidden to use Google.com in my country |
|
cckp |
General |
8 |
12,956 |
2019-09-17, 11:42 |
 |
|
Thread: menu item hotkey without immediately enter?
Post: RE: menu item hotkey without immediately enter?
you can use hidden key to change menu default item
Code:
#!ipxe
:menu
menu
item a a itemA
item b b itemB
item -k a selecta
item -k b selectb
choose -d ${m} -k m
goto ${m} || goto menu$... |
|
cckp |
General |
8 |
12,956 |
2019-09-16, 12:15 |
 |
|
Thread: add private key to ipxe
Post: add private key to ipxe
at http://ipxe.org/err/0216eb
>> cat selfsigned-cert.pem selfsigned-key.pem > cert-and-key.pem
>> make bin/ipxe.lkrn EMBED=../syslinux.ipxe CERT=../certs/cert-and-key.pem TRUST=../cert... |
|
cckp |
General |
1 |
4,261 |
2019-07-06, 04:23 |
 |
|
Thread: string manipulating method
Post: string manipulating method
with iPXE scripting how to calclulate string length? do a substr?
currently I can only do some very simple things, like get left 4 letters, get right 1 letter(from left 4 letters), get right 2 lette... |
|
cckp |
General |
0 |
3,364 |
2019-07-04, 03:31 |
 |
|
Thread: how to press F1
Post: RE: how to press F1
finally I setup a vmware machine to build iPXE, with suggested DEBUG=bios_console
then, when I run the command "prompt",
and press F1, I got this error:
"Unrecognised BIOS scancode 3b"
and for F2:... |
|
cckp |
General |
6 |
10,113 |
2019-07-04, 03:03 |
 |
|
Thread: how to press F1
Post: RE: how to press F1
a-z is not special key, can be used as is in cmd
as, so need not define
prompt -k a
this works
but you cannot use this:
prompt -k f1
I tried my best to find the keycode for F1
but failed.
i... |
|
cckp |
General |
6 |
10,113 |
2019-07-03, 13:56 |
 |
|
Thread: Creating advanced snponly.efi in rom-o-matic.edu
Post: RE: Creating advanced snponly.efi in rom-o-matic.e...
try add &IMAGE_PNG=1 at your url |
|
cckp |
General |
3 |
7,938 |
2019-07-03, 11:28 |
 |
|
Thread: how to press F1
Post: RE: how to press F1
The values for special keys such as Ctrl-B and F12 are defined in include/ipxe/keys.h within the iPXE source code.
keys.h:
http://git.ipxe.org/ipxe.git/blob/HEAD:/...pxe/keys.h
...
#define KEY_DC ... |
|
cckp |
General |
6 |
10,113 |
2019-07-03, 11:19 |
 |
|
Thread: IPXE LLDP and type casting
Post: RE: IPXE LLDP and type casting
count the length on the string to find the right ofset number?
so basically you invented two string manipulating methods: len(str) and substr(str)?
sounds good |
|
cckp |
General |
1 |
4,358 |
2019-07-03, 00:59 |
 |
|
Thread: how to press F1
Post: how to press F1
from here:
http://ipxe.org/cmd/prompt
I saw an example:
prompt --key 0x02 --timeout 2000 Press Ctrl-B for the iPXE shell... || goto no_shell
just to be curious, how to change the key to F1?
there's... |
|
cckp |
General |
6 |
10,113 |
2019-07-03, 00:49 |
 |
|
Thread: wimboot filename length restricted to 7 ?
Post: RE: wimboot filename length restricted to 7 ?
Sorry for the older version part.
If I tried some more tests, I may found the 12 character limitation by myself...
Anyway it's good to know that it help you to find out the real thing. feel honored ... |
|
cckp |
General |
6 |
17,892 |
2014-09-23, 03:43 |
 |
|
Thread: rom-o-matic js error
Post: RE: rom-o-matic js error
tried wimboot.i386 , now there's no previous 0x7f048283 error
but there's another issue:
Windows Boot Manager
Windows failed to start. A recent hardware or ...
file
File: \efi\microsoft\boot\BCD
S... |
|
cckp |
General |
5 |
16,813 |
2014-09-23, 03:42 |
 |
|
Thread: wimboot filename length restricted to 7 ?
Post: RE: wimboot filename length restricted to 7 ?
Quote:
There shouldn't be any 7-character limit. wimboot supports long file names
sure , it does support long file names
but my point is , the boot.wim file name, not font name
tried many times ,... |
|
cckp |
General |
6 |
17,892 |
2014-09-21, 15:39 |
 |
|
Thread: rom-o-matic js error
Post: RE: rom-o-matic js error
nothing special
only two line error:
Could not boot: Error 0x7f048283 (http://ipxe.org/7f048283)
Could not boot: Error 0x7f048283 (http://ipxe.org/7f048283)
http://ipxe.org/7f048283 :
Error: Coul... |
|
cckp |
General |
5 |
16,813 |
2014-09-21, 13:10 |
 |
|
Thread: rom-o-matic js error
Post: rom-o-matic js error
I think there's a little spelling mistake in this file:
https://rom-o-matic.eu/js/ui.js
line 23:
var options = '<option value="all" selected>all-drivers</option>\n<opt... |
|
cckp |
General |
5 |
16,813 |
2014-09-21, 07:22 |