Skip to content

jesanabriah/bootusb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

compile:

g++ bootusb.cpp -o bootusb

execute:

0. Loggin root

  'su' on debian or 'sudo su' on ubuntu

1. Copy exec to /usr/bin/

  cp bootusb /usr/bin/bootusb

2. Write on the terminal

  bootusb /path/to/image.iso /dev/sdX

3. Format the usb how FAT16 on '/dev/sdX1' in the process

4. Be Happy :)

About

Simple program to create USB bootable memories from a DEBIAN iso image

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages