spanskiblog/content/posts/os_flashing.md

27 lines
433 B
Markdown
Raw Permalink Normal View History

2022-12-30 11:09:01 +01:00
+++
2023-02-27 21:59:02 +01:00
date="2023-02-03"
2022-12-30 11:09:01 +01:00
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/).