Skip to content

Instantly share code, notes, and snippets.

@3846masa
Created January 17, 2016 05:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 3846masa/3e8ee3f465348e7f809e to your computer and use it in GitHub Desktop.
Save 3846masa/3e8ee3f465348e7f809e to your computer and use it in GitHub Desktop.
Remix OS
# '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