Search Results
|
Post |
Author |
Forum |
Replies |
Views |
Posted
[asc]
|
|
|
Thread: Problem chainloading syslinux.efi from iPXE
Post: RE: Problem chainloading syslinux.efi from iPXE
Thanks for the tips, have updated accordingly and rebuilt. This is not for booting an OS, we use our PXE for Clonezilla, utility ISOs and various other things. It's all working via BIOS, and now I wou... |
|
mattross |
General |
6 |
31,441 |
2016-04-28, 12:47 |
|
|
Thread: Problem chainloading syslinux.efi from iPXE
Post: Problem chainloading syslinux.efi from iPXE
I have compiled iPXE from the Github repository and I'm trying to use it on a UEFI system to chainload into our SysLinux-based PXE system.
As it is, iPXE does not like the syslinux.efi it is grabbing... |
|
mattross |
General |
6 |
31,441 |
2016-04-28, 09:57 |
|
|
Thread: IPXE ISO boot failure
Post: RE: IPXE ISO boot failure
It is the stock ISO as compiled from IPXE's make, containing five files:
BOOT.CAT
IPXE.KRN
ISOLINUX.BIN
ISOLINUX.CFG
LDLINUX.C32
Interesting that LDLINUX.C32 is in the ISO if that's only used by pxe... |
|
mattross |
General |
2 |
11,905 |
2015-11-23, 12:46 |
|
|
Thread: IPXE ISO boot failure
Post: IPXE ISO boot failure
I have compiled IPXE as 'make EMBED=boot.ipxe DEBUG=dhcp,tftp,http,scsi,iscsi,aoe,bzimage' where boot.ipxe is:
Code:
#!ipxe
# Get a DHCP address
:retry_dhcp
dhcp || goto retry_dhcp
echo DHCP has gi... |
|
mattross |
General |
2 |
11,905 |
2015-11-17, 17:18 |