Move to lon-tool
This commit is contained in:
parent
414e33f523
commit
d410187ccc
|
@ -7,7 +7,7 @@
|
|||
### Prerequisites
|
||||
- Brain
|
||||
|
||||
- [Rootfs image](https://timoxa0.su/?dir=share/nabu/images/v2)
|
||||
- [Rootfs image](https://timoxa0.su/?dir=share/nabu/images/v3)
|
||||
|
||||
### Notes:
|
||||
> [!Warning]\
|
||||
|
@ -21,7 +21,7 @@
|
|||
|
||||
3. #### Flash image to device using deployer
|
||||
```
|
||||
lon-deployer /path/to/rootfs.img
|
||||
lon-tool deploy /path/to/image.lni
|
||||
```
|
||||
Deployer will ask you for username, password and linux partition size
|
||||
|
||||
|
|
|
@ -8,14 +8,18 @@
|
|||
### Prerequisites
|
||||
- Brain
|
||||
|
||||
#### Get LoN Deployer
|
||||
##### Windows:
|
||||
- Install deployer and platform tools using this command
|
||||
#### Get lon-tool
|
||||
##### Windows 10-11:
|
||||
- Install lon-tool and platform tools using this command
|
||||
```
|
||||
powershell.exe -C "irm https://s.tx0.su/lnd | iex"
|
||||
powershell.exe -C "irm https://s.tx0.su/ltw | iex"
|
||||
```
|
||||
|
||||
##### Linux:
|
||||
- Install android platform tools with your packet manager
|
||||
- Download binary from [here](https://github.com/timoxa0/LoN-Deployer/releases/)
|
||||
- Install lon-tool and platform tools using this command
|
||||
```
|
||||
curl -Ls s.tx0.su/ltl | bash
|
||||
```
|
||||
|
||||
### [Next step: Installing Linux](./install-en.md)
|
||||
|
|
|
@ -10,19 +10,8 @@ If you want to uninstall linux this is used instead of deleting partitions manua
|
|||
|
||||
If you want to relock your bootloader you'll need your partition table to be stock.
|
||||
|
||||
### Prerequisites
|
||||
|
||||
- [ADB & Fastboot](https://developer.android.com/studio/releases/platform-tools)
|
||||
- [gpt_both0.bin](https://timoxa0.su/share/nabu/manual/gpt_both0.bin)
|
||||
|
||||
### Restore GPT
|
||||
> Replace ```<gpt_both0.bin>``` with the path to the gpt_both0.bin file.
|
||||
### Uninstall with lon-tool
|
||||
|
||||
```cmd
|
||||
fastboot flash partition:0 <gpt_both0.bin>
|
||||
```
|
||||
|
||||
### Erase userdata to avoid bootloop and restore FS size
|
||||
```cmd
|
||||
fastboot -w
|
||||
lon-tool uninstall
|
||||
```
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
### Требования
|
||||
- Мозги
|
||||
|
||||
- [Образ Rootfs](https://timoxa0.su/?dir=share/nabu/images/v2)
|
||||
- [Образ Rootfs](https://timoxa0.su/?dir=share/nabu/images/v3)
|
||||
|
||||
### Примечание:
|
||||
> [!Warning]\
|
||||
|
@ -21,7 +21,7 @@
|
|||
|
||||
3. #### Прошейте образ используя установщик
|
||||
```
|
||||
lon-deployer /путь/к/rootfs.img
|
||||
lon-tool deploy /путь/к/image.lni
|
||||
```
|
||||
Установщик спросит у вас имя пользователя, пароль и размер раздела для Linux
|
||||
|
||||
|
|
|
@ -8,14 +8,18 @@
|
|||
### Требования:
|
||||
- Мозги
|
||||
|
||||
#### Установите LoN Deployer
|
||||
##### Windows:
|
||||
- Выполните эту команду для установки LoN Deployer, adb и fastboot
|
||||
#### Установите lon-tool
|
||||
##### Windows 10-11:
|
||||
- Выполните эту команду для установки lon-tool, adb и fastboot
|
||||
```
|
||||
powershell.exe -C "irm https://s.tx0.su/lnd | iex"
|
||||
powershell.exe -C "irm https://s.tx0.su/ltw | iex"
|
||||
```
|
||||
|
||||
##### Linux:
|
||||
- Установите adb и fastboot через пакетный менеджер вашего дистрибутива
|
||||
- Загрузите исполняемый файл [отсюда](https://github.com/timoxa0/LoN-Deployer/releases/)
|
||||
- Выполните эту команду для установки lon-tool
|
||||
```
|
||||
curl -Ls s.tx0.su/ltl | bash
|
||||
```
|
||||
|
||||
### [Следующий шаг: установка Linux](./install-ru.md)
|
|
@ -6,21 +6,10 @@
|
|||
|
||||
Если вы хотите удалить Linux, используйте данный упрощенный метод вместо ручного удаления разделов чтобы исключить риск ошибки.
|
||||
|
||||
Если вы хотите заблокировать загрузчик обратно, убедитесь что таблица разделов находится в заводском состоянии.
|
||||
Если вы хотите заблокировать загрузчик обратно, убедитесь что таблица разделов находится в заводском состоянии.)
|
||||
|
||||
### Требования
|
||||
|
||||
- [ADB и Fastboot](https://developer.android.com/studio/releases/platform-tools)
|
||||
- [gpt_both0.bin](https://timoxa0.su/share/nabu/manual/gpt_both0.bin)
|
||||
|
||||
### Восстановление GPT
|
||||
> Замените ```<gpt_both0.bin>``` путём к файлу `gpt_both0.bin`.
|
||||
### Удаление через lon-tool
|
||||
|
||||
```cmd
|
||||
fastboot flash partition:0 <gpt_both0.bin>
|
||||
```
|
||||
|
||||
### Очистите раздел `userdata` чтобы избежать цикличной перезагрузки и восстановить размер файловой системы
|
||||
```cmd
|
||||
fastboot -w
|
||||
lon-tool uninstall
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue