iPXE discussion forum
How to boot ISO-image via SMB/CIFS - Printable Version

+- iPXE discussion forum (https://forum.ipxe.org)
+-- Forum: iPXE user forums (/forumdisplay.php?fid=1)
+--- Forum: General (/forumdisplay.php?fid=2)
+--- Thread: How to boot ISO-image via SMB/CIFS (/showthread.php?tid=17704)



How to boot ISO-image via SMB/CIFS - The_Immortal - 2019-03-28 18:41

Hi there!

Guys, could you give me please a simple example that shows how to boot 4GB ISO-image via SMB/CIFS protocol because I use local windows network? My ISO contains "EFI" folder and bootmgr file.

Thank you!


P.S. If it is not possible to use SMB/CIFS for some reasons could you please give an example of booting ISO via HTTP then?


RE: How to boot ISO-image via SMB/CIFS - NiKiZe - 2019-03-28 18:58

SMB/CIFS is not implemented in iPXE
Currently files over 4GiB is not supported (Patches on mailing list is under discussion)

But regardless of that booting ISOs, of any size, is most likely not what you want, you can read more about that in the FAQ.

What is it that you (actually) are trying to do?


RE: How to boot ISO-image via SMB/CIFS - The_Immortal - 2019-03-28 19:12

Well, there is Multi-boot 2k10 Live image. It contains different WinPE's and separate Programs (utilities) that are used (booted) in those WinPE's. So that's all is under one ISO image and I wanna boot it via local network.


RE: How to boot ISO-image via SMB/CIFS - NiKiZe - 2019-03-28 19:14

That will never work, other than possible via true iSCSI, but even then unlikely,
To boot those winpe environments, use wimboot
You will have to re-create any menu system tho.


RE: How to boot ISO-image via SMB/CIFS - The_Immortal - 2019-03-28 19:21

Well, I also have other ISO 2Gb - is there a way to boot (mount) it via iPXE?
And are you sure about this "SMB/CIFS is not implemented in iPXE" ?

Well, as far as I get till now I need to boot somehow grub2 than will mpunt my ISO via SMB... But have no idea how to boot grub2 Sad
Maybe you can help me here?


RE: How to boot ISO-image via SMB/CIFS - NiKiZe - 2019-03-28 20:29

Please try to read the FAQ that I refer to!
Yes I'm sure, what makes you think that it is implemented and I'm being wrong? Big Grin

Well booting grub2 won't help you since the ISO won't be available anyway.
If it is winpe environments that you want to boot, than you will end up using wimboot for a working environment. see http://ipxe.org/wimboot

Many before you have gone and banged their head against the "booting an ISO" path, I'm just trying to tell you the right path and save you time Wink


RE: How to boot ISO-image via SMB/CIFS - NiKiZe - 2019-03-28 20:31

I see that the basics of ISO booting not working has already been answered to you before in http://forum.ipxe.org/showthread.php?tid=7967
Why ask the same question again? :/


RE: How to boot ISO-image via SMB/CIFS - MultimediaMan - 2019-03-29 00:01

SMB is clunky... most of what Microsoft has shipped in last 10 years is clunky.

There is a way to do what you want... but it involves using the iPXE menu feature and disassembling the Multi-boot ISO (probably a fairly involved process, but ultimately a simpler solution). At the menu, you would select from a list of various PE images and then using Wimboot, execute the WIM desired... everything would be transferred via HTTP. You would avoid GRUB or GRUB2 this way, also.