Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Unable to boot to pxe for Intel NUC DN2820FYKH
2015-03-16, 15:08
Post: #1
Unable to boot to pxe for Intel NUC DN2820FYKH
Hi,

I have a unit of Intel NUC DN2820FYKH. When I try to network boot to pxe, it hangs on "iPXE initialising Devices...". My iPXE and TFTP service is working fine in my network as I have a number of devices may boot into it.

I have tried compile ipxe.pxe from latest git commit but problem remain the same.

Is there anything I miss or iPXE is not ready for Intel NUC yet?
Find all posts by this user
Quote this message in a reply
2015-03-18, 03:45 (This post was last modified: 2015-03-18 08:44 by soongin.)
Post: #2
RE: Unable to boot to pxe for Intel NUC DN2820FYKH
(2015-03-16 15:08)ccy Wrote:  Hi,

I have a unit of Intel NUC DN2820FYKH. When I try to network boot to pxe, it hangs on "iPXE initialising Devices...". My iPXE and TFTP service is working fine in my network as I have a number of devices may boot into it.

I have tried compile ipxe.pxe from latest git commit but problem remain the same.

Is there anything I miss or iPXE is not ready for Intel NUC yet?

Your iPXE rom can't initialize network device on InterNUC.
Try followings.

1. Boot NUC with Linux LiveCD (Ubuntu will be fine)
2. Open terminal and type "lspci". Find out Ethernet controller and device ID.
(in my case, 03:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8169 Gigabit Ethernet (rev 10))
3. Type "lspci -ns 03:00.0" and you can see VID:PID.
(in my case, 10ec:8169 (rev 10))
4. Try to build iPXE rom with this VID/PID as below.
make bin/10ec8168.kpxe (pxe/kpxe/kkpxe whaterver you need)

Hope this helps.
Find all posts by this user
Quote this message in a reply
2015-03-23, 03:21
Post: #3
RE: Unable to boot to pxe for Intel NUC DN2820FYKH
I had the same problem until I changed one of the BIOS setting to "Windows 7" instead of "Windows 8" (which was the default).

I have 15+ of these booting into iPXE every day.
Find all posts by this user
Quote this message in a reply
Post Reply 




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