Update bootdisk.md

This commit is contained in:
Sander Hautvast 2024-02-08 20:16:39 +01:00 committed by GitHub
parent 57366c7998
commit e013076b6b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -25,3 +25,13 @@ df
sudo umount /dev/sdc1 sudo umount /dev/sdc1
sudo umount /dev/sdc4 sudo umount /dev/sdc4
``` ```
```bash
sudo mkfs.vfat /dev/sdc
```
```bash
sudo dd bs=4M if=kali-linux-2023.4-installer-amd64.iso of=/dev/sdc status=progress oflag=sync
```