# 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`


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://wiki.switchroot.org/wiki/linux/miscellaneous-informations.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
