Guide-Linux-Nabu/guide/English/install-en.md
2024-01-15 23:35:43 +05:00

31 lines
724 B
Markdown

<img align="right" src="../../assets/nabu.png" width="425" alt="Linux Running On A Xiaomi Pad 5">
# Running Linux on the Xiaomi Pad 5
## [←](prepare-en.md) Installing Linux [→](dualboot-en.md)
### Prerequisites
- Brain
- [rootfs.img.xz](https://mega.nz/folder/CVMGEAiB#7oazR3wpkKdAH2eZChtRTg) (Ubuntu-V0.91 recommended)
### Installation
#### Extract `rootfs.img` from `rootfs.img.xz`
#### Reboot to fastboot to start installing linux
#### Flash linux image via fastboot
```cmd
fastboot flash linux <rootfs.img>
```
> Replace <rootfs.img> with path to rootfs.img
#### Reboot to android to setup dualboot
```sh
fastboot reboot
```
### [Last step: Setup Dualboot](dualboot-en.md)