Post Reply 
 
Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
ASUS AT5IONT-I: iPXE hangs on "iPXE Inicjalcizing devices..."
2016-07-08, 16:04
Post: #7
RE: ASUS AT5IONT-I: iPXE hangs on "iPXE Inicjalcizing devices..."
(2016-07-04 11:42)mcb30 Wrote:  
(2016-06-30 11:36)warped Wrote:  Just another data point with this MoBo and iPXE: it boots OK with gPXE.
For me effectively it means not ASUS BIOS fault - but rather iPXE issue....

In that case, you could find the offending commit via bisection.

Michael
right.
I forget that iPXE is based on gPXE.
I started bisect and....

receive

Code:
[BUILD] bin/tls.o
net/tls.c: In function ‘tls_new_handshake’:
net/tls.c:1654:19: error: initialization discards ‘const’ qualifier from pointer target type [-Werror=discarded-array-qualifiers]
   void *payload = &handshake->payload;
                   ^
cc1: all warnings being treated as errors
bin/rules/net/tls.c.r:3: recipe for target 'bin/tls.o' failed
make: *** [bin/tls.o] Error 1


this was for first iteration of bisect. Command was:
Code:
[root@mythtv ipxe]# git bisect start
[root@mythtv ipxe]# git bisect bad
[root@mythtv ipxe]# git bisect good v1.0.0
Bisecting: 1168 revisions left to test after this (roughly 10 steps)
[b33082a52b093ad91d2de55be5fe258630985562] [pcbios] Add extra debugging messages when unhiding iPXE from memory
[root@mythtv ipxe]# cd src
[root@mythtv src]#   make bin/undionly.kpxe
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: ASUS AT5IONT-I: iPXE hangs on "iPXE Inicjalcizing devices..." - warped - 2016-07-08 16:04



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