Search Results
|
Post |
Author |
Forum |
Replies |
Views |
Posted
[asc]
|
 |
|
Thread: booting ipxe from pxelinux
Post: RE: booting ipxe from pxelinux
I prefer to boot initially pxelinux.0. To boot ipxe I chain ipxe.pxe.
Code:
LABEL L1
KERNEL pxechn.c32 /ipxe.pxe
This solution requires to embed an xxx.ipxe command file.
As I stated at the beginning... |
|
jwm77 |
General |
19 |
113,766 |
2013-09-12, 20:19 |
 |
|
Thread: booting ipxe from pxelinux
Post: RE: booting ipxe from pxelinux
Quote:MultimediaMan wrote: HPA changed quite bit in syslinux 6.01, and you should read all of the documentation. Not all of the old ways of doing things translate to this release.
I had red the docum... |
|
jwm77 |
General |
19 |
113,766 |
2013-09-04, 20:12 |
 |
|
Thread: booting ipxe from pxelinux
Post: RE: booting ipxe from pxelinux
Replying to MultimediaMan:
Using APPEND does not solve the problem. (As ipxe.lkrn will not get booted at all, the append statement is not relevant.)
Embedding works fine, but is cumbersome to administ... |
|
jwm77 |
General |
19 |
113,766 |
2013-09-02, 18:56 |
 |
|
Thread: booting ipxe from pxelinux
Post: RE: booting ipxe from pxelinux
Digging a little deeper I modified my default. file in pxelinux.cfg
#Default.
KERNEL ipxe.lkrn xxx
The result is:
Loading ipxe.lkrn...
Booting kernel failed: Invalid Argument
This is independant of ... |
|
jwm77 |
General |
19 |
113,766 |
2013-08-24, 17:30 |
 |
|
Thread: booting ipxe from pxelinux
Post: RE: booting ipxe from pxelinux
I cannot believe that gpxecmd.c32 will solve my problem.
Maybe my description was to generic.
Up to syslinux 4.04 the following default. file worked fine.
#Default.
DEFAULT menu.c32
LABEL nfw
KERNE... |
|
jwm77 |
General |
19 |
113,766 |
2013-08-09, 20:10 |
 |
|
Thread: booting ipxe from pxelinux
Post: booting ipxe from pxelinux
booting ipxe from pxelinux (V4.04) worked fine in both variants
LABEL IPXE_command
KERNEL IPXE.LKRN ipxe_command
LABEL IPXE_initrd
KERNEL IPXE.LKRN
INITRD IPXE_initrd_file.ipxe
booting pxelinux (... |
|
jwm77 |
General |
19 |
113,766 |
2013-08-01, 21:43 |
 |
|
Thread: booting ipxe from pxelinux
Post: booting ipxe from pxelinux
using pxelinux.0 (Version 4.04) I could boot ipxe in this way:
LABEL IPXE_shell
KERNEL /ipxe/IPXE.KRN ipxe command (eg. Shell)
using pxelinux (Version 6.01) this works no more
getting: "invalid ar... |
|
jwm77 |
General |
1 |
8,753 |
2013-08-01, 11:44 |