Deploy OS Image to Another Gateway

To deploy the new image, remove the USB Flash Drive from the development gateway (#1) and follow the steps below:
  1. Setup keyboard and monitor
    Install keyboard and monitor on 2nd gateway.
  2. Insert USB flash drive containing OS image into a 2nd gateway and Reboot
  3. Setup BIOS and Secure Boot
    1. Upon reboot quickly enter BIOS setup*
    2. Ensure BIOS is 64 bit (not 32 bit)*
    3. Set 1st boot priority = UEFIL via USB (make note of the internal storage device name)
    4. Save & exit BIOS Setup, then reboot

    * See gateway manufacturer for BIOS Setup instructions
    Read about BIOS setup
    Read about Secure Boot setup

  1. Login and deploy
    At Linux command line, login as gwuser with password used during Save OS Image.
    Deploy OS image from USB flash drive to gateway #2 entering:
    sudo deploytool -C -F -Y -y -d /dev/sda
  2. Reboot & reset BIOS setting
    1. At command line enter: sudo reboot
    2. Upon boot up, quickly enter BIOS setup
    3. Ensure 1st boot priority = UEFI using internal storage device
    4. Remove the USB flash drive
    5. Save & exit BIOS Setup, then reboot.
  3. Test your IoT application on gateway #2
    It is highly recommended to retest your IoT application on the newly created gateway. Enabling security capabilities can result in unwanted software behavior.
    For maintenance as needed, login as gwuser.
NOTE: Save and Deploy Image tutorial decribes the full steps to save and deploy an OS image. For this and all other tutorials, see the Documentation menu.