Don't boot in Android GUI, just in command line

I have the same issue as in this post but I want to know what I have to do in a real machine to solve it. I want to load Android x86 GUI normaly but this load into command line.

1 Answer

It seems Android-x86 has problems with your graphic card. I had this issue in the past and managed to fix it but it was two years ago, so I didn't remember the precise steps. But the following links will help you for sure.

Quick fix

Edit the boot command by typing e or TAB and replace quiet by nomodeset xforcevesa

The parameter "nomodeset" disables "the kernel mode setting" (tells the kernel to not set the graphic resolution, let X do that instead) and "xforcevesa" enforces to use the VESA driver for X.

See here for more details.

Permanent fix

It seems you can permanently edit the boot command by following these steps.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like