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
- Host: GitHub
- URL: https://github.com/serginator/multibootusb
- Owner: serginator
- Created: 2021-11-22T13:44:41.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-01-19T12:19:07.000Z (over 4 years ago)
- Last Synced: 2025-06-04T11:21:57.370Z (12 months ago)
- Topics: grub, kali-linux, linux, rescue-system, systemrescuecd, tails, toolkit, unix
- Language: Shell
- Homepage:
- Size: 1.99 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.