Error no such file or directory (ipxe)
Hi, excuse my english i'm french. I try to use ipxe, wimboot and undionly.kpxe to load an wim file. This file is a Winpe .wim. I have build this winpe with windows 10. when i try to boot on this file,...
View ArticleChainloading grub2 pxe efi file
There appears to be a bug where iPXE cannot chainload a GRUB2 EFI file. This is used with Clonezilla & DRBL installations, where the GRUB2 file is dynamically generated. Steven Shiau of the DRBL...
View Articleipxe.lkrn does not detect Atheros L2 network interface
Hello, I would like to express my appreciation to iPXE developers for this project. I have followed online instructions to download latest iPXE from git and run "make" which finished successfuly. My...
View Articlepciscan not working in ipxe.efi
Hi, I am trying to add a sleep or ifclose command in case I find a pci or network card, all this in my boot menu just before booting. I am trying something like this: Code: :scan pciscan addr || goto...
View ArticleNo drives available while booting
Hello Team, I'm trying to use Synology NAS in place of WDS server. I'm trying to boot Windows 10 .wim file. I'm new to this technology and have tried many things to get this thing working. However, I'm...
View ArticleWireless adapter AR9565 is not supported
Hi, I have a laptop with QCA9565 / AR9565 Wireless Network Adapter, 168c:0036. Firstly when I loaded the laptop using ipxe.iso I did not see that adapter at all. Then I've downloaded sources, updated...
View ArticleCan not boot RHEL 7.3 by using iPXE
Hi, I am trying to boot RHEL 7.3 by using iPXE (0c8d16 and fd95c). The hardware is HP ProLiant DL360 Gen9. However, Linux kernel does not start up after downloading initrd and vmlinuz. It looks like...
View ArticleLoading ipxe.efi with a custom script
Hello, our project (http://www.theforeman.org) provides functionality to generate bootdisk for individual hosts. These are either iPXE or SYSLINUX based without or with embedded linux kernel. The iPXE...
View ArticleQ: undionly.kpxe and sanhook to iSCSI target
Hello, I am attempting to gain access to iSCSI target and no success as of this moment and I am confused why it does not "attach" my target. System configuration: 1. iSCSI target located on Debian 7...
View ArticleiPXE -- Windows 10 installation (fail)
Hello, finally I was able to achive workable configuration for PXE -> iPXE -> undionly.kpxe -> iSCSI I attempted to install Windows 10 (1607) on sanhooked iSCSI drive which did fail. Progress...
View ArticleiPXE -- Windows 8.1 installation (fail)
Hello, I've attempted to run Windows 8.1 installation in diskless test computer which did fail. Installation progress: 1. PXE requests DHCP server 2. DHCP server replies with undionly.kpxe 3. iPXE...
View ArticleBuilding with 2 drivers
Is it possible to build an image with with 2 NIC drivers ie. intel and intelx. Looking through the documentation I do not see an easy method of doing so.
View ArticleMount iSCSI, install from USB
Hi all, I have been playing around with iPXE for a couple months now. Nothing mission critical, just exploring different things in my home lab. I have two Windows 10 machines booting over iSCSI, and my...
View ArticleSet arguments of Grub bootloader from iPXE
Hi, I am planning to use iPXE sanboot method to boot a disk-less client. To start with, I created a image by installation ubuntu on a local disk and exported it using the iscsi protocol. I am able to...
View Articlemanually wrap wimboot cpio
Hi from this forum http://forum.ipxe.org/showthread.php?tid...56#pid9656 It seemed it was possible to create cpio archive for testing with wimboot echo bootmgr BCD boot.sdi boot.wim | fmt -1 | cpio -H...
View Articleipxe.lkrn does not detect L2 network interface in MBR
Hello, I purpose to set pxe in grub,then MBR boot auto pxe after reboot os. I have followed online instructions to download latest iPXE from git and run "make" which finished successfuly. My attempt...
View ArticleiPXE demo/poc
Hi! I setup a little demo/poc and put the relevant stuff (description, scripts, etc.) in GitLab at this address: https://gitlab.com/polettix/pxe-poc. I hope it can be of help to someone. One thing I...
View ArticleCan not boot From menu file in the style
Hi, I have been playing with iPXE boot system for iSCSI. All independent startup functions can be achieved. And the question now for me is, this ipxe.menu File is OK, for work...
View Articleone image on multiple hardware configurations
Hi, I am trying to create one master image to run different hardware configurations that I have. It's about 4 different configurations, when I create separate image for each it runs smoothly, but when...
View ArticleHTTP redirect 301 support
I am experiencing issues with HTTP redirect when loading kernel/image from HTTP. Is HTTP redirect supported in the HTTP implementation? I can't find this in the codebase, thanks.
View Article