-
Notifications
You must be signed in to change notification settings - Fork 205
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unsupported CPU Architecture (i686) in proot-distro #6
Comments
Funny coincidence, but just today I got the same error. I am trying to install Ubuntu20.04 or Arch Linux on my x86 Zenfone2. Can I somehow force a i386 image which should work also? I think AMD64 might not work on the Zenfone2 as it is a strange hybrid with 64bit Linux Kernel, but 32bit Android user space. |
You need to setup chroot/proot environment with qemu-user. but it may cause segfault. and some programs may not work.. but x86 is fine |
You could add Ubuntu18 by going into
I think you cannot (without qemu) run x86_64 on 32-bit Android even with 64-bit Linux as Android would set seccomp policy which would prevent 64-bit programs from executing any syscall. I guess it'd be question to @xeffyr if script I've pasted above should be bundled with |
Now |
Now. I have Android 7.1 x86 installed with Termux on it. But the issue is that Ubuntu 20.04 isn't supported on i686.
It would be useful if you just use Ubuntu 18.04/16.04 LTS instead of Ubuntu 20.04 for Android x86
I am a Ubuntu User. proot-distro is easier to use. I use Ubuntu on my Phone using proot-distro more often.
The text was updated successfully, but these errors were encountered: