Miscellaneous informations
Informations required about
Manually creating paritions for Linux
During the partition creation for creating a linux partition you must:
Set the
partition nameasl4tFormat the partition as ext4
[optional but recommended]
partition labelshould be given in the formSWR-XXXbut flashing disk images directly to it using Hekate or DD will override it.
Rebuilding boot.scr
You can retrieve the current boot.scr for your current OS then remove the header, change the extension to .txt then run:
mkimage -A arm64 -T script -d boot.txt boot.scr
Last updated