… Create bootable USB flash drives from PortaSwitch ISO files ? (obsolete method)

Link copied to clipboard

Before you start, make sure that:

Starting from MR110, installation is performed using a network connection and requires only a single ISO file. Use the obsolete method of local installation with two ISO files only if the network connection is slow and network installation is impractical.

Create a bootable USB drive in the Linux command-line interface

Link copied to clipboard
This will erase all information that you currently have on your USB flash drive.

To make PortaSwitch installation USB flash drives using the Linux command-line interface complete the following steps:

  1. Plug the first USB flash drive into the USB port of your computer.

    Check the name Linux has assigned to your USB flash drive. To do this execute the following command:

    dmesg | tail -20
    

    and look for strings that contain titles like "sdX," where X can be any letter, e.g., sdb, sdc. This is your USB flash drive name, you should remember as you will need it for the next step. For example, in the screenshot below, the USB flash drive name is sdb.Create a bootable USB drive in the Linux command-line interface_1

  2. Write the first PortaSwitch installation ISO file to the USB flash drive. To do this, execute the following command (replace Dir1/PortaSwitch_installation_file1.iso with the path to the first PortaSwitch installation ISO file and sdX with your USB flash drive name):
    sudo dd if=/Dir1/PortaSwitch_installation_file1.iso of=/dev/sdX bs=8M

    Create a bootable USB drive in the Linux command-line interface_2

  3. Once the writing process has finished, unplug the first USB flash drive and plug in the second one.
  4. Write the second PortaSwitch installation ISO file on this USB flash drive. To do this repeat steps 2 and 3, but in step 3, specify the name of the second PortaSwitch installation ISO file.

Create a bootable USB drive in Windows

Link copied to clipboard

There are many utilities available for Windows, Linux, and macOS that help create bootable USB flash drives, such as balenaEtcher or Rufus. You can use the one you prefer.

For example, to create a bootable USB drive on Windows using balenaEtcher:

  1. Download and install Etcher
  2. Insert the USB Flash Drive
    • Plug the USB drive into your computer.
    • Back up any important data as this process will erase everything on the drive.
  3. Select the ISO File
    • Click Flash from file and browse for the ISO file you want to use.

      BalenaEtcher

  4. Choose the USB Drive
    • Click Select target and pick your USB flash drive from the list.
  5. Start Flashing
    • Click Flash! to begin.
    • Wait for the process to complete. It may take a few minutes.
  6. Eject the USB Drive
    • Once flashing is done, safely remove the USB drive before unplugging it.

Write the second PortaSwitch installation ISO file on the second USB flash drive. To do this, repeat steps 2–5, but in step 3 select the second PortaSwitch installation ISO file.

Docs for
What's new
Admin manuals
Handbooks
UI help
Developers documentation