Skip to content

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

Notifications You must be signed in to change notification settings

paulomunizdev/bootUsb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages