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