mirror of
https://github.com/sahinakkaya/til.git
synced 2024-11-21 16:19:37 +01:00
TIL: Creating a multiboot usb
This commit is contained in:
parent
9d6e99cc5c
commit
850876aa17
11
system/creating-a-multiboot-usb.md
Normal file
11
system/creating-a-multiboot-usb.md
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
You can prepare multiboot usb with `ventoy`. On arch, install `ventoy-bin`.
|
||||||
|
|
||||||
|
Then install ventoy to your usb with
|
||||||
|
```
|
||||||
|
sudo /opt/ventoy/Ventoy2Disk.sh -i /dev/sdc
|
||||||
|
```
|
||||||
|
By default it will format /dev/sdc1 with ext4. You can change it if you like:
|
||||||
|
```
|
||||||
|
sudo mkntfs --fast --label Ventoy /dev/sdc1
|
||||||
|
```
|
||||||
|
From now on, you can basically copy iso files to your usb stick.
|
Loading…
Reference in New Issue
Block a user