cheadrian / termux-chroot-proot-wine-box86_64

Repo with instruction about how you can setup Proot / Chroot using Termux and GPU acceleration for Box86, Wine, etc.
264 stars 22 forks source link

Why decrypted `/data` is required? #6

Closed Young-Lord closed 1 year ago

Young-Lord commented 1 year ago

In Setup_Chroot_Magisk.md, Device /data - /userdata - is not encrypted; is required. However, it's hard to do this on some special devices. So, could you please tell me which step requires it? Thanks!

cheadrian commented 1 year ago

You can use the proot method. "Magisk does not support user context changes on encrypted data partitions, which leads to errors when connecting to the Kali rootfs via ssh (i.e. “Required key not available”) if the data partition is encrypted."

Young-Lord commented 1 year ago

thanks!