<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;font-family:Calibri,Arial,Helvetica,sans-serif;" dir="ltr">
<p>Hi,</p>
<p><br>
</p>
<p>i used the following:</p>
<p><span style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 13.3333px;"><br>
</span></p>
<p><span style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 13.3333px;">make bin-arm64-efi/808610d3.efi DEBUG=pci,intel</span><br>
</p>
<p><span style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 13.3333px;"><span style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 13.3333px;">make bin-arm64-efi/808610d3--pci.efi DEBUG=pci,intel</span><br>
</span></p>
<p><span style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 13.3333px;"><span style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 13.3333px;"><span style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 13.3333px;">make
 bin-arm64-efi/808610d3--intel.efi DEBUG=pci,intel</span><br>
</span></span></p>
<p><span style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 13.3333px;"><span style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 13.3333px;"><span style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 13.3333px;"><br>
</span></span></span></p>
<p>It is giving the same error without printing any more prints.</p>
<p><br>
</p>
<p>Any further suggestions would be of great help.</p>
<p><br>
</p>
<p>Thanks,</p>
<p>Shubham</p>
<br>
<br>
<div style="color: rgb(0, 0, 0);">
<div>
<hr tabindex="-1" style="display:inline-block; width:98%">
<div id="x_divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" color="#000000" style="font-size:11pt"><b>From:</b> Michael Brown <mcb30@ipxe.org><br>
<b>Sent:</b> Saturday, April 29, 2017 1:35 AM<br>
<b>To:</b> Shubham Mittal<br>
<b>Cc:</b> ipxe-devel@lists.ipxe.org<br>
<b>Subject:</b> Re: [ipxe-devel] using pci to get the kernel up not working!!</font>
<div> </div>
</div>
</div>
<font size="2"><span style="font-size:10pt;">
<div class="PlainText">On 28/04/17 11:42, Shubham Mittal wrote:<br>
> make bin-arm64-efi/808610d3.efi<br>
> <br>
> but its not working, when i choose the pci interface in the boot menu of <br>
> UEFI,<br>
> <br>
> i think it gets the ipxe application because it prints<br>
> <br>
> ..iPXE initialising devices...ok<br>
> <br>
> no more network devices<br>
<br>
Try building with DEBUG=pci,intel :<br>
<br>
   make bin-arm64-efi/808610d3.efi DEBUG=pci,intel<br>
<br>
That should add debug information which will check that iPXE is at least <br>
able to enumerate the NIC as a PCI device, and may also show some <br>
Intel-specific debug messages.<br>
<br>
Michael<br>
</div>
</span></font></div>
</div>
</body>
</html>