Guide-Linux-Nabu/guide/English/install-en.md

35 lines
891 B
Markdown
Raw Permalink Normal View History

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-05-07 14:03:05 +00:00
## [←](./prepare-en.md) Installing Linux
2024-01-15 17:08:16 +00:00
### Prerequisites
- Brain
2024-07-14 16:42:40 +00:00
- [Rootfs image](https://timoxa0.su/?dir=share/nabu/images/v3)
2024-01-15 17:08:16 +00:00
2024-05-07 14:03:05 +00:00
### Notes:
> [!Warning]\
> All your data will be erased! Backup now if needed.
2024-01-15 17:08:16 +00:00
2024-08-14 11:35:36 +00:00
> [!Note]\
> If you want to use switch2linux to dualboot add -Q flag to lon-tool command\
> After installation follow this [guide](./linuxswitch-en.md)
2024-02-19 13:15:07 +00:00
### Installation
1. #### Download image
2024-01-15 17:08:16 +00:00
2024-05-07 14:03:05 +00:00
2. #### Reboot device to bootloader
2024-02-19 13:15:07 +00:00
2024-05-07 14:03:05 +00:00
3. #### Flash image to device using deployer
2024-02-19 13:15:07 +00:00
```
2024-07-14 16:42:40 +00:00
lon-tool deploy /path/to/image.lni
2024-02-21 16:18:39 +00:00
```
2024-05-07 14:03:05 +00:00
Deployer will ask you for username, password and linux partition size
2024-02-19 13:15:07 +00:00
2024-05-07 14:03:05 +00:00
> After the final reboot, a menu will appear that you can navigate using the volume and power buttons
2024-02-19 13:15:07 +00:00
2024-05-06 15:42:54 +00:00
### Done!