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

30 lines
898 B
Markdown
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<img align="right" src="../../assets/nabu.png" width="425" alt="Linux Running On A Xiaomi Pad 5">
# Windows на Xiaomi Pad 5
## [←](prepare-ru.md) Установка Linux [→](dualboot-ru.md)
### Требования
- Мозги
- [rootfs.img.xz](https://mega.nz/folder/CVMGEAiB#7oazR3wpkKdAH2eZChtRTg) (рекомендуется Ubuntu-V0.91)
### Установка
#### Извлеките `rootfs.img` из `rootfs.img.xz`
#### Перезапустите планшет в fastboot для прошивки
#### Прошейте образ linux через fastboot
```cmd
fastboot flash linux <rootfs.img>
```
> Замените <rootfs.img> на путь к rootfs.img
#### Перезапуститесь в android для настройки дуалбута
```sh
fastboot reboot
```
### [Последний шаг: Установка дуалбута](dualboot-ru.md)