Hi
first of all many thnx for great community
2nd i was trying to install android x86 8.1 rc2 without installation on my laptop an the same partition of my arch linux
what i have done so far:
first made a folder at my linux root partition and called it Android and inside it i put
that i found in android-x86_64-8.1-rc2.iso.
also i made a data folder there too then i add the fallowing entries to grub using
:
and after trying to boot i get the fallowing image
no matter how much i let it be in this situation, it just wont get into android.
then i had to hard reset my laptop and be able to go back to Arch linux also when i check the data folder i see the fallowing file and folders are created:
any help would be welcome thnx in advance(also not a native English)
first of all many thnx for great community
2nd i was trying to install android x86 8.1 rc2 without installation on my laptop an the same partition of my arch linux
what i have done so far:
first made a folder at my linux root partition and called it Android and inside it i put
Code:
initrd.img kernel ramdisk.img system.img
also i made a data folder there too then i add the fallowing entries to grub using
Code:
sudo -E gedit /etc/grub.d/40_custom
Code:
menuentry 'android-x86_64-8.1-rc2' --class android-x86 {
insmod part_gpt
search --file --no-floppy --set=root /Android/system.img
linux /Android/kernel root=/dev/ram0 androidboot.hardware=android-x86_64 androidboot.selinux=permissive CMDLINE
initrd /Android/initrd.img
}
no matter how much i let it be in this situation, it just wont get into android.
then i had to hard reset my laptop and be able to go back to Arch linux also when i check the data folder i see the fallowing file and folders are created:
Code:
adb app-private drm misc_ce ss user_de
anr backup local misc_de system vendor
app bootchart lost+found ota system_ce
app-asec cache media ota_package system_de
app-ephemeral dalvik-cache mediadrm property tombstones
app-lib data misc resource-cache user
Last edited: