2017-07-21 18:51 GMT+08:00 Johannes Rohr <
jor...@gmail.com>:
> Hi, on my machine with Arch Linux I did not want the Android x86 install to
> automatically install grub2 because I wasn't sure what this would do to my
> existing grub2 installation. So I manually created the following boot menu
> entry:
>
>
> menuentry 'Android x86' {
> savedefault
> set root='(hd0,msdos1)'
> search --file --no-floppy --set=root /android-7.1-rc1/system.sfs
> linux /android-7.1-rc1/kernel root=/dev/ram0 buildvariant=userdebug
> SRC=/android-7.1-rc1 DATA= androidboot.hardware=android_x86
> initrd /android-7.1-rc1/initrd.img
> }
in your case. (it's auto derived from other cmdline)