Prepare the disk image
- 12 Dec 2023
- 1 Minute to read
- Print
Prepare the disk image
- Updated on 12 Dec 2023
- 1 Minute to read
- Print
Article summary
Did you find this summary helpful?
Thank you for your feedback
Before you can upload the player image to a player, you must copy it onto a USB stick. Then you can boot the hardware from the USB stick to install the image. You can prepare the disk image in the following operating systems:
Prepare disk image in Windows
Note
You need administrator rights to install Win32 Disk Imager.
To prepare the disk image in Windows, perform the following steps:
- Plug the USB stick into your Windows PC.
- Unzip the installation package.
- If you don’t have it installed, install the program Win32 Disk Imager.
- Start Win32 Disk Imager.
- Under Image File, click on the folder icon.
- Navigate to the image file in the installation package and select Open.
- Under Device, select the drive where the USB stick is located and select Write. This copies the image to the USB stick.
- To confirm the completion, click OK.
- Click on Exit.
- Eject the USB stick and remove it from the USB port.
Prepare disk image under Linux
To prepare the disk image under Linux, perform the following steps:
- Plug the USB stick into your Linux PC.
- Unzip the installation package.
- Execute the following command to enable the USB stick:
sudo umount /dev/[Path to USB] - Execute the following command to write the image onto the USB stick:
sudo dd if= /[Path to image.iso] of=/dev/sdg[Number of the partition] bs=4M && sync