Android-x86 6.0 Marshmallow in VirtualBox doesn't start
This worked for me.
- At the Grub screen, press
e
. - Press
e
again. Addvga=788
(need a leading space). - Press
b
to boot.
To make this permanent, at the Grub screen, select the second choice. Then follow these steps.
cd /mnt/grub
vi menu.lst
- On the 7th line which starts with
kernel
, pressa
and then typevga=788
(need a leading space). - Press Esc, then
:wq
to save the file and quit. - Press the right Ctrl key, select Machine > Reset and then click "Reset".
The error will still appear, but now it will continue on.