spanskiblog/content/posts/os_flashing.md

433 B

+++ date="2023-02-03" author="spanskiduh" title="os_flashing" description="click to read about os_flashing" +++

OS FLASHING

WINDOWS

Firstly locate the connected usb issuing the command:

lsblk -f

Then when you located the drive just issue the dd command:

 sudo dd if=Win10_22H2_En_x64.iso of=/dev/sda bs=4M status=progress

Linux

Use simple tool like etcher.