Created
January 17, 2016 05:03
-
-
Save 3846masa/3e8ee3f465348e7f809e to your computer and use it in GitHub Desktop.
Remix OS
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
# 'hd0,gptX'の部分は環境に合わせて変えること | |
menuentry 'Android-x86' --class android-x86 { | |
insmod part_gpt | |
insmod fat | |
set root='hd0,gptX' | |
search --file --no-floppy --set=root /system.img | |
linux /kernel root=/dev/ram0 androidboot.hardware=remix_x86_64 androidboot.selinux=permissive quiet DATA= CREATE_DATA_IMG=1 | |
initrd /initrd.img | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment