spiderslack
2015-Oct-13 22:53 UTC
[syslinux] Doubt in Syslinux with PXE server with boot ISO image
HI all, I set up a PXE server by following the following howto ( http://www.tecmint.com/install-pxe-network-boot-server-in-centos-7/ ) is working but I noticed him running I need the CD in one repository http or nfs. because it is necessary to have everything in ISO image? it is possible to boot an ISO by the network as I do with the CD or DVD? Regards.
Gene Cumm
2015-Oct-13 23:29 UTC
[syslinux] Doubt in Syslinux with PXE server with boot ISO image
On Tue, Oct 13, 2015 at 6:53 PM, spiderslack via Syslinux <syslinux at zytor.com> wrote:> HI all, > > I set up a PXE server by following the following howto ( > http://www.tecmint.com/install-pxe-network-boot-server-in-centos-7/ ) is > working but I noticed him running I need the CD in one repository http or > nfs. > > because it is necessary to have everything in ISO image? it is possible to > boot an ISO by the network as I do with the CD or DVD?Loading an ISO into memory with the boot loader is possible but should not be done with TFTP alone and requires that you pass certain distro-specific parameters on the kernel command line to tell the initrd to find additional files in RAM. Instructions will vary by distribution. The idea of putting the rest on HTTP/FTP/NFS is generally prefered. Loading from the boot loader will be significantly slower than from the Linux kernel. This also requires that you have enough RAM to load the entire ISO into RAM while still having enough free to run everything you need. Bear in mind, you'll be restricted to using only the first 4GiB for the ISO and RAM beyond the 4GiB mark might not be usable at all (can't recall precisely how it manipulates the map). http://www.syslinux.org/wiki/index.php/MEMDISK#Linux -- -Gene
Ady
2015-Oct-14 01:38 UTC
[syslinux] Doubt in Syslinux with PXE server with boot ISO image
> HI all, > > I set up a PXE server by following the following howto ( > http://www.tecmint.com/install-pxe-network-boot-server-in-centos-7/ ) is > working but I noticed him running I need the CD in one repository http > or nfs. > > because it is necessary to have everything in ISO image? it is possible > to boot an ISO by the network as I do with the CD or DVD? > > Regards.The guide published in the link you posted uses the _content_ of the ISO images, not the ISO images themselves. There might be other methods to get the same content, instead of downloading ISO images. You would need to ask the respective Linux distributions. PXELINUX does not need the ISO images, but only part of their contents. Regards, Ady.> _______________________________________________ > Syslinux mailing list > Submissions to Syslinux at zytor.com > Unsubscribe or set options at: > http://www.zytor.com/mailman/listinfo/syslinux >
Reasonably Related Threads
- Using syslinux.efi while doing UEFI HTTP boot iso PXE boot
- Using syslinux.efi while doing UEFI HTTP boot iso PXE boot
- syslinux PXE boot version upgrade, network no longer working
- PXE booting ISO images with ISOLINUX
- syslinux PXE boot version upgrade, network no longer working