Multi-System is an application to create a usb/sd bootable with GNU/Linux you choose.
You can try the USB created with virtualbox or qemu from the same application.
You can also choose the boot loader to be installed on the flash drive can be Grub, Gru2 or Burg.
Add the repository:
You can also choose the boot loader to be installed on the flash drive can be Grub, Gru2 or Burg.
Add the repository:
sudo sh -c "echo 'deb http://liveusb.info/multisystem/depot all main #MultiSystem' >> /etc/apt/sources.list.d/multisystem.list" && wget -q http://liveusb.info/multisystem/depot/multisystem.asc -O- | sudo apt-key add -
Update package list:
sudo apt-get update
And install Multi-System:
sudo apt-get install multisystem
0 Comments