spanskiblog/content/posts/os_flashing.md

27 lines
433 B
Markdown

+++
date="2022-12-25"
author="spanskiduh"
title="os_flashing"
description="click to read about os_flashing"
+++
# OS FLASHING
## WINDOWS
Firstly locate the connected usb issuing the command:
```bash
lsblk -f
```
Then when you located the drive just issue the `dd` command:
```bash
sudo dd if=Win10_22H2_En_x64.iso of=/dev/sda bs=4M status=progress
```
## Linux
Use simple tool like [etcher](https://www.balena.io/etcher/).