I can successfully launch android-7.1-r2 from USB, but android-7.1-r2 won't boot with grub. The last line I see mentions "emergency remount."
I'm using the following in grub.cfg:
menuentry android_sda3 { set root=(hd0,3) linux /android-7.1-r2/kernel root=/dev/ram0 initrd /android-7.1-r2/initrd.img }
I've successfully booted android-4.4-r5 on another box using the same entries as above but for 4.4.
I am using legacy grub (not UEFI), but also used legacy on my old box. I can mount and view my Android partition. What should my grub entries be?
Hi Melvin Stark, I had the same issue with you before,
I think you should install the OS though advantage options
It will let you decide to install Grub, which can boot into Android-x87
Log in to post a comment.
I can successfully launch android-7.1-r2 from USB, but android-7.1-r2 won't boot with grub. The last line I see mentions "emergency remount."
I'm using the following in grub.cfg:
menuentry android_sda3 {
set root=(hd0,3)
linux /android-7.1-r2/kernel root=/dev/ram0
initrd /android-7.1-r2/initrd.img
}
I've successfully booted android-4.4-r5 on another box using the same entries as above but for 4.4.
I am using legacy grub (not UEFI), but also used legacy on my old box. I can mount and view my Android partition. What should my grub entries be?
Hi Melvin Stark,
I had the same issue with you before,
I think you should install the OS though advantage options
It will let you decide to install Grub, which can boot into Android-x87