Skip to content

Commit e992014

Browse files
authored
Update installing_wayne_os_on_a_usb_flash_drive.md
1 parent 98a69c5 commit e992014

File tree

1 file changed

+14
-23
lines changed

1 file changed

+14
-23
lines changed
Lines changed: 14 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,29 @@
1-
## Note
2-
This document is looking foward to your contribution (documentation, translation, reporting, suggestion, coding).
3-
41
## 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).
79

8-
## 2. [Download Wayne OS binary](http://wayne-os.com/download-wayne-os-binary/)
910

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.
1315

14-
## 4. Write .bin file on USB flash drive by image writer tool
15-
### Windows user
16+
### In Windows
1617
- _USBWriter-1.3_: [download](https://sourceforge.net/projects/usbwriter/)
1718
- _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.
2019
- _balenaEtcher-Portable-1.5.109_: This seems not working for Wayne OS installation perfectly
2120
- _rufus-3.11_: This cannot install Wayne OS exactly
2221

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
2723
`$ sudo dd if=${BIN_FILE} of=/dev/${USB_FLASH_DRIVE}`
2824
<br>
29-
`${BIN_FILE}` must be .bin file name like wayne-os-usb16g-1q21.bin.
25+
`${BIN_FILE}` must be the binary file name.
3026
<br>
3127
`${USB_FLASH_DRIVE}` must be a device name like sdx, Not a partition name like sdx1.
3228
<br>
3329
**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

Comments
 (0)