Android

  • Welcome to ITBible, we're your #1 resource for enterprise or homelab IT problems (or just a place to show off your stuff).

KiloKamilo

Member
Feb 13, 2023
4
2
13
So for my first home lab project I decided to start with Virtualizing Android.
On VMware Workstation

The Android-x86 project has you covered for 99% of the journey except for this important detail they don't mention
### REPLACE IN GRUB
quiet = nomodeset xforcevesa

### FROM ANDROID CONSOLE
console:/ #
mkdir /mnt/sda
mount /dev/block/sda1 /mnt/sda
vi /mnt/sda/grub/menu.lst

This will have you boot into Android proper and not just dump you at a shell.
 
replace "quiet" with "nomodeset xforcevesa"

that quote block is from my high speed notes so i can just copy paste in the future 😅
 
  • Like
Reactions: WizardTux