[solved] Load an ISO over HTTP using iPXE?
|
2012-10-12, 06:53
Post: #5
|
|||
|
|||
RE: Load an ISO over HTTP using iPXE?
Just chiming in on this one, you don't need to be running a san 'per se'. It just uses the san interface to load the ISO over http.
examples from robinsmidsrob include the following: Code: # Start Windows 7 installer DVD Both of those examples are booting ISO's over http without loading them into a local memdisk first. The boot-url variable would usually be the address for your webserver. ie: http://bootserver.local Otherwise load it into a memdisk if you've got plenty of ram. Code: initrd ${boot-url}/windows-7/winpe-x64.iso the examples are actually pretty comprehensive if you read through them. the memdisk option requires taking the memdisk from the syslinux file set. Jp. |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
[solved] Load an ISO over HTTP using iPXE? - stefanlasiewski - 2012-07-27, 01:56
RE: Load an ISO over HTTP using iPXE? - robinsmidsrod - 2012-08-01, 14:53
RE: Load an ISO over HTTP using iPXE? - stefanlasiewski - 2012-10-11, 20:52
RE: Load an ISO over HTTP using iPXE? - stefanlasiewski - 2012-09-24, 23:02
RE: Load an ISO over HTTP using iPXE? - jpwise - 2012-10-12 06:53
RE: Load an ISO over HTTP using iPXE? - robinsmidsrod - 2012-10-12, 10:04
RE: Load an ISO over HTTP using iPXE? - stefanlasiewski - 2012-10-12, 21:09
RE: Load an ISO over HTTP using iPXE? - Sedorox - 2012-10-13, 01:26
|
User(s) browsing this thread: 3 Guest(s)