An open API service indexing awesome lists of open source software.

https://github.com/serginator/multibootusb

settings for my multiboot usb
https://github.com/serginator/multibootusb

grub kali-linux linux rescue-system systemrescuecd tails toolkit unix

Last synced: about 2 months ago
JSON representation

settings for my multiboot usb

Awesome Lists containing this project

README

          

My settings for a FAT32 USB having several distros, for testing, fun, rescue files, fix computer problems...

USB should have an ext3 partition named `persistence` for use persistence in Kali. This partition should contain a file named `persistence.conf` with the content `/ union`.

You could have persistence for other distros too with other partitions, but I'm only interested in having kali tools up-to-date.

For System Rescue CD, modify `boot/grub/grub.cfg` and in System Rescue entry, change img_label=`MY_USB` with the label of your FAT32 partition holding the isos

grub.cfg can be watched in [this gist](https://gist.github.com/serginator/cd53e2703cc04f22341e), I don't know which one will be more updated.