mirror of
https://github.com/onceupon/Bash-Oneliner.git
synced 2025-08-22 11:53:14 +02:00
Create a UEFI Bootable USB drive
(e.g. /dev/sdc1)
This commit is contained in:
@ -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-=-=-=-=-=-=-=-=-=-
|
||||||
|
Reference in New Issue
Block a user