This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
technical:boot [2022/09/12 16:10] – jc | technical:boot [2022/09/12 21:05] (current) – jc | ||
---|---|---|---|
Line 1: | Line 1: | ||
< | < | ||
# ONIE | # ONIE | ||
+ | |||
+ | Open Network Install Environment | ||
## x86 | ## x86 | ||
Line 13: | Line 15: | ||
### Manual Install | ### Manual Install | ||
- | #### Stop auto-discovery | + | __Stop |
``` | ``` | ||
onie-discovery-stop | onie-discovery-stop | ||
``` | ``` | ||
- | #### Install OS | + | __Install OS__ |
``` | ``` | ||
onie-nos-install http://< | onie-nos-install http://< | ||
Line 23: | Line 25: | ||
### Auto Install | ### Auto Install | ||
- | #### Install PXE | + | __Install PXE__ |
- | #### Script | + | ONIE boot script |
``` | ``` | ||
IP=$VLAN9 | IP=$VLAN9 | ||
- | ONIEimg=$(return value from aray with mac key) | ||
input: mac | input: mac | ||
- | lookup: $ONIEimg | + | lookup: $(returned value) $(array) $(mac key) |
output: https:// | output: https:// | ||
``` | ``` |