To transplant the Raspbian kernel to another distro like Arch ARM, I found I could copy from Raspbian, /boot/kernel7.img and the modules directory modules/4.14.90-v7+ to the Arch ARM image and it would boot and run fine. I wanted to do the same with the LE kernel so from LE's /boot, I copied kernel.img to Arch ARM's /boot and renamed it to kernel7.img and also copied the modules over, but found that it wouldn't boot.
The error displayed was:
Code
*** Error in mount_flash: mount_part: Unknown filesystem ***
### Starting debugging shell for boot step: mount_flash... type exit to quit###
Is there any way I can take the LE kernel and modules and just boot to it on Arch ARM?