Hello, I'm trying to use Android-x86 on my Samsung Galaxy Book 10.6. I successfully installed Android-x86 using the .iso and built-in installer from the most recent release (9.0-r2) and booted into the OS right after install. (note: i'm installing alongside ubuntu, so I did not install grub- I created a grub menu entry manually) After powering off my machine it refuses to boot, and displays:
'Detecting Androidx86................................................................'
If i boot with debug mode, it endlessly prints:
'ext4-fs mounted filesystem with ordered data mode. opts (null)'
Here is my grub menu entry:
menuentry "Android-x86" {
set root=(hd1,2)
linux /android-9.0-r2/kernel quiet root=/dev/ram0 androidboot.selinux=permissive androidboot.hardware=generic_x86 acpi_sleep=s3_bios,s3_mode SRC=/android-9.0-r2 DEBUG=1
initrd /android-9.0-r2/initrd.img
}
If anyone has seen this before or has any idea whats happening, let me know!
Thanks!