> For the complete documentation index, see [llms.txt](https://wiki.switchroot.org/wiki/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.switchroot.org/wiki/linux.md).

# Linux

- [L4T Linux Distributions](https://wiki.switchroot.org/wiki/linux/linux-distributions.md): Understanding and setting up L4S distros
- [Linux Features](https://wiki.switchroot.org/wiki/linux/linux-features.md): The Switch contains a unique combination of hardware allowing for a vast featureset not seen on many other devices. Commonly used programs/apps are listed and documented here for reference.
- [Linux Changelog](https://wiki.switchroot.org/wiki/linux/linux-changelog.md)
- [L4T Ubuntu Bionic 18.04 Install Guide](https://wiki.switchroot.org/wiki/linux/l4t-ubuntu-bionic-installation-guide.md): Installation and update guide/tutorial for Switchroot L4T Ubuntu Bionic on Nintendo Switch
- [L4T Ubuntu Jammy 22.04 Install Guide](https://wiki.switchroot.org/wiki/linux/l4t-ubuntu-jammy-installation-guide.md): Installation guide/tutorial for Switchroot L4T Ubuntu Jammy on Nintendo Switch
- [L4T Ubuntu Noble 24.04 Install Guide](https://wiki.switchroot.org/wiki/linux/l4t-ubuntu-noble-installation-guide.md): Installation guide/tutorial for Switchroot L4T Ubuntu Noble on Nintendo Switch
- [L4T Fedora 39 Install Guide](https://wiki.switchroot.org/wiki/linux/l4t-fedora-installation-guide.md): Installation guide/tutorial for Linux4Switch L4T Fedora on Nintendo Switch
- [L4T Fedora 41 Install Guide](https://wiki.switchroot.org/wiki/linux/l4t-fedora-installation-guide-1.md): Installation guide/tutorial for Linux4Switch L4T Fedora on Nintendo Switch
- [L4T Fedora 42 Install Guide](https://wiki.switchroot.org/wiki/linux/l4t-fedora-installation-guide-2.md): Installation guide/tutorial for Linux4Switch L4T Fedora on Nintendo Switch
- [L4T Lakka Install/Update Guide](https://wiki.switchroot.org/wiki/linux/l4t-lakka-install-update-guide.md): Installation guide/tutorial for L4T Lakka on Nintendo Switch
- [Linux USB or eMMC Boot](https://wiki.switchroot.org/wiki/linux/linux-usb-or-emmc-boot.md): USB or eMMC booting
- [Linux Boot Configuration](https://wiki.switchroot.org/wiki/linux/linux-boot-configuration.md): Here you can find all hekate boot entry ini keys supported by Linux.
- [Linux Bootstack Documentation](https://wiki.switchroot.org/wiki/linux/linux-bootstack-documentation.md)
- [Emulation](https://wiki.switchroot.org/wiki/linux/emulation.md)
- [RetroPie](https://wiki.switchroot.org/wiki/linux/emulation/retropie.md): Retropie allows you to turn your Nintendo Switch (and other supported devices) into a retro-gaming machine.
- [Box86](https://wiki.switchroot.org/wiki/linux/emulation/box86.md): Guide to install and setup Box86 on Fedora L4T
- [Box64](https://wiki.switchroot.org/wiki/linux/emulation/box64.md): x64 emulator for arm64
- [Miscellaneous informations](https://wiki.switchroot.org/wiki/linux/miscellaneous-informations.md): Informations required about


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://wiki.switchroot.org/wiki/linux.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
