Skip to content

Instantly share code, notes, and snippets.

@ulziibat-n
Last active February 18, 2019 02:51
Show Gist options
  • Save ulziibat-n/13e66a99842a57ae79a3b6c6192cfc53 to your computer and use it in GitHub Desktop.
Save ulziibat-n/13e66a99842a57ae79a3b6c6192cfc53 to your computer and use it in GitHub Desktop.
win 10+ deepin + PhoenixOS
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
}
@ulziibat-n
Copy link
Author

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