1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071 |
- <!DOCTYPE html>
- <html lang="en" xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <title>Running an Android x86 9 (Pie) VM in Virtualbox</title>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
- <meta charset="UTF-8">
- <meta name="keywords" content="Virtualbox,Virtual Machine,VM,Android,Android X86,Pie,How To,Tutorial,i12bretro">
- <meta name="author" content="i12bretro">
- <meta name="description" content="Running an Android x86 9 (Pie) VM in Virtualbox">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <meta name="revised" content="05/25/2022 07:49:29 AM" />
- <link rel="icon" type="image/x-icon" href="includes/favicon.ico">
- <script type="text/javascript" src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
- <script type="text/javascript" src="includes/js/steps.js"></script>
- <link href="css/steps.css" rel="stylesheet" type="text/css" />
- </head>
- <body>
- <div id="gridContainer">
- <div class="topMargin"></div>
- <div id="listName" class="topMargin">
- <h1>Running an Android x86 9 (Pie) VM in Virtualbox</h1>
- </div>
- <div></div>
- <div id="content">
- <ol>
- <li>Download Android x86 9 Pie <a href="https://osdn.net/projects/android-x86/releases" target="_blank">Download</a></li>
- <li>Launch Virtualbox</li>
- <li>Create a New VM by selecting Machine > New
- <p>Name: Android x86 9 Pie<br />
- Machine Folder: C:\VMs<br />
- Type: Linux<br />
- Version: Other Linux (64-bit)<br />
- Memory Size: 2048 MB<br />
- Hard disk: Create a virtual hard disk now</p>
- </li>
- <li>Click Create</li>
- <li>On the Create Virtual Hard Disk dialog
- <p>Name the virtual disk image Android x86 9 Pie.vdi<br />
- File size: 16 GB<br />
- Hard disk file type: VDI<br />
- Storage on physical hard disk: Dynamically Allocated</p>
- </li>
- <li>Click Create</li>
- <li>Select the VM and Click Settings</li>
- <li>Select System > Processor</li>
- <li>Give the VM at least 2 processors</li>
- <li>Select the Acceleration tab</li>
- <li>Change the Paravirtualization Interface to KVM</li>
- <li>Select Display</li>
- <li>Slide the Video Memory to 128 MB</li>
- <li>Set the Graphics Controller option to VBoxSVGA</li>
- <li>Select Network</li>
- <li>Set the attached to dropdown to Bridged Adapter</li>
- <li>Select Storage</li>
- <li>Click on the CD-ROM drive</li>
- <li>Select the disc dropdown to the right > Choose a virtual optical disc file...</li>
- <li>Browse to and select the downloaded Android x86 .iso file</li>
- <li>Click OK</li>
- <li>Make sure the Android x86 9 Pie VM is selected and click Start > Normal</li>
- <li>At the Android x86 Live & Installation CD screen select Advanced Options... > Press Enter</li>
- <li>Select the Auto Installation option > Press Enter</li>
- <li>Select Yes to confirm > Press Enter</li>
- <li>At the Congratulations dialog, make sure Run Android x86 is selected and press Enter</li>
- <li>Complete the Android setup</li>
- <li>Welcome to Android 9 Pie</li>
- </ol>
- </div>
- </div>
- </body>
- </html>
-
|