Hi every1
I didn't succeed to boot correctly the android iso from GRUB2.
I tried memdisk4.05 method, it brings the menu from menu.lst but when i choose an entry I'm stuck on Detecting Android-x86............ which never find the path.
Of course, when i flash an usb drive or a cd and boot from it, no problem.
I tried also unetbootin method to boot iso from GRUB2 (ubuntu) but the result is not better.
Same with grub-images module.
Also, when I extract iso to a directory and try an entry like :
set $androidpath = "/extractediso"
linux $androidpath/kernel root=/dev/ram0 androidboot.hardware=android_x86 video=-16 INSTALL=1 DEBUG=
initrd $androidpath/initrd.img
I've got th same issue (stuck on Detecting Android-x86...............)
I've tried to add ROOT=/dev/sda3 (the partition where iso and ubuntu are) and/or SRC=$androidpath but it change nothing.
I'm surely missing something but maybe it's not possible at all to boot an android iso directly from hard disk ?
The interest of all of this is of course to avoid flashing an usb or cd with every android iso to test.
Thank in advance for your help!
Cheers