The following warnings occurred:
Warning [2] count(): Parameter must be an array or an object that implements Countable - Line: 807 - File: showthread.php PHP 7.3.15 (Linux)
File Line Function
/showthread.php 807 errorHandler->error





Post Reply 
 
Thread Rating:
  • 2 Vote(s) - 3.5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Breaking loop by checking iPXE special feature?
2019-12-09, 09:39 (This post was last modified: 2019-12-10 09:22 by foresty.)
Post: #1
Breaking loop by checking iPXE special feature?
Sorry for posting my question here!
Because I can't find where is the button to post a new discussion.
(Maybe I have no right to post question as a new user).

Seriously, I have to register my new same accout(foresty, with the same PASSWORD for 3rd time), as I can't keep my account after registering about 5 hours.

##### My question is #####
I have met an issue when use iPXE booting VM on Ctrix XenServer 6.5.
The VM has an old existing iPXE verision embeded. I got failed chainload old iPXE ROM with
"user-class iPXE" option.
if exists user-class and option user-class = "iPXE" {
filename "http://pxe.mydomain.org/ipxe/boot.ipxe";
} else { ...

Follow Robin's link "https://gist.github.com/robinsmidsrod/4008017"
I also tried to use "iPXE feature detetion" on my DHCP by replacing user-class option (it works before changing), but it didn't break iPXE loop:
if exists ipxe.https {
filename "http://pxe.mydomain.org/ipxe/boot.ipxe";
} else { ...

So anybody could help me? Thanks very much.

Best Regards,
Foresty
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Breaking loop by checking iPXE special feature? - foresty - 2019-12-09 09:39
RE: Breaking loop? - NiKiZe - 2019-12-10, 00:26
RE: Breaking loop? - foresty - 2019-12-10, 02:29
RE: Breaking loop? - NiKiZe - 2019-12-10, 06:54
RE: Breaking loop? - foresty - 2019-12-10, 07:53
RE: Breaking loop? - foresty - 2019-12-12, 10:16



User(s) browsing this thread: 1 Guest(s)