website/content/blog/ventoy.md

25 lines
871 B
Markdown
Raw Permalink Normal View History

2021-06-18 20:03:57 -04:00
---
2023-02-18 21:37:22 -05:00
date: 2021-06-18 19:32:38
2021-06-18 20:03:57 -04:00
draft: false
2023-01-05 14:04:45 -05:00
medium_enabled: true
2023-02-18 21:37:22 -05:00
medium_post_id: b096fed9be3c
tags:
- Virtualization
title: Ventoy for managing ISOs on one USB
2021-06-18 20:03:57 -04:00
---
2022-12-17 23:48:56 -05:00
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.
2021-06-18 20:03:57 -04:00
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
2022-06-11 22:54:02 -04:00
![](/files/images/blog/ventoy.png)
2021-06-18 20:03:57 -04:00
2023-02-18 21:37:22 -05:00
Example screenshot from their website.