Multiple Linux Distributions on a USB Stick



Just placing this here

Requires python3 and pip3

https://github.com/mbusb/multibootusb


I wanted all of these, but there are still issues with the fringe distroS
I used parted to create a 32 GB vfat filesystem for the OSes, and another 32 EXT4 for large linuxy files
parted /dev/sdc
mkpart
mkfs.msdos /dev/sdc1
mkfs -t ext4 /dev/sdc2
## START HERE
git clone https://github.com/mbusb/multibootusb

# move ISOs out of the way

pip3 install .
#move isos to local dir
bootra1n.generic.iso
parrot.generic.iso
popos.generic.iso
react.iso
slax-64bit-9.11.0.iso
ubuntu-20.04-desktop-amd64.iso
Tails.img

sudo ISOs=$(ls -1 *iso|tr '\n' ','|sed -e 's/,$//') \
  python3 multibootusb -c -y -i ${ISOs} -t /dev/devX1


Enjoy

Comments

Popular Posts