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:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
pxeboot.n12 working from DHCP PXE but not through iPXE
2014-06-23, 14:31 (This post was last modified: 2014-07-04 09:40 by karthikeayan.)
Post: #1
pxeboot.n12 working from DHCP PXE but not through iPXE
Hi,

I am trying to boot pxeboot.n12 to get the WINPE.

Code:
DHCP Configuration:
subnet 10.0.0.0 netmask 255.255.255.0 {
  range 10.0.0.15 10.0.0.50;
  option subnet-mask 255.255.255.0;
  if exists user-class and option user-class = "iPXE" {
    filename "pxeboot.n12";
  } else {
    filename "undionly.kpxe";
  }
  next-server 10.0.0.5;
}

This is working fine by fetching all the files including bootmgr.exe, BCD, winpe.wim.

The same thing when I try with iPXE, WINPE gets stuck at "Windows is loading files"

iPXE script:
Code:
#!ipxe
chain tftp://10.0.0.5/pxeboot.n12

How to solve this?

Server: HP DL380 Gen8
BIOS Last Updated: July 18 2013

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


Messages In This Thread
pxeboot.n12 working from DHCP PXE but not through iPXE - karthikeayan - 2014-06-23 14:31



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