Hi all,<br> I'm trying to gPXE boot a Fedora .iso image (Fedora-12-x86_64-Live.iso).<br><br>If I create a .iso CD with that image everything works.<br><br>If I gPXE boot that image I keep getting an error ("tried to remove a fb that we didn't own")<br>
<br>I'm using memdisk to gPXE boot the .iso image.<br><br>here is the gPXE script I'm using<br><br>#!gpxe<br>kernel https://.../memdisk<br>initrd https://.../Fedora-12-x86_64-Live.iso<br>boot<br><br>Am I doing something wrong?<br>
<br>Thank you,<br> Luca<br>