| 1 | = Manual image installation = |
| 2 | |
| 3 | == 2/11/2013 - More recent version of manual image load == |
| 4 | |
| 5 | 1. Add dhcp entry for the mac of the interface you'll be pxeing off (probably done on dhcp1, for testing use outdoor 4-11) |
| 6 | 1. Make sure you add your mac to a group with the next-server token set |
| 7 | 1. Goto repository1 and make a symbolic link to your pxe-boot information |
| 8 | 1. The symbloic link should be named your ip address in hex |
| 9 | 1. Turn on the node |
| 10 | 1. get dhcp address |
| 11 | 1. pxe boot |
| 12 | 1. On repository1 start frisbee daemon with proper flags for image you want |
| 13 | {{{ |
| 14 | frisbeed -p 5050 -m 10.0.250.221 /tmp/orbit-pc2... |
| 15 | }}} |
| 16 | 1. On image machine start frisbee client |
| 17 | {{{ |
| 18 | frisbee -p 5050 -m 10.0.101.10 -i 10.0.250.221 /dev/hda |
| 19 | }}} |
| 20 | |
| 21 | ---- |
| 22 | |
| 23 | == Olde notes == |
| 24 | |