Difference between revisions of "Intel: Installing Android-x86"

From fit-PC wiki
Jump to: navigation, search
(Created page with "== Supported devices == * This guide is valid for fitlet2 == Prepare installation media == * A USB DVD-ROM drive or a USB disk of at least 1GB should be used as installation...")   (change visibility)
(No difference)

Revision as of 09:22, 16 December 2018

Supported devices

  • This guide is valid for fitlet2

Prepare installation media

  • A USB DVD-ROM drive or a USB disk of at least 1GB should be used as installation media
  • Download Android-x86 8.1-rc2 live and installation iso (64-bit)
  • For installation with a USB DVD-ROM - flash the downloaded image directly onto a DVD
  • For installation with a USB disk on a Linux host you can use dd the command:
$ sudo dd if=android-x86_64-8.1-rc2.iso of=/dev/sdX bs=1MB
  • NOTE: /dev/sdX in the command above is the device name of the target USB disk