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
声明:本站所有文章,如无特殊说明或标注,均为本站原创发布。任何个人或组织,在未征得本站同意时,禁止复制、盗用、采集、发布本站内容到任何网站、书籍等各类媒体平台。如若本站内容侵犯了原著者的合法权益,可联系我们进行处理。