USB stick creation

This manual describes how to prepare and create a bootable USB stick from the downloadable IACBOX USB image file on both Windows and Linux based operating systems.

USB stick creation for Windows

To prepare the USB stick with a Windows operating system it is recommended to use the USB Image Tool, which can be downloaded for free from alexpage.de. Once downloaded, start the USB Image Tool to see the following window.

image

Click on the USB device you want to prepare for USB installation and then on Restore. Now select the IACBOX USB image you want to use for the Installation.

image

Confirm this dialog by clicking on Ja (Yes) so the tool will start the copying process.

image

Now the USB Image gets restored to the USB device as you can see on the lower left corner in the screenshot above. Once this process is complete, the preparation of the USB stick for the USB installation is done. To avoid writing errors do not access the USB device during the copying process! If the copy process is completed you can safely remove the USB stick from your computer.

USB Stick Creation for Linux

If you are using a Linux based operating system we recommend using the dd command-line utility. After the USB device was verified with fdisk -l or checking the last lines of dmesg after plugging the USB device, you may start the copying process.

# Commands need to be run as root
# Description: sudo dd if=<the USB Image file> bs=1M of=/dev/<the USB device>
sudo dd if=SYSTEM-xx.x.xxxxx-Release_x86_64-usb.img bs=1M of=/dev/sdX
sudo sync
# Now you can unplug the USB device