Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
eeepc [2009/05/21 14:51] mdc |
eeepc [2010/02/14 00:24] (current) stefanha |
||
---|---|---|---|
Line 15: | Line 15: | ||
- While it starts, type Ctrl-B to get a shell and try <code>gpxe> dhcp net0</code>, it should give you an IP address if you have a DHCP server on your network. | - While it starts, type Ctrl-B to get a shell and try <code>gpxe> dhcp net0</code>, it should give you an IP address if you have a DHCP server on your network. | ||
- Then try to load a linux kernel (it can takes up to 2 minutes, be patient)<code>gpxe> kernel http://etherboot.org/gtest/gtest.gpxe</code> and then type <code>gpxe> boot</code> | - Then try to load a linux kernel (it can takes up to 2 minutes, be patient)<code>gpxe> kernel http://etherboot.org/gtest/gtest.gpxe</code> and then type <code>gpxe> boot</code> | ||
- | - If you find booting from the internet slow, you could setup an HTTP server somewhere on your LAN with python (this simple webserver serves files in its current directory over port 8000):<code>python -c 'from SimpleHTTPServer import test; test()' | + | - If you find booting from the internet slow, you could setup an HTTP server somewhere on your LAN with python (this simple webserver serves files in its current directory over port 8000):<code>python -m SimpleHTTPServer |
Serving HTTP on 0.0.0.0 port 8000 ... | Serving HTTP on 0.0.0.0 port 8000 ... | ||
</code> | </code> |