[ipxe-devel] BFO Fedora and IPXE

Michael Brown mcb30 at ipxe.org
Thu Apr 17 12:25:59 UTC 2014


On 17/04/14 07:49, E-Blokos wrote:
> I'm trying to boot BFO (boot.fedoraproject.org)
> but I get
> Could not boot: Requested memory not available
>
> the text I put in my menu
>
> :fedora-instbfo
> echo Install Fedora from BFO
> dhcp net0
> imgfetch http://dl.fedoraproject.org/pub/alt/bfo/bfo.lkrn
> <snip>

The "bfo.lkrn" file is actually a build of gPXE/iPXE with an embedded 
script.  If you already have iPXE running, then you should just boot the 
Fedora installer kernel/initrd directly.  For example:

:fedora-instbfo
echo Install Fedora from BFO
dhcp net0
set os 
http://download.fedoraproject.org/pub/fedora/linux/releases/20/Fedora/x86_64/os
kernel ${os}/images/pxeboot/vmlinux repo=${os}
initrd ${os}/images/pxeboot/initrd.img
boot

Michael



More information about the ipxe-devel mailing list