|
1 |
| -## Note |
2 |
| -This document is looking foward to your contribution (documentation, translation, reporting, suggestion, coding). |
3 |
| - |
4 | 1 | ## 1. Preparation
|
5 |
| -- Windows/Linux/Chromebook PC with the same free disk space available as the OS image file |
6 |
| -- A USB flash drive |
| 2 | +- An Wayne OS binary file |
| 3 | +- A USB flash drive which size is greater than the OS binary file size |
| 4 | +- A Windows/Linux/Chrome OS environment with free disk space greater than the OS binary file size. |
| 5 | + |
| 6 | +## 2. Initialize USB flash drive (optional) |
| 7 | +- If your USB flash drive has an error/corruption, the installation process could fail. |
| 8 | +- [Initialize USB](https://github.com/wayne-incorporated/wayne-os/blob/main/docs/en/how-to/initializing_usb_flash_drive.md). |
7 | 9 |
|
8 |
| -## 2. [Download Wayne OS binary](http://wayne-os.com/download-wayne-os-binary/) |
9 | 10 |
|
10 |
| -## 3. Initialize USB flash drive (optional) |
11 |
| -- If your USB flash drive has an error/corruption, the installation process could fail |
12 |
| -- [Initialize USB](https://github.com/wayne-incorporated/wayne-os/blob/main/docs/en/how-to/initializing_usb_flash_drive.md) |
| 11 | +## 3. Write the binary file on USB flash drive |
| 12 | +### In Chrome/Chromium |
| 13 | +- _Chromebook recovery utility_: [download](https://chrome.google.com/webstore/detail/chromebook-recovery-utili/jndclpdbaamdhonoechobihbbiimdgai/RK%3D2/RS%3DUI2uA8SxDAwF_T9oPb4YviZFT3Y-) |
| 14 | +<br> click gear icon/setting on top right > use local image. |
13 | 15 |
|
14 |
| -## 4. Write .bin file on USB flash drive by image writer tool |
15 |
| -### Windows user |
| 16 | +### In Windows |
16 | 17 | - _USBWriter-1.3_: [download](https://sourceforge.net/projects/usbwriter/)
|
17 | 18 | - _win32diskimager-binary_: [download](https://win32diskimager.download/)
|
18 |
| -- _Chromebook recovery utility_: [download](https://chrome.google.com/webstore/detail/chromebook-recovery-utili/jndclpdbaamdhonoechobihbbiimdgai/RK%3D2/RS%3DUI2uA8SxDAwF_T9oPb4YviZFT3Y-) |
19 |
| -<br> click gear icon/setting on top right > use local image. |
20 | 19 | - _balenaEtcher-Portable-1.5.109_: This seems not working for Wayne OS installation perfectly
|
21 | 20 | - _rufus-3.11_: This cannot install Wayne OS exactly
|
22 | 21 |
|
23 |
| -### Chromebook user |
24 |
| -- _Chromebook recovery utility_: [download](https://chrome.google.com/webstore/detail/chromebook-recovery-utili/jndclpdbaamdhonoechobihbbiimdgai/RK%3D2/RS%3DUI2uA8SxDAwF_T9oPb4YviZFT3Y-) |
25 |
| - |
26 |
| -### Linux user |
| 22 | +### In shell |
27 | 23 | `$ sudo dd if=${BIN_FILE} of=/dev/${USB_FLASH_DRIVE}`
|
28 | 24 | <br>
|
29 |
| -`${BIN_FILE}` must be .bin file name like wayne-os-usb16g-1q21.bin. |
| 25 | +`${BIN_FILE}` must be the binary file name. |
30 | 26 | <br>
|
31 | 27 | `${USB_FLASH_DRIVE}` must be a device name like sdx, Not a partition name like sdx1.
|
32 | 28 | <br>
|
33 | 29 | **Warning: If you write local storage (ex: hdd/ssd) name on it by mistake, you will lose data on the local storage so please check the device name carefully by `lsblk`.**
|
34 |
| -<br> |
35 |
| - |
36 |
| -## 5. Check |
37 |
| -- If you install _wayne-os-portable_ version, you can see only a STORAGE partition in Windows/macOS if the installation is succeed |
38 |
| -- Try to boot the USB flash drive on your computer via USB booting from BIOS/UEFI setting |
0 commit comments