Skip to content

Instantly share code, notes, and snippets.

@Fartomy
Created April 5, 2024 13:17
Show Gist options
  • Save Fartomy/694370d7686d5e714384d4e44449bc44 to your computer and use it in GitHub Desktop.
Save Fartomy/694370d7686d5e714384d4e44449bc44 to your computer and use it in GitHub Desktop.
Android-x86

🧃 Android-x86

If you want to install android-x86 on your old machine or virtual machine for testing and trial purposes or on a brand new machine.

Setup

  1. At the beginning of the installation, Enter Advanced Options
  2. Enter Auto_Installation... in the Advanced Options
  3. Enter Yes to the window that appears
  4. When installation completed Reboot to system
  5. When the GRUB screen appears, to avoid Auto Boot, use the up-down arrow keys to avoid it and press the E key to edit the top option (Android-x86 X.0-r2)
  6. Select the first boot (kernel) entry and press E key to edit again
  7. Using the left arrow key, go to the part that says quiet and delete it and replace it with nomodeset xforcevesa
  8. When finished press Enter and press B key to boot to system
  9. When the android logo appears on the screen, press Alt + F1
  10. Enter these commands to make the configuration we made in the GRUB menu permanent:
# mkdir /mnr/sda
# mount /dev/block/sda1 /mnt/sda/
# vi /mnt/sda/grub/menu.lst
  1. Do the same process as we did in step 7, find the 'quiet' section in the file and change it to 'nomodeset xforcevesa'.
  2. Save (press ESC and type :x and Enter in the vi editor), exit and type reboot That's all..

Source

  1. How to Install Android OS on VMware Workstation
  2. How to Install Android OS on VMware Workstation
  3. How to Install Android x86 on Virtual Machine using VMware Player
  4. Eski Bilgisayarınıza Android Kuruyoruz! Android X86 Kurulumu 🤖 Ağ Ayarları Nasıl Yapılır?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment