arrow-left

All pages
gitbookPowered by GitBook
1 of 1

Loading...

Installing APB from USB Drive

To install APB from USB Drive, Please follow the below steps:

  • Login using the console port and reboot the switch

  • Enter ONIE mode

  • Select 'ONIE: Uninstall OS' to clean up installed images

  • The Switch will reboot and boot into 'ONIE: Install OS' mode, run the below command to stop auto-discovery

  • Enter the following command to create a USB mount location on the system

  • Enter the following command to mount the USB. The vfat option is used for FAT32 formatted drives

  • Install the software from the USB drive, where /mnt/media specifies the path where the USB partition is mounted

ONIE:/ # onie-discovery-stop 
ONIE:/ # mkdir /mnt/media
ONIE:/ # mount -t vfat /mnt/media
Example - ONIE:/ # mount -t vfat /dev/sdb1 /mnt/media
ONIE:/ # onie-nos-install /mnt/media/opbnos.bin