Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android-x86 won't install on VirtualBox

I have a problem with Android-x86 and VirtualBox.

I had never worked with Linux before, so I don't understand what's happening. After creating a new virtual machine and choosing "Install Android-x86", I get this:

Kernel panic

My settings: configuration

I've tried using android-x86-4.2-20130228.iso and android-x86-4.2-20121225.iso

What's wrong?

like image 790
Vitaliy Avatar asked Nov 06 '13 07:11

Vitaliy


People also ask

Can you install Android on VirtualBox?

To start installing Android, just select the VM and then click start. You may be asked to “Select a start-up disk”, if so, select the Android ISO. The next screen will show boot options, to install Android to the VM you need to scroll down and select the “Installation” option.

Do you want to install boot loader grub Android-x86?

Usually you should answer yes, unless you want to install boot loader by hand yourself. Note the installer only creates boot items for Android-x86. If you hope to boot other operating systems, you need to add the item to /grub/menu.


4 Answers

The problem was that virtualization was turned off in my BIOS settings. It must be on for Android-x86 to run on VirtualBox.

like image 150
Vitaliy Avatar answered Oct 21 '22 14:10

Vitaliy


Download Android 4.0 for EEEpc and you don't need Virtualization technology. It works for me.

like image 44
Hirut Avatar answered Oct 21 '22 13:10

Hirut


Thanks to the other answers – virtualization seems to be a requirement of later Android x86 versions, as 4.2 still worked without.

Here's what solved it for me, thanks to the other answers:

  • Make sure virtualization is enabled in your system BIOS. If not (or if you're unsure), go to your BIOS and look for a setting named "Virtualization", "VT-x" or "AMD-V" and make sure it's enabled.
  • Then, in your virtual machine settings, go to System > Acceleration and check Enable VT-x/AMD-V*.
  • On the same page, I left the Nested Paging option checked and set the paravirtualization interface to Legacy (as on my tried-and-true 4.2 VM). Different settings might work here, too – I didn't investigate further.

With these settings I can boot into the live installation and launch the installer.

like image 3
user149408 Avatar answered Oct 21 '22 15:10

user149408


enter image description here

Make Sure Graphics Controller: VBoxSVGA

like image 3
Mored1984 Avatar answered Oct 21 '22 15:10

Mored1984