pyXuSB icon indicating copy to clipboard operation
pyXuSB copied to clipboard

An super lightweight utility for creating bootable USB drives.

pyXuSB

  • [x] Usage: sudo python3 pyXuSB.py

Screenshot

Screen

Usage

animation

Updates

17/12/2020

  • [x] Critical bug: Fixed bugs on file mounting options.
  • [x] Coming soon: Windows pendrive creating for GPT disk type.

Setup

Necessary python modules

  • npyscreen => Creating TUI.
  • psutil => Handling processes such as dd and mkfs.

Installation of python modules: sudo pip3 install -r requirements.txt
Gathering other dependencies:

  • gettext: sudo apt-get install gettext
  • ms-sys: http://ms-sys.sourceforge.net/

MS-SYS Installation:

  • tar -zxvf ms-sys*.tgz
  • cd ms-sys
  • make
  • sudo make install