Skip to content

tabulon-ext/multibootusb.s0racat

 
 

Repository files navigation

This fork

This is an Extended Support Repository, I wil not work on this actively but PRs are welcome and I will check them and merge them. There is also no guarantee that I will fix issues.

Multiboot USB

https://mbusb.aguslr.com/

About

This is a project that contains a collection of GRUB files and scripts that will allow you to create a pendrive capable of booting different ISO files.

Demo GIF

Documentation

Visit the project's website for more information.

Installation

nix-build default.nix
sudo ./result/bin/makeUSB.sh /dev/sda exfat

Dependencies

  • coreutils
  • gptfdisk
  • curl
  • gnutar
  • unzip
  • grub2
  • gnused
  • exfatprogs: for exfat

Example directory structure

eza --tree $data_mnt
$data_mnt
├── autounattend.xml
└── boot
    ├── autoexec.ipxe
    ├── grub
    └── isos
        ├── artix-xfce-runit-20240823-x86_64.iso
        ├── hirens
        └── ipxe.efi

About

A collection of GRUB files and scripts that will allow you to create a pendrive capable of booting different ISO files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Shell 99.7%
  • Nix 0.3%