Last active
February 18, 2019 02:51
-
-
Save ulziibat-n/13e66a99842a57ae79a3b6c6192cfc53 to your computer and use it in GitHub Desktop.
win 10+ deepin + PhoenixOS
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
menuentry 'Phoenix OS' --class android-x86 { | |
insmod part_gpt | |
set root='hd0,3' | |
search --file --no-floppy --set=root /PhoenixOS/system.img | |
linux /PhoenixOS/kernel root=/dev/sda3 androidboot.hardware=Android_x86 androidboot.selinux=permissive CMDLINE | |
initrd /PhoenixOS/initrd.img | |
} |
Go to System Disk
/boot/grub/grub.cfg
add this code.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
# This Simply provide the easy to
to change
# the 'exec tail' line above.
The first line: " PhoenixOS ", this just write, you want to show what to enter in grub.
The second line: "hd 0,3 ", this is the partition where you installed Android. This needs to look at the disk where the Android system is recognized under Linux. This can be seen in the partition management of deepin. For example, I installed it in the C drive under win, and the disk management in deepin sees the corresponding sda3, so Hd0, 3 is not sda "x" (x is a number). If the partition is identified as sdb "x" under linux, then you write hd1, x, and so on.
The third line: "sda3", the same, is the partition you installed Android system. The
third line: PhoenixOS, this is the folder name of the Android system installation directory.
After saving, you can exit and restart.
I really like deepinOS, but because it is scientific research, many softwares need Windows support, especially the support of scientific research equipment. I hope that deepin can work harder on entertainment, so I don't have to use the virtual system to play chicken. It was because there was no way to find the coexistence of the three systems, so the deepin was uninstalled, but I really like it, so I started toss again. Virtual system installation Phoenix system is a good idea, but my books are almost six years old, the memory is too small, it is more practical to install an Android system directly.