Dell EMC安装bin文件过程

Install manually using a USB drive
You can manually install the OS10 software image using a USB device.

Verify that the USB device supports a FAT32 or EXT2 file system. For instructions to format a USB device in FAT32 or EXT2 format, see the accompanying Windows documentation for FAT32 formatting or Linux documentation for FAT32 or EXT2 formatting.

Plug the USB storage device into the USB storage port on the switch.
Power up the switch to automatically boot using the ONIE: Rescue option.
(Optional) Stop ONIE discovery if the device boots to ONIE: Install.
$ onie-discovery-stop
Create a USB mount location on the system.
$ mkdir /mnt/media
Identify the path to the USB drive.
$ fdisk -l
Mount the USB media plugged in the USB port on the device.
$ mount -t vfat usb-drive-path /mnt/media
Install the software from the USB, where /mnt/media specifies the path where the USB partition is mounted.
$ onie-nos-install /mnt/media/image_file







ONIE:/ # ifconfig eth0 192.168.1.23 netmask 255.255.255.0
ONIE:/ # ip route add default via 192.168.1.1




ONIE:/ # onie-nos-install tftp://192.168.1.134/X86_64-3.9.3202-installer.bin
THE END