This is an old revision of the document!
<markdown> # ONIE
## x86
### Modes: - install - rescue - uninstall - update - embed
### Manual Install
#### Stop auto-discovery ``` onie-discovery-stop ``` #### Install OS ``` onie-nos-install http:<server_ip>/<image> ``` ### Auto Install #### Install PXE #### Script ``` IP=$VLAN9 ONIEimg=$(return value from aray with mac key) input: mac lookup: $ONIEimg output: https:$IP/onie-installer ``` # GRUB
# PXE </markdow n>