Search Results
|
Post |
Author |
Forum |
Replies |
Views |
Posted
[asc]
|
 |
|
Thread: Passing parameters to WinPE
Post: RE: Passing parameters to WinPE
Of course I use ipxe, this is a mistake in my script (but the script is working...)
The parameter I want to pass is "srv1" if the wim file is booted from srv1. srv1 is dynamically calculated before t... |
|
Kirioss |
General |
4 |
21,584 |
2013-05-02, 11:19 |
 |
|
Thread: Passing parameters to WinPE
Post: Passing parameters to WinPE
Hi,
I'm booting a winPE with this script (which is working perfectly fine) but I would like to pass a parameter that I can retreive from the PE when it is booted.
Is there a way to do that ?
Code... |
|
Kirioss |
General |
4 |
21,584 |
2013-05-02, 08:45 |
 |
|
Thread: UEFI USB
Post: RE: UEFI USB
(2013-04-19 11:22)mcb30 Wrote: Do you mean a UEFI-bootable USB key containing iPXE?
That is exactly what I mean. I then have my answer... I assume the answer is the same with undionly.kpxe (sn... |
|
Kirioss |
General |
3 |
17,275 |
2013-04-19, 13:06 |
 |
|
Thread: UEFI USB
Post: UEFI USB
Hi,
Is there a way to generate a UEFI compliant USB key for iPXE ?
Thank you |
|
Kirioss |
General |
3 |
17,275 |
2013-04-19, 10:09 |
 |
|
Thread: iPXE to redirect boot to another PXE server
Post: RE: iPXE to redirect boot to another PXE server
I've only tested the first one for this evening and it is working perfectly !!!
Thank you very much ! |
|
Kirioss |
General |
16 |
91,750 |
2013-04-15, 19:06 |
 |
|
Thread: iPXE to redirect boot to another PXE server
Post: RE: iPXE to redirect boot to another PXE server
Thank you
I think the pxebs type is 3840... not lucky :-(
43.8 has to be defined has follow in my DHCP : 080B000F020A0102030A010204 where
08 : the 43.8 option
0B : size of 08 option (11 hex)
000F : ... |
|
Kirioss |
General |
16 |
91,750 |
2013-04-15, 18:13 |
 |
|
Thread: iPXE to redirect boot to another PXE server
Post: RE: iPXE to redirect boot to another PXE server
Thank you
pxebs net0 does not meet usage, I tried
pxebs net0 3840 but I receive a 0x1c106002 error
|
|
Kirioss |
General |
16 |
91,750 |
2013-04-15, 16:18 |
 |
|
Thread: iPXE to redirect boot to another PXE server
Post: RE: iPXE to redirect boot to another PXE server
I may not understand your answer, but the IP I need to modify is not the client IP but the PXE server IP given by the DHCP (I want to overwrite it regarding some external rules)
My ugly code modifica... |
|
Kirioss |
General |
16 |
91,750 |
2013-04-15, 14:39 |
 |
|
Thread: iPXE to redirect boot to another PXE server
Post: RE: iPXE to redirect boot to another PXE server
I found that, using the pxebs function and then, modifying the target PXE server IP, the request sent to the PXE server is a ProxyDHCP request and is working well. Only problem : I had to change sourc... |
|
Kirioss |
General |
16 |
91,750 |
2013-04-12, 15:51 |
 |
|
Thread: wimboot and IIS
Post: RE: wimboot and IIS
Hi,
You should test all your URL from a web browser on an installed machine, just to be sure you don't actually download an IIS error page instead of the files you're looking for. For example, be ca... |
|
Kirioss |
General |
5 |
23,985 |
2013-04-08, 18:47 |
 |
|
Thread: iPXE to redirect boot to another PXE server
Post: RE: iPXE to redirect boot to another PXE server
I have several PXE solutions, but it seems the most difficult to redirect to is TPM4OSD, because the request to the local proxyDHCP service seems to be mandatory |
|
Kirioss |
General |
16 |
91,750 |
2013-04-06, 06:48 |
 |
|
Thread: iPXE to redirect boot to another PXE server
Post: RE: iPXE to redirect boot to another PXE server
Thank you, interesting, I will try, but it may not work for all my PXE solutions.
The problem is, as fas as I understood how my other PXE solutions are working (commercial products), they expect a re... |
|
Kirioss |
General |
16 |
91,750 |
2013-04-04, 07:17 |
 |
|
Thread: iPXE to redirect boot to another PXE server
Post: RE: iPXE to redirect boot to another PXE server
Thank you for this answer. In fact, I'm looking for a way to boot to a specific PXE server (other PXE technology) as if it was given by my DHCP.
This could be :
DHCP tells to boot iPXE server -> ... |
|
Kirioss |
General |
16 |
91,750 |
2013-04-02, 15:02 |
 |
|
Thread: iPXE to redirect boot to another PXE server
Post: iPXE to redirect boot to another PXE server
Hi all,
Is there a way to instruct iPXE to make a normal PXE boot to a specified PXE server (regardless of what DHCP says) ?
I would like to use a PXE iPXE boot to make a boot redirection to other ... |
|
Kirioss |
General |
16 |
91,750 |
2013-04-02, 14:40 |