After you have saved the everRun installation software ISO image, you have the option of copying the image to a bootable USB medium, such as a thumbdrive. Follow the procedure below for your system.
Insert a USB medium such as a thumbdrive into the system. Determine the name of the thumbdrive.
One method of determining the name of the thumbdrive is to execute the dmesg command to display a log of all recent events, as in this example:
# dmesg | tail
The end of the log includes messages related to the recently inserted thumbdrive, as in this example:
sd 6:0:0:0: [sdc] Attached SCSI removable disk
Make note of the thumbdrive name in the messages (sdc, in the example).
Check if the system mounted the thumbdrive automatically.
One method of determining if the system mounted the thumbdrive automatically is to execute the findmnt thumbdrive_name command, as in this example:
# findmnt | grep sdc
If the command displays no output, the thumbdrive was not mounted and you can continue with the next step. If the command displays output, the system mounted the thumbdrive automatically and you must unmount it. Note the TARGET in the command output, as in this example:
TARGET SOURCE FSTYPE OPTIONS
/media/MY-DATA /dev/sdc1 vfat
Then, issue the command unmount TARGET, as in this example
# umount /media/MY-DATA
Write the installation software ISO image directly to the thumbdrive.
One method of writing the image is to execute the dd command in the format dd if=path_to_image iso of=/dev/sdx bs=blocksize, where path_to_image is the full path to the ISO image file that you saved, sdx is the thumbdrive device name, and blocksize is an amount that ensures a timely writing process. The following command is an example:
# dd if=Downloads/everRun_install-7.4.0.0-97.iso of=/dev/sdc bs=8K
Wait while the dd command completes processing. A prompt appears when the command is complete.
Many utilities write an ISO image to a USB medium such as a thumbdrive on Windows-based systems. The following procedure uses the utility Rufus, which is available at http://rufus.akeo.ie/.
Run the Rufus utility, selecting the following options:
Option | Value(s) |
---|---|
Partition scheme and target system type |
MBR partition scheme for BIOS and UEFI |
File system |
FAT32 |
Cluster size |
4096 bytes |
Format Option |
Create a bootable disk using ISO Image (browse to the xxx.iso image) Create extended label and icon files |
Click OK to write to the USB device.
When the utility has completed writing the USB stick, READY appears in the horizontal box near the bottom of the utility interface. You can remove the USB device and use it to install everRun.
When the USB device is ready to be used to install everRun software, perform the next step in Installing everRun Software.
Related Topics
Product Support and Downloads
|
About Stratus
|
Product Documentation (PDF Format)
|
About Help
|