iPXE discussion forum
Boot vhd or any virtual hard disk file through internet - Printable Version

+- iPXE discussion forum (https://forum.ipxe.org)
+-- Forum: iPXE user forums (/forumdisplay.php?fid=1)
+--- Forum: General (/forumdisplay.php?fid=2)
+--- Thread: Boot vhd or any virtual hard disk file through internet (/showthread.php?tid=10168)



RE: Boot vhd or any virtual hard disk file through internet - NiKiZe - 2017-07-26 19:43

iPXE supports iSCSI and so do most operating systems - but you never mentioned which OS you are supporting.

This also seems like a duplicate of existing thread about VHD And I would strongly suggest using the search function, both on the forum and internet Wink


RE: Boot vhd or any virtual hard disk file through internet - guilherme.lima - 2017-07-26 19:47

(2017-07-26 19:43)NiKiZe Wrote:  iPXE supports iSCSI and so do most operating systems - but you never mentioned which OS you are supporting.

This also seems like a duplicate of existing thread about VHD And I would strongly suggest using the search function, both on the forum and internet Wink

Thank's for replying, I've used the search function but i might looked for the wrong therms.
Altought we start with Windows but we aim to do the same with Linux and MacOS if possible.


RE: Boot vhd or any virtual hard disk file through internet - shouldbeq931 - 2017-08-03 19:20

(2017-07-26 19:47)guilherme.lima Wrote:  Altought we start with Windows but we aim to do the same with Linux and MacOS if possible.

As I understand it, .vhd boot can only be from a local filesystem. I would instead suggest using iPXE to do an iSCSI boot http://ipxe.org/howto/wds_iscsi

The root path does not have to be provided via DHCP, it can be generated by an iPXE script, or static in an iPXE script.

Cheers