Added base content for page - first draft

Signed-off-by: Robert Wolff <robert.wolff@linaro.org>
This commit is contained in:
Robert Wolff 2016-12-13 16:20:06 -08:00 committed by GitHub
parent ce6f96466d
commit cff14c3e15

View file

@ -0,0 +1,47 @@
# Installation
This page offers generic installation instructions for the Enterprise Reference Platform on supported hardware. A list of approved hardware can be found in the ["Approved Hardware"](../Hardware/README.md) section of this documentation set.
***
## Step 1: Upgrade firmware to latest version
<table align="center">
<tr>
<th>UEFI/EDK2</td>
<td align="center"><a href="">Download</a><br>Get the latest pre-built firmware images</td>
<td align="center"><a href="Firmware/Build.md">Build</a><br>Instructions for building latest firmware images</td>
<td align="center"><a href="Firmware/Install.md">Install</a><br>Instructions on how to install firmware</td>
<td align="center"><a href="Firmware/README.md">Read more</a><br>Learn more about UEFI/EDK2</td>
</tr>
</table>
***
## Step 2: Set up PXE on your network
- Debian: https://wiki.debian.org/PXEBootInstall
- Centos: https://wiki.centos.org/HowTos/NetworkInstallServer
***
## Step 3: Use a PXE to boot a network installer
Choose your network installer, download or build, and proceed to the installation instructions
**Network Installers:**
<table>
<tr>
<td>Centos</td>
<td><a href="">Download</a></td>
<td><a href="">Install</a></td>
</tr>
<tr>
<td>Debian Jessie</td>
<td><a href="">Download</a></td>
<td><a href="">Install</a></td>
</tr>
</table>
***