summaryrefslogtreecommitdiff
path: root/3 Resources/Linux/Create bootable USB.md
blob: a296677f6a686924ae6f8bd7a347ed26b4e02c4a (plain)
1
2
3
4
5
6
7
8
---
tags:
  - linux
  - bootable
---
```
sudo dd bs=4M conv=fsync oflag=direct status=progress if=linux.iso of=/dev/sda
```