Created
March 25, 2020 20:33
-
-
Save basoro/befff9f6d322441b7621d2aa065edaf6 to your computer and use it in GitHub Desktop.
Add Prime OS (Android_x86_x64) to grub menu
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
from debian add the android entry to /etc/grub.d/40_custom | |
menuentry 'Android' --class android --class android-x86_64 --class gnu-linux --class os { | |
set root='(hd0,2)' | |
linux /android/kernel root=/dev/ram0 SERIAL=random logo.showlogo=1 androidboot.selinux=permissive quiet DATA= USB_DATA_PARTITION=1 | |
initrd /android/initrd.img | |
} | |
update the grub | |
sudo update-grub | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am having trouble here can you help me? this output is quite unexpected.
this is the result from update-grub
Every file is here with the exact name.
I have also changed
set root = '(hd0,2)'
to
set root = '(hd0,3)'
according to my partition.
Pls help me.
Tnx is advance