Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ventoy Swiss Army Knife #179

Open
wants to merge 27 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 21 commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
4da4f73
Create Ventoy
julsehn Aug 4, 2024
cce54f5
Rename Ventoy to ventoy.md
julsehn Aug 4, 2024
5bc52e8
Add files via upload
julsehn Aug 4, 2024
5c6098c
Actualizar ventoy.md
julsehn Aug 4, 2024
2d10307
Actualizar ventoy.md
julsehn Aug 4, 2024
75d1a65
Actualizar ventoy.md
julsehn Aug 4, 2024
d566a58
Actualizar ventoy.md
julsehn Aug 4, 2024
c956564
Actualizar ventoy.md
julsehn Aug 4, 2024
da6ef42
Actualizar ventoy.md
julsehn Aug 4, 2024
5a13b4b
Fix a link & custom containers
FloatingMilkshake Aug 4, 2024
6eb5e96
Update ventoy.md
julsehn Aug 5, 2024
9ad6840
Added the images.
julsehn Aug 13, 2024
4692f10
I forgot to modfy one thing (my bad).
julsehn Aug 13, 2024
1900329
Applied the most part of Waitacto suggestions.
julsehn Aug 13, 2024
f8d4a67
Bruh Stratos and acto spammed my screen like adds
julsehn Aug 13, 2024
9fe4c2c
Rolling back to an untrashed version.
julsehn Aug 13, 2024
04785ca
Apply suggestions from code review
julsehn Aug 13, 2024
03a9b80
Apply suggestions from code review
julsehn Aug 13, 2024
f761f1a
Update src/wiki/ventoy.md
julsehn Aug 13, 2024
6d59cdd
Apply suggestions from code review
julsehn Aug 15, 2024
864bde2
Update ventoy.md
julsehn Aug 15, 2024
766a5c3
Update src/wiki/ventoy.md
julsehn Aug 26, 2024
66ca978
Apply Erisa's suggestions from code review
julsehn Sep 22, 2024
b186dd2
Apply Aervnu suggestions from code review
julsehn Sep 22, 2024
51c85a4
Update src/wiki/ventoy.md
julsehn Sep 22, 2024
fd94e54
I had other stuff in my editor and accidently I
julsehn Sep 22, 2024
9ade27e
Some refinements added.
julsehn Sep 22, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added src/wiki/img/ventoy/Gparted.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/wiki/img/ventoy/Install.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/wiki/img/ventoy/Secure boot and GPT.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/wiki/img/ventoy/Ventoy screen.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
131 changes: 131 additions & 0 deletions src/wiki/ventoy.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,131 @@
# Creating a Multi-OS Bootable Drive (with Ventoy)
In this article, you will learn how to create a multi-OS bootable drive.
julsehn marked this conversation as resolved.
Show resolved Hide resolved

Having a bootable USB at all times can help you when you need to reinstall an OS, and a multi-OS bootable drive can allow you to install different OS without having to reformat a drive.
julsehn marked this conversation as resolved.
Show resolved Hide resolved

## Creation of the USB
julsehn marked this conversation as resolved.
Show resolved Hide resolved
This section will teach you how to create a bootable drive for your needs.
julsehn marked this conversation as resolved.
Show resolved Hide resolved

