Search Results
|
Post |
Author |
Forum |
Replies |
Views |
Posted
[asc]
|
|
|
Thread: Fresh Git version - undefined reference to `vlan_find'
Post: RE: Fresh Git version - undefined reference to `vl...
There are links where attempting to do "Strip 802.1Q VLAN 0 priority tags" so is represented.
Moreover there is the patch in Debian rules for building iPXE deb package for Ubuntu.
Both links I think ... |
|
cpservicespb |
General |
2 |
5,890 |
2020-04-21, 02:01 |
|
|
Thread: Fresh Git version - undefined reference to `vlan_find'
Post: RE: Fresh Git version - undefined reference to `vl...
I almoste resolved the issue by my own. |
|
cpservicespb |
General |
2 |
5,890 |
2020-04-20, 23:45 |
|
|
Thread: The latest stable sources version, where is to download ?
Post: RE: The latest stable sources version, where is to...
I almoste resolved the issue by my own.
See at https://forum.ipxe.org/showthread.php?tid=21810 |
|
cpservicespb |
General |
3 |
10,166 |
2020-04-20, 23:41 |
|
|
Thread: Fresh Git version - undefined reference to `vlan_find'
Post: Fresh Git version - undefined reference to `vlan_f...
Error is appeared during build the freshest git version:
Code:
[code]ranlib bin/blib.a
ld -m elf_i386 -N --no-check-sections --section-start=.prefix=0 --gc-sections -static -T ... |
|
cpservicespb |
General |
2 |
5,890 |
2020-04-19, 23:48 |
|
|
Thread: WinPE 1903 Not Booting via wimboot (BIOS)
Post: RE: WinPE 1903 Not Booting via wimboot (BIOS)
|
cpservicespb |
General |
2 |
6,880 |
2020-04-19, 23:00 |
|
|
Thread: Hangs after Features banner
Post: RE: Hangs after Features banner
There is RTL8139 network card
Temporarily It was solved by adding DEBUG=realtek to build parameters.
Now there are some debug messages but stability was improved.
May be there is some bug, or memory... |
|
cpservicespb |
General |
1 |
5,359 |
2019-08-19, 22:35 |
|
|
Thread: Hangs after Features banner
Post: Hangs after Features banner
iPxe.pxe hangs after Features banner and Ctrl+B prompt.
But I can not upload photo from a client screen.
The following error is occured:
Please correct the following errors before continuing:
Th... |
|
cpservicespb |
General |
1 |
5,359 |
2019-08-19, 18:12 |
|
|
Thread: The latest stable sources version, where is to download ?
Post: RE: The latest stable sources version, where is to...
Here is:
net/netdevice.c: In function ‘net_pull_tags’:
net/netdevice.c:1072:28: warning: implicit declaration of function ‘vlan_find’; did you mean ‘vlan_tag’? [-Wimplicit-function-declaration]
... |
|
cpservicespb |
General |
3 |
10,166 |
2019-08-19, 17:00 |
|
|
Thread: The latest stable sources version, where is to download ?
Post: The latest stable sources version, where is to dow...
Where is able to download the latest stable version ?
Due to git to the date is not built besause of spme vlan erros. |
|
cpservicespb |
General |
3 |
10,166 |
2019-08-19, 10:45 |
|
|
Thread: iPxe.kpxe or undionly.kpxe, which is to choose ?
Post: RE: iPxe.kpxe or undionly.kpxe, which is to choose...
So, what is the fastest way for booting itself and booting images, is to use ipxe.pxe or undionly.kpxe ?
I built ipxe by myself.
And there is one nasty thing.
If I use ipxe.pxe, booting hans up after... |
|
cpservicespb |
General |
2 |
17,623 |
2019-08-19, 10:43 |
|
|
Thread: iPxe.kpxe or undionly.kpxe, which is to choose ?
Post: iPxe.kpxe or undionly.kpxe, which is to choose ?
Which file ipxe.kpxe or undionly.kpxe is to choose to boot via network ?
And what is each other intended for ? |
|
cpservicespb |
General |
2 |
17,623 |
2019-08-19, 01:23 |
|
|
Thread: What is IMAGE_SDI definition (option) turned on for ?
Post: What is IMAGE_SDI definition (option) turned on fo...
What is IMAGE_SDI turned on for ?
For supporting of booting from sdi format fiiles ?
If there is so, is it possible to boot, for example Windows installation WITHOUT wimboot using at all ?
There is bo... |
|
cpservicespb |
General |
1 |
5,757 |
2019-08-18, 21:55 |
|
|
Thread: iPxe, http, basic auth and login command in embed script and in menu script
Post: RE: iPxe, http, basic auth and login command in em...
I use git version from May, 13, 2019 compiled by myself.
Invoking of
Code:
set lusername ${username}
echo ${lusername:uristring}
after
Code:
login
gives right result.
So strange, I rebuil... |
|
cpservicespb |
General |
5 |
15,826 |
2019-05-16, 18:00 |
|
|
Thread: iPxe, http, basic auth and login command in embed script and in menu script
Post: RE: iPxe, http, basic auth and login command in em...
The working solution for me is:
${username}
and
${password}
not
${username:uristring}
and
${password:uristring} |
|
cpservicespb |
General |
5 |
15,826 |
2019-05-16, 15:23 |
|
|
Thread: iPxe, http, basic auth and login command in embed script and in menu script
Post: RE: iPxe, http, basic auth and login command in em...
(2019-05-15 20:59)NiKiZe Wrote: Test with the same command in both cases
and try with
echo ${username:uristring}
etc
to see that you have the exact same thing.
you might also want to read... |
|
cpservicespb |
General |
5 |
15,826 |
2019-05-16, 11:29 |
|
|
Thread: iPxe and chain for file located at local filesystem
Post: iPxe and chain for file located at local filesyste...
There is DOWNLOAD_PROTO_FILE option at xPxe sources.
Is it possible to map to memory or to load locally stored file such as menu, wimboot which are located for example in the same folder with undionly... |
|
cpservicespb |
General |
1 |
6,966 |
2019-05-15, 12:38 |
|
|
Thread: iPxe, http, basic auth and login command in embed script and in menu script
Post: iPxe, http, basic auth and login command in embed ...
I have the latest git veriosn of iPXE compiled from sources by myself.
There is login commands in 2 places - in embed script:
Code:
#!ipxe
ifconf || reboot
login || reboot
chain http://${usernam... |
|
cpservicespb |
General |
5 |
15,826 |
2019-05-15, 11:40 |