Skip to content

Instantly share code, notes, and snippets.

@ildar
Created July 29, 2014 11:00
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 ildar/2aebe0cb2bca72e32b6d to your computer and use it in GitHub Desktop.
Save ildar/2aebe0cb2bca72e32b6d to your computer and use it in GitHub Desktop.
/etc/grub.d/61_android entry for Android-x86 boot
#!/bin/sh
exec tail -n +3 $0
menuentry "Android-x86" {
set root='(hd0,msdos9)'
linux /kernel root=/dev/ram0 androidboot.hardware=android_x86 SRC= video=-16 video=LVDS-1:d
initrd /initrd.img
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment