I would like to boot ISO file stored as /home/myuser/file.iso.
/home is a btrfs subvol of /.
Background
I would like to collect several Install/Rescue ISOs in my home directory.
Then for every interesting ISO I would add an entry in /etc/grub.d/40_custom.
How must the entry look like?
I was inspired by https://forums.opensuse.org/t/how-to-boot-a-opensuse-dvd-from-hard-disk-with-grub2/87949
I do not want to put the ISOs into the root-fs as it is not worth having a recovery option.
Also it would fill the root-fs.
thanks