iPXE fails to download file large than 32KB
I test iPXE in Oracle VM VirtualBox. First machine it is Windows server 2012 with DHCP, IIS an WDS roles, second with setting boot from iPXE.iso, downloaded from official site. It's boot, obtain ip,...
View Articlemake on raspberry
Hello! I tried setting up ipxe on a raspberry PI. The way I use ipxe requires me to build the boot images on the raspberry but I get several errors (all the same, but for different objects) when...
View ArticleError blockdev.o build iPXE
I trying make iPXE in Linux (probably Slackware 12). Build stops at: Code: [BUILD] bin/blockdev.o In file included from include/ipxe/uaccess.h:27, from include/ipxe/blockdev.h:14,...
View Article[Solved] Boot ISO images over menu.ipxe
So far I've used pxelinux.0 default menu. Now I want to replace the default menu to menu.ipxe. I'm trying boot ISO image (75.3MB) over menu.ipxe. ISO loading but stop booting and message: Code: Loading...
View ArticleBuild iPXE local server ROM-o-matic error!
I try build iPXE in local Debian server ROM-o-matic but have error: Code: Sorry, no network driver supports PCI codes 10ec:8139 iPXE error.png (Size: 17.98 KB / Downloads: 2) If copy NIC file from...
View Articlecomplete boot-server
Hi, i'm quiet new on ipxe world, but i have successfuly setup a boot server that aid to install several kind of OS like linux, solaris, sparc even, and windows xp and 2003. My idea is, it's' possible...
View Articletftp instead of http
Hi, i'm starting some experiment with ipxe, i just copied menu.ipxe and bootstrap.ipxe to see how it's work, i'm playing with tftp instead of http. One question, sanboot command can play with tftp? or...
View ArticleHow boot iPXE script over pxelinux ?
I have own configured server TFTPD32 with DHCP and TFTP (pxelinux.0 + menu default). Now I learned that HTTP protocol is faster than TFTP to load ISO images. I want change loading ISO images to HTTP...
View Article[help] newbie cant boot off http
following " robinsmidsrod / _INSTALL.md " example... how do i boot an image via http? Code: :memtest echo Booting Memtest86 4.2.0 chain ${boot-url}/memtest/memtestp.bin goto start gives Code:...
View ArticleBoot by mac address
Hi, is there any solution to boot from a specific interface by mac address? Code: autoboot net0 Doesnt work reliable on some of my machines because net0 is sometimes net1 of the boot before. But i can...
View Articleinstalling windows7 on iscsi target failed
Hi, i'm tryng to use menu.ipx to install windows7 on iscsi target, o have successfuly setup web server according to menu.ipxe, right in place bootstrap.ipxe,menu.ipxe, undionly.kpxe in /tftpdroot...
View ArticleI do not understand what is CONSOLE_PCBIOS
The documentation says: Quote:The BIOS console uses a locally-attached keyboard and monitor for interaction with the user. You can enable or disable the BIOS console using the build option...
View Articleiscsi target list
Hi, there is some way to list all iscsi target presente in nas via iPXE?
View Articlearchitecture getting confused - wds chainloading
Hi There, firstly just to say i'm havnig a great time with this so far! my current environment is a mash up of pxelinux chainloading wds pxeboot.com which then returns boot images that are suitable for...
View Articleproblem with iscsi via nas
good evening i have a nas synology ds 212+ i have made a dhcp server via the synology. i made an iscsi target named iqn.2000-01.com.synology:test.boot.windows7 i have created on las the folder...
View Article[help] how to make blank undionly.kpxe
is it possible to remove all the verbose info ipxe does after pxe loads?
View Articlesanboot and windows 7 iso
Hi There, See below my script. I can boot a winpe.iso image with sanboot : ok. I can boot a winpe.wim image with wimboot : ok. I can boot a pmagic.iso image with memdisk : ok. but I cannot boot a...
View ArticlePassing parameters to WinPE
Hi, I'm booting a winPE with this script (which is working perfectly fine) but I would like to pass a parameter that I can retreive from the PE when it is booted. Is there a way to do that ? Code:...
View ArticleHow to boot with iscsi in UEFI env?
HI I have build snponly.efi, which can run in my UEFI uut, but when I want to use sanboot cmd to connect my iscsi target server, nothing happened. error code is 0x3f142003, before this operation, I...
View Article