booting/installing Solaris over HTTP
|
2013-06-11, 19:15
Post: #4
|
|||
|
|||
RE: booting/installing Solaris over HTTP
(2013-06-11 18:57)sab Wrote: I am planning to skip the DHCP altogether. So basically, I am thinking if there's a way for me to reach an "initial prompt" with iPXE from where I am okay to assign the IP manually and point the client to a HTTP server using some iPXE commands so that it can start downloading the boot image and start loading the Solaris OS. You can definitely do that. iPXE gives you a command line; you can configure the IP address using e.g. Code: set net0/ip 192.168.0.10 and then boot your required OS via HTTP. To eliminate some tedious typing, you can use an embedded iPXE script to prompt you for the network configuration and then automatically boot the correct URL, e.g.: Code: #!ipxe Michael |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
booting/installing Solaris over HTTP - sab - 2013-06-10, 21:37
RE: booting/installing Solaris over HTTP - mcb30 - 2013-06-11, 16:55
RE: booting/installing Solaris over HTTP - sab - 2013-06-11, 18:57
RE: booting/installing Solaris over HTTP - mcb30 - 2013-06-11 19:15
RE: booting/installing Solaris over HTTP - sab - 2013-06-11, 19:38
RE: booting/installing Solaris over HTTP - robinsmidsrod - 2013-06-14, 08:03
RE: booting/installing Solaris over HTTP - sab - 2013-06-15, 01:44
RE: booting/installing Solaris over HTTP - robinsmidsrod - 2013-06-17, 08:13
RE: booting/installing Solaris over HTTP - tjstansell - 2016-03-04, 17:17
RE: booting/installing Solaris over HTTP - tjstansell - 2016-03-18, 16:11
RE: booting/installing Solaris over HTTP - betakernel - 2017-11-21, 09:14
|
User(s) browsing this thread: 3 Guest(s)