::: Warning
julsehn marked this conversation as resolved.
Show resolved Hide resolved
julsehn marked this conversation as resolved.
Show resolved Hide resolved
Installing Ventoy to create a bootable drive **will wipe all your data from that drive**. Back up your data on the drive before proceeding.
:::
1. Download Ventoy [here](https://www.ventoy.net/en/download.html). This is the tool that we will be using to create a bootable drive.
![Download page of Gparted](img/ventoy/Gparted.png)
julsehn marked this conversation as resolved.
Show resolved Hide resolved
2. Plug in a USB drive that has at least 8GB.
3. Right click on the file that you have just downloaded and select extract. Then, enter the folder named `ventoy-1.0.xx` and open an application named `Ventoy2Disk.exe`. A UAC prompt will pop-up, click yes.
julsehn marked this conversation as resolved.
Show resolved Hide resolved
4. Select a drive in the device selection section. This will be your bootable drive. If you can't see the drive you want to use, press the green button to refresh the list.
julsehn marked this conversation as resolved.
Show resolved Hide resolved
![Select USB](<img/ventoy/Ventoy screen.png>)
5. And the top right of the program click on options and get sure that the secure boot option is enabled and in partition stile select “GPT”.
julsehn marked this conversation as resolved.
Show resolved Hide resolved
julsehn marked this conversation as resolved.
Show resolved Hide resolved
![Menu for selecting settings in Ventoy](<img/ventoy/Secure boot and GPT.png>)
6. Click install, and Ventoy will create a bootable drive for you. After it finishes, you will see a drive named as "Ventoy", this is where you will place your ISO files for the bootable drive.
julsehn marked this conversation as resolved.
Show resolved Hide resolved
julsehn marked this conversation as resolved.
Show resolved Hide resolved
![Click on Install button](img/ventoy/Install.png)

## Downloading Windows to the Bootable Drive
julsehn marked this conversation as resolved.
Show resolved Hide resolved
### Downloading the ISO file

1. For Windows 10, go to [https://www.microsoft.com/software-download/windows10](https://www.microsoft.com/software-download/windows10) <br>
To download Windows 11 (Recommended), head to [https://www.microsoft.com/software-download/windows11](https://www.microsoft.com/software-download/windows11)
julsehn marked this conversation as resolved.
Show resolved Hide resolved
::: tip
If you are not on Windows, you will see an option to "Select Edition". Select the proper edition, and language, and download the file. Once the download finishes, move the ISO file to the Ventoy drive.
julsehn marked this conversation as resolved.
Show resolved Hide resolved
:::

julsehn marked this conversation as resolved.
Show resolved Hide resolved

julsehn marked this conversation as resolved.
Show resolved Hide resolved
2. Click the **Download Tool Now** button.

   ![](./img/downloading-windows/downloadtoolnow.png)

3. After the tool has been downloaded, run it.

### Using the tool

1. The first thing you will see is this screen, click Accept.

   ![](./img/downloading-windows/licenseterms.png)

2. Wait for the installer to prepare the files needed.

   ![](./img/downloading-windows/gettingthings.png)

3. This is where you select what you want to do.

Select **Create installation media for another PC**, then press next.
julsehn marked this conversation as resolved.
Show resolved Hide resolved

    ![](./img/downloading-windows/whatdoyouwanttodo.png)

4. Use the recommended settings, or select your preferred Language, Edition, and Architecture.

::: tip Note
If you're planning to install Windows on another PC and don't know what architecture it uses, then select "Both".
julsehn marked this conversation as resolved.
Show resolved Hide resolved
:::

   ![](./img/downloading-windows/changelanguagearchitecture.png)

5. Select **ISO file**, then press next.

![](./img/downloading-windows/mediatouse.png)

6. Select a path to save to.
### Microsoft Defender Offline
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This section starts abruptly and seems to carry on from the previous section, please fix this

After that, Windows will start downloading the ISO file.

Once the file has been downloaded, copy it to the Ventoy Drive.
julsehn marked this conversation as resolved.
Show resolved Hide resolved

::: tip Note
For amd64 choose x86_64. For i686 choose 32-bit.
You also need to select ISO as the filetype.
:::
Comment on lines +25 to +28
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Select this where? This sounds like it should be in a different place, where these choices are backed up by screenshots


::: tip Note
You can read more about reinstalling Windows [here](installing-windows).
julsehn marked this conversation as resolved.
Show resolved Hide resolved
:::

If you want to detect and remove any malware or rootkits that your computer has been infected with, you can try the following options.
julsehn marked this conversation as resolved.
Show resolved Hide resolved
### Kaspersky
ISOI File: https://www.kaspersky.com/downloads/free-rescue-disk (Not usable in US).
julsehn marked this conversation as resolved.
Show resolved Hide resolved
- Microsoft Defender Offline: [32-bit](https://go.microsoft.com/fwlink/?LinkID=234123), [64-bit](https://go.microsoft.com/fwlink/?LinkID=234124)
julsehn marked this conversation as resolved.
Show resolved Hide resolved
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why is Defender in a section about Kaspersky? Either separate these out (Defender is missing a link in its section) or combine them into one section with two choices.


After you download the ISO file, copy it to your Ventoy drive.

::: tip Note
For amd64 choose x86_64. For i686 choose 32-bit.
You also need to select ISO as the filetype.
:::

::: tip Note
The usage is very simple, just you click to update the antivirus databases and run the scan following the instructions on your screen.
julsehn marked this conversation as resolved.
Show resolved Hide resolved
julsehn marked this conversation as resolved.
Show resolved Hide resolved
:::

## Clonezilla
**Instructions on using Clonezilla are available [here](https://clonezilla.org//clonezilla-live-doc.php).**
julsehn marked this conversation as resolved.
Show resolved Hide resolved
Clonezilla is great software for managing (backup and restore, clone)
julsehn marked this conversation as resolved.
Show resolved Hide resolved
Download the ISO here :  https://clonezilla.org//downloads/download.php?branch=stable.
julsehn marked this conversation as resolved.
Show resolved Hide resolved

::: tip Note
For amd64 choose x86_64. For i686 choose 32-bit.
You also need to select ISO as the filetype.
:::

After that, copy the ISO file to your Ventoy Drive.
julsehn marked this conversation as resolved.
Show resolved Hide resolved

::: tip Note
Erisa marked this conversation as resolved.
Show resolved Hide resolved
Instructions on using Clonezilla are available [here](https://clonezilla.org//clonezilla-live-doc.php).
julsehn marked this conversation as resolved.
Show resolved Hide resolved
:::
julsehn marked this conversation as resolved.
Show resolved Hide resolved

## Gparted
Gparted is a powerful tool that helps you to manage partitions, and you can copy them to other disks or inside.
julsehn marked this conversation as resolved.
Show resolved Hide resolved
Download the ISO here : https://gparted.org/download.php.
julsehn marked this conversation as resolved.
Show resolved Hide resolved
::: tip Note
For amd64 choose x86_64. For i686 choose 32-bit.
You also need to select ISO as the filetype.
:::

After that, copy the ISO file to your Ventoy Drive.

::: tip Note
For amd64 choose x86_64. For i686 choose 32-bit.
You also need to select ISO as the filetype.
:::
julsehn marked this conversation as resolved.
Show resolved Hide resolved

::: tip Note
Instructions on using Gparted are available [here](https://gparted.org/display-doc.php?name=help-manual).
:::