|  | 
| 实机上,你可以直接写引导,不用通过他的引导菜单 
 menuentry "【5】技德(Remix OS)安卓操作系统" --class RemixOS --class os{
 search --file --no-floppy --set=root (hd0,gpt7)/RemixOS/kernel
 linux (hd0,gpt7)/RemixOS/kernel root=/dev/ram0 androidboot.hardware=remix_x86_64 androidboot.selinux=permissive quiet SERIAL=random logo.showlogo=1 DATA= SRC=RemixOS CREATE_DATA_IMG=1
 initrd (hd0,gpt7)/RemixOS/initrd.img
 }
 
 (hd0,gpt7) 就是你安装在哪个分区。
 | 
 |