Table of Contents

Easy Install

Great Application!

English

  1. Extract ChromeOS-Flow.img to any location.
  2. Install USB-ImageWriter using Synaptic Package Manager, or type “sudo apt-get install usb-imagewriter” in terminal.
  3. Run Applications –> Accessories –> ImageWriter. Or: “sudo imagewriter” from the commandline (note the sudo).
  4. Make sure the USB-stick is not mounted, or make sure it can be unmounted. In other words: it must not be in use by some application.
  5. Choose location of images file and SD or USB drive location
  6. Write image and reboot

Français: Installation Facile

  1. Extraire le fichier ChromeOS-Flow.img quelque part.
  2. Installer USB-ImageWriter avec le gestionnaire de paquets synaptic
  3. Lancer, dans le menu Applications –> Accessoires –> ImageWriter
  4. Choisir l'endroit où se trouve le fichier ChromeOS-Flow.img et le périphérique USB de destination.

Polski

  1. Rozpakuj ChromeOS-Flow.img w dowolne miejsce.
  2. Zainstalować USB-ImageWriter pomocą Synaptic Package Manager, lub wpisz w terminalu “sudo apt-get install usb-imagewriter”.
  3. Uruchom Aplikacje → Akcesoria → ImageWriter. Lub: “imagewriter sudo” z linii poleceń (uwaga sudo).
  4. Upewnij się, że dysk USB nie jest zamontowany. Innymi słowy: nie może być używany przez kilka aplikacji.
  5. Wskaż lokalizację pliku i obrazów SD lub pamięci USB.
  6. Zapisz obraz i zrestartuj komputer.

Command Line Install

English

  1. Extract ChromeOS-Flow.img and run the following command in the same directory as the file, where X is the device name of your USB drive. Be sure to use the device name, not the specific partition on the device (use “sdb” NOT “sdb1”). If you're unsure of the name of your device, try “sudo fdisk -l”. This shows all partitions of all attached drives, mounted or unmounted, including your filesystems. The USB drive is typically one of the last devices shown. If you don't have fdisk, and are using Ubuntu or another Debian-derived distro, type the command “sudo aptitude install gparted”. Once that installs, you can use Gparted (located in your System Administration menu) to figure out the correct partition of your flash drive. Alternatively you can use the “mount” command to see a list of storage devices and their mount location. (WARNING : A simple mistake with dd can lead to severe data loss. Always double check!!!)
  2. sudo dd if=ChromeOS-Flow.img of=/dev/X bs=4M . Writing the 1.9GB image can take up to 20 minutes.
  3. Once the command finishes, you can then boot from the USB drive.

En français (CANADA) (French)

  1. Extraire le fichier ChromeOS-Flow.img et utiliser la commande suivante dans le même répertoire que le fichier, où X désigne le nom de votre dispositif, et non pas la partition (utiliser “sdb” et non pas “sdb1”). Si vous n'êtes pas sûr du nom, essayer “sudo fdisk -l”. Ceci affichera toutes les partitions des dispositifs branchés, montés ou non, incluant les systèmes de fichiers. L'unité USB est habituellement un des derniers dispositifs affichés. Si vous n'avez pas fdisk, et utilisez Ubuntu ou une autre distribution dérivée de Debian, entrer la commande “sudo aptitude install gparted” .Une fois installé, vous pouvez utiliser gparted (depuis le menu Administration Système) pour déterminer la bonne partition à utiliser de votre dispositif. Aussi, la commande “mount” permet de voir une liste des dispositifs de stockage et leur point d'attache. Avertissement: Une simple erreur avec dd peut entraîner des pertes de données importante. Toujours revérifier !!!)
  2. La commande à entrer est: sudo dd if=ChromeOS-Flow.img of=/dev/X bs=4M
  3. Une fois la commande complétée, vous pouvez redémarrer depuis le dispositif USB.