mirror of
https://github.com/onceupon/Bash-Oneliner.git
synced 2024-11-22 12:57:01 +00:00
Create a UEFI Bootable USB drive
(e.g. /dev/sdc1)
This commit is contained in:
parent
e2c847386d
commit
dab5b43c4f
@ -2244,4 +2244,11 @@ lvextend -L +130G /dev/rhel/root -r
|
|||||||
#Adding -r will grow filesystem after resizing the volume.
|
#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-=-=-=-=-=-=-=-=-=-
|
=-=-=-=-=-A lot more coming!! =-=-=-=-=-=-=-=-=-=waitwait-=-=-=-=-=-=-=-=-=-
|
||||||
|
Loading…
Reference in New Issue
Block a user