paulomunizdev / bootUsb

bootUsb is a C++ tool for creating bootable USB drives from ISO files.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bootUsb 1.0.0

Introduction

bootUsb is a C++ tool for creating bootable USB drives from ISO files. It lists available disks on the system, allowing the user to choose one for creating the bootable drive, and then uses the dd command to perform the operation.

Here's how you can adapt the "How to Use" section for your bootUsb tool:

How to Use

Downloading the Compiled Tool

  1. Clone the repository:
    git clone https://github.com/paulomunizdev/bootUsb.git
  2. Navigate to the bootUsb directory:
    cd bootUsb
  3. Give permission to execute:
    sudo chmod +x bootUsb
  4. Run bootUsb:
    sudo ./bootUsb

Compiling the Source Code

Before compiling, ensure that you have a C++ compiler installed on your system.

Compile the source code using g++:

g++ -o bootUsb src/bootUsb.cpp

This will generate an executable named bootUsb in the root directory of the project.

License

This project is licensed under the MIT License

About

bootUsb is a C++ tool for creating bootable USB drives from ISO files.


Languages

Language:C++ 100.0%