Imaging Instructions for CFE and U-Boot

Linux Instructions
  1. With your system powered on, insert a USB disk that is at least 12 GB into a USB port
  2. Determine the /dev path to your USB disk using one of the below methods:
    • In a terminal as su or sudo, enter "fdisk -l"
    • In a terminal as su or sudo, enter "parted -l"
    • Check the GParted menu in the upper-right corner
  3. These instructions assume the /dev path to your USB disk is /dev/sdz; however, your actual /dev path is likely to be different - use the actual /dev path to your USB disk
  4. In a terminal as su or sudo, enter the below command: 
    • dd if=/path/to/fienix_6.0.1-cub.img of=/dev/sdz
      where "/dev/sdz" is the /dev path to your USB disk
    • NOTE:  this is a multi-partition disk image; do not attempt to copy the image to a specific partition - you need to enter the /dev path to the disk, not to a partition (use "/dev/sdz", not "/dev/sdz2")
  5. Allow the image to copy

Mac Instructions
  1. With your system powered on, insert a USB disk that is at least 8 GB into a USB port
  2. Open the Terminal app in Applications > Utilities
  3. Determine the /dev path to your USB disk by entering the below command:
    • diskutil list
  4. These instructions assume the /dev path to your USB disk is /dev/disk9; however, your actual /dev path is likely to be different - use the actual /dev path to your USB disk
  5. Enter the below command:
    • dd if=/path/to/fienix_6.0.1-cub.img of=/dev/disk9
      where "/dev/disk9" is the /dev path to your USB disk
  6. Allow the image to copy

Windows Instructions
  1. With your system powered on, insert a USB disk that is at least 12 GB into a USB port
  2. Download "USB Image Tool" from alexpage.de
  3. Open USB Image Tool
  4. On the left panel, select your USB disk
  5. Click the "Restore" button and select the Fienix disk image