New Posts

This commit is contained in:
Brandon Rozek 2021-06-18 20:03:57 -04:00
parent 21d2ce3ff6
commit a1eb572cd4
6 changed files with 85 additions and 0 deletions

23
content/blog/ventoy.md Normal file
View file

@ -0,0 +1,23 @@
---
title: "Ventoy for managing ISOs on one USB"
date: 2021-06-18T15:32:38-04:00
draft: false
tags: []
---
Traditionally I would hold one linux distribution per USB drive. Though with 32 GB USB Flash drives only costing $12, why hold only one per drive? That's where Ventoy comes in. With Ventoy, we can store multiple ISOs which it then presents as a boot screen.
To install Ventoy onto a flash drive, follow the [Get Started](https://www.ventoy.net/en/doc_start.html) guide on their website. Then once it's installed you should see a mountpoint labeled "Ventoy". There you can drop off any ISOs you want to appear on the boot screen. Here are some examples of what I keep in mine:
- Clonezilla
- Kali Linux
- Kubuntu
- Tails
- UBCD
![](/img/ventoy.png)
Example screenshot from their website.