Changes

Jump to: navigation, search

Intel: Installing Android-x86

611 bytes added, 09:22, 16 December 2018
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..."
== 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 [https://http://www.android-x86.org/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:
<pre>
$ sudo dd if=android-x86_64-8.1-rc2.iso of=/dev/sdX bs=1MB
</pre>
* NOTE: /dev/sdX in the command above is the device name of the target USB disk
425
edits