1. Download the ZIP archive for OS Creator from our download server:
    - For new devices, use the standard installer (e. g. OSC_11.01.100.zip).
    - For older devices or if you haven't been able to boot the installer at all, use the legacy installer (e. g. OSC_11.01.100_legacy.zip).
  2. Unzip the contents into a local directory.
  3. From this directory, you will need the ISO file (e. g. osc11.01.100.iso or osc11.01.100_legacy.iso) to create a bootable medium.
  4. Connect a USB memory stick with at least 4 GB capacity to the computer.

    All existing data on the USB memory stick will be destroyed.
  5. Open a terminal emulator and enter the command dmesg to determine the device name of the USB memory stick.
    Example output: 
    [...]
    [19514.742229] scsi 3:0:0:0: Direct-Access JetFlash Transcend 8GB 1100 PQ: 0 ANSI: 6
    [19514.742805] sd 3:0:0:0: Attached scsi generic sg1 type 0
    [19514.744688] sd 3:0:0:0: [sdb] 15425536 512-byte logical blocks: (7.89 GB/7.35 GiB)
    [19514.745370] sd 3:0:0:0: [sdb] Write Protect is off
    [19514.745376] sd 3:0:0:0: [sdb] Mode Sense: 43 (0) 00 00 00
    [19514.746040] sd 3:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [19514.752438] sdb: sdb1
    In this example, the device name searched for is /dev/sdb.

    Ensure that you have determined the correct device name. Use of the dd command in the next step can destroy your operating system if you use the wrong device name.
  6. The following command writes the installation data to the USB memory stick:
    dd if=osc11.01.100.iso of=/dev/sdX bs=1M oflag=direct
    Replace sdX with the device name of the USB memory stick that you have determined. 
    When the dd command has terminated, you can see the terminal emulator input prompt again.
  7. Wait for about 3 seconds after the dd command has terminated, and remove the USB memory stick.

    If you remove the USB memory stick immediately, there is a possibility that the writing process has not been completed. In this case, the data on the memory stick gets corrupted.


    The USB memory stick for OSC installation is ready for use.