# Miscellaneous informations

### Manually creating paritions for Linux

During the partition creation for creating a linux partition you must:

* Set the `partition name` as `l4t`
* Format the partition as ext4
* &#x20;\[optional but recommended] `partition label` should be given in the form `SWR-XXX` but 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`
