Create a UEFI Bootable USB drive

(e.g. /dev/sdc1)
This commit is contained in:
onceupon 2017-12-07 19:34:09 +08:00 committed by GitHub
parent e2c847386d
commit dab5b43c4f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2244,4 +2244,11 @@ lvextend -L +130G /dev/rhel/root -r
#Adding -r will grow filesystem after resizing the volume.
##### Create a UEFI Bootable USB drive (e.g. /dev/sdc1)
```bash
sudo dd if=~/path/to/isofile.iso of=/dev/sdc1 oflag=direct bs=1048576
```
=-=-=-=-=-A lot more coming!! =-=-=-=-=-=-=-=-=-=waitwait-=-=-=-=-=-=-=-=-=-