Install the RemixOS Android simulator on Hyper-V, hyper-vremixos
We don't want to use a physical machine or a quick Android virtual environment. Today we will talk about how to integrate the Android simulator (RemixOS) into Hyper-v.
1. Download RemixOs or go to the Forum to get it.
2. Create a 1st-generation Vm, 50 GB hard disk, and 2 GB memory in Hyper-v. Don't rush to boot.
3. Open disk management in Computer Management,AdditionalThe previous virtual diskMBR format preliminaryFormatFat32Format, and thenSeparationDisk.
4. Start the system through the VM's CD, but do not select any of the above items,Press the Tab key to edit the file..
5. modify the original startup code as follows:
/kernel initrd=initrd.img root=/dev/ram0 androidboot.hardware=remix_x86_64 androidboot.selinux=permissive quiet INSTALL=1 nomodeset vga=791
You can refer to the following for different vga codes:
Colour depth |
640x480 |
800x600 |
1024x768 |
1280x1024 |
1400x1050 |
1600x1200 |
8 (256) |
769 |
771 |
773 |
775 |
|
15 (32 K) |
784 |
787 |
790 |
793 |
|
16 (65 K) |
785 |
788 |
791 |
794 |
834 |
884 |
24 (16 M) |
786 |
789 |
792 |
795
|
6. Select sda1.
Do not format
Select to install GRUB (YES)
Skip efi GRUB2 installation (SKIP)
Select YES: making system directory read-write.
Select YES: creating user data image.
Size of input data. img, 2014 M
Then wait patiently.
Because I am on SSD. Fast.
Reference: http://trukhanov.com/2016/01/install-remixos-on-hyper-v-virtual-machine/