/multiboot

Scripts to create a bootable USB stick containing multiple distributions

Primary LanguageShell

multiboot

The script creates a bootable USB stick and installs Grub with the customized config.

  1. Use lsblk to find the USB stick, e.g. /dev/sdb

    user@host lsblk
  2. Start the script with the identified device as 1st parameter

    user@host sudo ./usb.sh /dev/sdb
  3. Unmount the created partition

    user@host sudo umount /dev/sdb1