Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Boot ISOs over network, it's possible??
2016-04-11, 21:01
Post: #2
RE: Boot ISOs over network, it's possible??
No kernel will be able to access the ISO when OS have booted.
Described why quite recently here: http://forum.ipxe.org/showthread.php?tid...ight=int13

Regardless of which solution you will try using it still relies on INT13 for the first part, but as soon as OS kernel takes over it needs to have it's own nic driver and protocol support, as well as some kind of "INT13 handover"
For iSCSI there is iBFT. But you are still dependant on that provided kernel supports this.

iSCSI uses iBFT, see above
NFS can be used with nfsroot= linux kernel command line parameter, see the docs.
AoE I'm not sure about.

There is several examples of all of these techniques both here on the forum (use the search function) but also on the web Wink


The more workable solutions for installations is to use other methods.
* Windows: use wimboot and then connect a samba share to run the installation, For a basic start see: http://ipxe.org/wimboot
* Linux use initrd and kernel, and try to find a way to load squashfs over the network as well, nfs or http load is supported by most distros, but I hope that more and more live medias support just initrding them all, a work-around script for systemrescuecd can be seen at http://b800.org/sysr/sysrcd.ipxe and you can also find an alternative aproach at: https://gist.github.com/robinsmidsrod/1c...8f0e6892df

Use GitHub Discussions
VRAM bin
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Boot ISOs over network, it's possible?? - NiKiZe - 2016-04-11 21:01



User(s) browsing this thread: 1 Guest(s)