- Subscribe to RSS Feed
- Mark as New
- Mark as Read
- Bookmark
- Subscribe
- Email to a Friend
- Printer Friendly Page
- Report Inappropriate Content
Link copied. Please paste this link to share this article on your social media post.

Creating a bootable media with the ITA ISO

ITA can be installed using a bootable USB key containing the ITA installation.
On a Windows machine
On Windows one way of creating a bootable USB key is using the free tool, Rufus.
1. Download and install Rufus here: https://rufus.akeo.ie/
2. Insert your USB key and run Rufus.
3. In Device, select your USB key.
4. Click the disk icon (see screenshot), and select the ISO file, then click Start.
ITA_rufus1_360037365413.png
5. Select Write in DD Image mode, then click OK to replace all data on your USB key with the ITA installer files.
106209166_600x250_360037365413.png
6. Wait for the process to complete and click Close.
ITA_rufus4_360037365413.png
7. Eject the USB key from Windows before removing the key (e.g. in Windows Explorer right-click the USB key, and select Eject).
ITA_rufus_eject_360037365413.png
On a Mac machine
Run the dd command as described below.
-
Insert your USB key and open Disk Utility on your Mac.
- Select your USB key, and find the USB device name (see screenshot).
- Open Terminal and navigate to the folder with the ITA ISO file (e.g. cd Downloads).
- Type
sudo dd if=EcoStruxureITAdvisor-<version number>.iso of=/dev/<usb device name from step 2>
- Wait for dd to finish and remove the USB key.
ITA_rufus_usb_1_360037365413.png
On a Linux machine
Run the dd command as described below.
- Insert your USB key and open your favorite console program.
- Type
dmesg
and find the USB device name, such as sdb (see screenshot). -
Type
sudo dd if=EcoStruxureITAdvisor-<version number>.iso of=/dev/<usb device name from step 2>
Ensure you select the device as destination (e.g. /dev/sdb) corresponding to the USB key and not a partition (such as /dev/sdb1). - Wait for dd to finish and remove the USB key.
ITA_rufus_LinuxUSB2_360037365413.png
Output of dmesg, showing USB device name
Link copied. Please paste this link to share this article on your social media post.