[BUILD] bin/config.o
In file included from config/config.c:27:0:
./config/settings.h:20:35: fatal error: config/local/settings.h: No such file or directory
#include <config/local/settings.h>
^
compilation terminated.
Makefile.housekeeping:850: recipe for target 'bin/config.o' failed
gmake: *** [bin/config.o] Error 1
root@support:~/ipxe/src #
gmake CC=gcc5 HOST_CC=gcc5
. There seems to be some issues with generating bin/ipxe.iso, so I don't think the ISO is usable, but the other images seem fine. iPXE> chain http://boot.ipxe.org/demo/boot.php
Next server: 192.168.1.1
Filename: ipxe.pxe
Root path: tftpboot
Ignoring unsupported root path
tftp://192.168.1.1/ipxe.pxe... ok
ipxe.pxe contains all network drivers iPXE supports and can be used with or without a PXE ROM. undionly.kpxe can only be used if you chain load iPXE from your card's PXE ROM which supports the Universal Network Device Interface (=> UNDI only).I managed to test ipxe.pxe and undionly.kpxe on my PXE boot server and both worked although I'm not sure of what the difference is between them.
The demo is probably 64-bit only. That URL returns the following iPXE script:I managed to test ipxe.pxe and undionly.kpxe on my PXE boot server and both worked although I'm not sure of what the difference is between them. One problem in my case was that an x86-64 CPU was required when I tried
iPXE> chain http://boot.ipxe.org/demo/boot.php
Is there an option to make this work for an i686 CPU.
#!ipxe
kernel vmlinuz-3.16.0-rc4 bootfile=http://boot.ipxe.org/demo/boot.php fastboot initrd=initrd.img
initrd initrd.img
boot
make IPXE_EMBED=/path/to/ipxe/script
#!ipxe
prompt --key 0x02 --timeout 2000 Press Ctrl-B for the iPXE command line... && shell ||
menu Please choose an image to boot
item debian Debian Jessie
item mfsbsdmini mfsBSD 10.2-RELEASE
choose --default debian --timeout 10000 img && goto ${img}
:debian
ifconf
sanhook http://ftp.de.debian.org/debian/dists/jessie/main/installer-amd64/current/images/netboot/mini.iso
sanboot --keep
# Loading FreeBSD this way is very, very slow. Be patient!
# root password is mfsroot
:mfsbsdmini
ifconf
sanhook http://mfsbsd.vx.sk/files/iso/10/amd64/mfsbsd-mini-10.2-RELEASE-amd64.iso
sanboot --keep
Sure, why not? I've created a repository here: https://github.com/applicative-tech/ipxe-scriptsIs there any chance of creating a repository for such IPXE scripts?
I deleted the repository a while ago because there was no interest in it. But the only script that was in it was what I already posted here.I get a 404 with that URL...