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
_______________________________________________
ipxe-devel mailing list
[email protected]
https://lists.ipxe.org/mailman/listinfo.cgi/ipxe-devel

Reply via email to