menuentry "Android-x86 8.1-r1" {search --set=root --file /android-8.1-r1/kernellinux /android-8.1-r1/kernel quiet root=/dev/ram0 androidboot.selinux=permissive set gfxpayload=1366x768initrd /android-8.1-r1/initrd.img}menuentry "Android-x86 8.1-r1 (DEBUG mode)" {search --set=root --file /android-8.1-r1/kernellinux /android-8.1-r1/kernel root=/dev/ram0 androidboot.selinux=permissive DEBUG=2initrd /android-8.1-r1/initrd.img}
It's now working, I`m even replying through android-x86 (Yay :D)
Yes, I was using the -c command on the alien program, just like the instruction from the site
alien -ci android-x86-8.1-r1.x86_64.rpm, this one gives only blinking cursor
alien -ci android-x86-8.1-r1.i686.rpm, gives a message that this package is not supported on this platform (EFI64 related I think)
So I had to add the --target=amd64 argument for alien -ci android-x86-8.1-r1.i686.rpm, but then when it generates the .deb using this argument, it doesn't run the two scripts after installing the .deb, (most likely to be the ones to create custom.cfg and the mkdir android-8.1-r1/data
But now it's all working fine! Thanks!