Does iPXE support DMAr enable in BIOS setting
When I use the latest iPXE release - v1.20.1, I hit system fails to boot into iPXE menu. It looks it only happen once I enable DMAr in BIOS. Dose iPXE support DMAr already?
View ArticleHow to replace the default blue backgroud in iPXE menu
I tried to use colour and cpair in iPXE menu but it doesn't looks any help. Is there a configure file which defines the brack ground color? or can I inject a picture? I think it requires to comment out...
View ArticleiPXE SMBIOS
I am trying to get information from the SMBIOS using iPXE's ${smbios/x.x.x} api. In the SMBIOS 3.0 documentation, memory devices are type 17 and its occurs multiple times for each RAM slot. With the...
View Articleabout /src/include/ipxe/keys.h
Hi all I was just wondering why in: /src/include/ipxe/keys.h #define KEY_F5 KEY_ANSI ( 15, '~' ) /**< F5 */ #define KEY_F6 KEY_ANSI ( 17, '~' ) /**< F6 */ #define KEY_F7 KEY_ANSI ( 18, '~' )...
View Articleboot and install windows server
Hi all, My ipxe system works wonderfully except one point : the boot on a windows server 2019 works well but before the installation, it tells me that it misses the media driver. When I boot a hyper-v...
View ArticleHeuristic to break DHCP infinite loop
I would like to propose a small heuristic to make it easier to break the DHCP infinite loop. Currently, users that have microtik routers or pfsense servers are advised to build ipxe on their own, while...
View ArticleWinPE 1903 Not Booting via wimboot (BIOS)
Hi All - Been using wimboot to boot WinPE for quite some time now. I've just created a new WIM to get the latest version of WinPE (1903 / 10.0.18362.1). I've also pulled out the BCD and boot.sdi files...
View ArticleFresh Git version - undefined reference to `vlan_find'
Error is appeared during build the freshest git version: Code: [code]ranlib bin/blib.a ld  -m elf_i386 -N --no-check-sections --section-start=.prefix=0  --gc-sections -static -T...
View ArticleNew preseed on Ubuntu 20.04
Hello, New Ubuntu, news problems! They change the network install. As new thread/doc said: Netbooting the live server installer And my new entry UEFI in menu.ipxe is: Code: :ubuntu2004 kernel...
View ArticleWin10 and pagefile
Hey. Tell me please. Windows 10 (1903, 1909, 2004) does not boot via iscsi if the pagefile is enabled. When loading, I get the error PAGE_FAULT_IN_NONPAGED_AREA. Tell me if there is a way around this...
View ArticleRealtek 2.5G bps NIC(8125 chipset)
Hi, I have a realtek 2.5G bps NIC using 8125 chipset & want to use ipxe with it. In latest stable Linux kernel, it is supported. But, it's not supported device by ipxe currently. Is there anyone...
View ArticleHow to submit patches for consideration?
Hi iPXE people, I'm interested in contributing to the iPXE code base but I can't find the documentation that describes how to do that. Is there a page that instructs would-be contributors how and where...
View ArticleISO build - Not taking config options
Hi, So I have been building and testing an EFI image. All is working well, I am using NFS for my environment and have enabled various options in the build under config/general.h The issue is when I...
View ArticleSetting console picture breaks the display when Ubuntu boots into kernel
So I've been battling an issue for a few days now. The issue is as follows:: Boot into iPXE efi image Load custom PHP menu with the picture code:: echo "console --x 1024 --y 768 --picture...
View Articleforum.ipxe.org - Can't post via IPv6
IPv6 addresses don't fit into 30 characters. You want at least 39 (32 hex + 7 separators).
View ArticleIs there a way to do like keyword 'e' in grub
There is keyword 'e' which provides me to edit the grub menu before a actually kernel loading or OS loading/boot. Is iPXE menu also have a similar way to do it so that it would be easier to add or...
View ArticleHow to POST / GET params with '+' char inside ?
Hi, first sorry for the previous twice posting which were not working, may because the forum seem to be a little down at that times. I'm trying to store some parameters on webserver which I can...
View ArticleDoes iPXE support DMAr enable in BIOS setting
When I use the latest iPXE release - v1.20.1, I hit system fails to boot into iPXE menu. It looks it only happen once I enable DMAr in BIOS. Dose iPXE support DMAr already?
View ArticleHow to boot with PXE using USB 3.0 to Gigabit Network Adapter
Hi, I would like to share some notes that allow me to use an USB to Network Adapter to boot using PXE. I have a TPLINK UE300 v3 adapter (https://www.tp-link.com/en/home-networki...ory/ue300/) with a...
View ArticleUse feature indicator to break infinite loop e.g. when booting Virtualbox VM
Hi, I found a solution to a very specific problem I think which is worth sharing. This thread is about how to break the infinite loop in situations where your server / client is equipped with an iPXE...
View Article