I have followed the instructions from the Planet support website to re-partition the Cosmo and install rooted android and Linux. However, some of the boot options don't work. Is this to be expected? Have I missed something?
Initally NORMAL boot started up android, but after installing Magisk it now says:
Your device has failed verification and may not work properly
Please download boot image with correct signature or disable verified boot
Your device will reboot in 5 seconds
I installed Magisk using the instructions on https://magiskmanager.com/
TWRP boot starts TWRP with it asking for a decryption key
ROOTED_ANDROID boot works and Magisk shows it has been rooted.
DEBIAN_KDE boot also works.
FASTBOOT boot hangs
Is normal boot intended to provide an option for a non-rooted android? I haven't been involved with the Linux beta programme that has been running recently.
Normal boot is normal and not rooted. Rooted boot is rooted.
Here is how planet has the OSs set up:
Normal android is the base which both root and linux work off of.
The rooted "image," isn't a full android image, instead it is a rooted boot.img which boots instead of the unrooted boot.img. its a small file, only a couple mb. The rooted "image" basically symlinks to all the files, settings and apps in the unrooted. So make a change in one and you will see it in the other.
Linux does something similar using libhybris as a compatibility layer to utilize the android drivers in the android install.
For instance if you had selected "full linux" install, there would still be android drivers and stuff on your cosmo because the cosmo linux wouldn't fiction without those android drivers.
Regardless there is a bug in the rooted boot as networking isn't working...