Made a USB to boot multiple ISOs with grub2 as described in Boot Multiple ISO from USB via Grub2 using Linux
Works well for Linux Mint 18.3
Now trying to configure Tails 3.7 but not much luck
Tried this (options commented are ones that I tried and also failed):
menuentry "Tails" {
loopback loop /tails.iso
linux (loop)/live/vmlinuz boot=live config live-media=removable nopersistent noswap noprompt toram=(loop)/live/filesystem.squashfs timezone=Etc/UTC block.events_dfl_poll_msecs=1000 splash nox11autologin module=Tails quiet
# linux (loop)/live/vmlinuz boot=live config fromiso=(loop) nopersistent noswap noprompt toram=(loop)/live/filesystem.squashfs timezone=Etc/UTC block.events_dfl_poll_msecs=1000 splash nox11autologin module=Tails quiet
initrd (loop)/live/initrd.img
# linux (loop)/casper/vmlinuz file=/cdrom/preseed/mint.seed boot=casper initrd=/casper/initrd.lz iso-scan/filename=/tails.iso noeject noprompt splash --
# initrd (loop)/casper/initrd.lz
}
I get to see the splash screen with the "running squares" but then it stops saying:
(initramfs) Unable to find a medium containing a live filesystem