iPXE discussion forum
Networking booting LTSP with iPXE - Printable Version

+- iPXE discussion forum (https://forum.ipxe.org)
+-- Forum: iPXE user forums (/forumdisplay.php?fid=1)
+--- Forum: General (/forumdisplay.php?fid=2)
+--- Thread: Networking booting LTSP with iPXE (/showthread.php?tid=10118)



Networking booting LTSP with iPXE - pxefan - 2017-07-06 01:44

Hi,

We have a current legacy PXE based LTSP / Ubuntu installation. We are using pxelinux.0 to boot from thin clients. With the newer thin clients increasingly supporting UEFI only, can we use iPXE as a drop in for booting the existing environment without changing much of the back end?

I have already been experimenting with ipxe.efi but haven't figured out this fundamental question yet.

Let me know if I need to provide more information that might help answer this.


RE: Networking booting LTSP with iPXE - NiKiZe - 2017-07-06 18:05

iPXE uses scripts instead of config files which gives you whole new bunch of possibilities. (so not much of the backend needs changing just "converting" your old pxelinux configuration files into iPXE scripts)

It also works the same for both Legacy and EFI the only thing that you should do is to have the same kernel compatible with both ways of booting.

If you boot into ipxe.efi you can just do
Code:
chain http://boot.ipxe.org/demo/
For a simple example

I would suggest that you post your current configuration and a more complete description of any issues you are having.

One gotcha in EFI land is secure boot, but in the beginning you should be able to ignore that.