Article 6F0E0 Android-x86 GRUB2?

Android-x86 GRUB2?

by
dchmelik
from LinuxQuestions.org on (#6F0E0)
I'm trying to use GRUB2 to boot Android-x86. The following menu entry works fine on a ThinkPad 20FR but not 20UB (which just boots to Android command-line).

Code:menuentry "Android" --class android-x86 {
savedefault
set root='(hd0,msdos5)'
linux /android-9.0-r2/kernel quiet root=/dev/ram0
initrd /android-9.0-r2/initrd.img
}
External Content
Source RSS or Atom Feed
Feed Location https://feeds.feedburner.com/linuxquestions/latest
Feed Title LinuxQuestions.org
Feed Link https://www.linuxquestions.org/questions/
Reply 0 comments