diff options
author | Peter Mikus <pmikus@cisco.com> | 2018-06-25 12:07:17 +0000 |
---|---|---|
committer | Peter Mikus <pmikus@cisco.com> | 2018-06-25 12:07:17 +0000 |
commit | 29f64252f7ad9d51e83cfbcd848d08848c5dc688 (patch) | |
tree | b2777fdb2e87bf56e0b9ff8872bbc691e8abaae4 /resources/tools/testbed-setup/README.md | |
parent | 6fef631abd7d41274cc265c92bee8ff7a7a02233 (diff) |
Update PXE info about new Skylake machines
Change-Id: Ide828efb0e539ae7bf9c5cfd128f35d8117f3643
Signed-off-by: Peter Mikus <pmikus@cisco.com>
Diffstat (limited to 'resources/tools/testbed-setup/README.md')
-rw-r--r-- | resources/tools/testbed-setup/README.md | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/resources/tools/testbed-setup/README.md b/resources/tools/testbed-setup/README.md index 7c4678320f..4550f5c59a 100644 --- a/resources/tools/testbed-setup/README.md +++ b/resources/tools/testbed-setup/README.md @@ -86,7 +86,13 @@ Optional: If RAID is not created on Haswells. Execute while Ubuntu install is ru - Set the next boot from HDD (without restart) - `./cimc.py -u admin -p Cisco1234 $CIMC_ADDRESS -d -hdd` -Optional: If installing Skylake machine, connect to IPMI and boot from PXE via F12 +Optional: If installing Skylake machine + + - Get MAC address of LAN0 + - `ipmitool -U ADMIN -H $HOST_ADDRESS raw 0x30 0x21 | tail -c 18` + - Reboot into PXE for next boot only + - `ipmitool -I lanplus -H $HOST_ADDRESS -U ADMIN chassis bootdev pxe` + When installation is finished: |