[SOLVED] iPXE won't boot on old Pentium - Printable Version +- iPXE discussion forum (https://forum.ipxe.org) +-- Forum: iPXE user forums (/forumdisplay.php?fid=1) +--- Forum: General (/forumdisplay.php?fid=2) +--- Thread: [SOLVED] iPXE won't boot on old Pentium (/showthread.php?tid=17401) |
[SOLVED] iPXE won't boot on old Pentium - xavquatorze - 2019-02-09 15:04 Hi, I'm trying to load iPXE on an old P233MMX but the boot process gets stuck after. Code: Loading ipxe.krn.......ready. I've tried : - the official iso (isolinux loads but no iPXE) - build on WSL (Ubuntu 18.04) - build on Debian 9 i386 With the same result, with floppy image and iso. I've tested a build with debug enabled : make bin/rhine.iso DEBUG=libprefix,dskprefix Code: iPXE ISO boot image If the boot process worked, the next message should be Code: close_payload From the source I understand that it has to do with switching to protected mode. So I tried to build a kir with Code: make -f arch/i386/kir-Makefile What can I do next? RE: iPXE won't boot on old Pentium - xavquatorze - 2019-02-13 00:52 Well, after several trial and error, undefining TIVOLI_VMM_WORKAROUND in general.h does the trick. |