How to setup iPXE on Windows server?
|
2011-09-28, 07:59
Post: #1
|
|||
|
|||
How to setup iPXE on Windows server?
Hello everyone, I'm new in iPXE, I'm using PXELINUX on a Windows 2003 Server now.
There is a blue PXE screen comes up when client boot up via PXELINUX, I'm able to customize the PXE menu. I can boot up to Linux, WINPE1.0, WINPE2.0, WINPE3.0 via PXELINUX. Does anybody have similar experience? My question is: 1. How to configure iPXE on Windows server? 2. Is it possible to boot up WINPE2.0, WINPE3.0 via iPXE without WINDOWS BOOT MANAGER? ( We have issue to boot up WINPE2.0 & 3.0 directly via PXELINUX, so we use AIK generate WIM file first and boot up these kind of WIM images via WINDOWS BOOT MANAGER). |
|||
2011-10-07, 21:15
(This post was last modified: 2011-10-07 21:19 by MultimediaMan.)
Post: #2
|
|||
|
|||
RE: How to setup iPXE on Windows server?
You can boot WinPE1.6, WinPE2.0 and WinPE3.0/3.1 via pxelinux.0
Boot Script Syntax: Code: DEFAULT /bin/vesamenu.c32 I have not been able to get an iSCSI ISO Boot to succeed... as near as I can tell, the Kernel for the PE Operating System re-initializes the hardware during loading, and "loses" the connection. One things I have not fully explored are the various memdisk options using WinPE ISOs (I know for sure the "RAW" option is a no go)... Example: KERNEL /bin/memdisk raw Does not work!!! The trouble with those, again, is the hardware detection... It would not be very difficult to recode the PE bootloader to be compatible, it is just getting Microsoft to see the value in doing so. To be fair, a lot of non-Redhat-Based distros have problems using an ISO SANBOOT; those that do succeed tend to be the netboot ISOs.... they are small and light and generally load the data from the ISO to memory before executing it, by design (which is probably how Microsoft would recode PE). iPXE to these small images is essentially ignored or passed onto something like Anaconda for the actual OS Installer. It really is a case of the installers not being ready for what iPXE brings to the table. "Thus far, you have been adrift within the sheltered harbor of my patience..." |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)