This is my GRUB2 Fossa entry:
Code:
menuentry 'Fossa64 XUBUNTU (xubuntu-20.04.6-desktop-amd64.iso)' {
set isofile="/Linux64-ISO/xubuntu-20.04.6-desktop-amd64.iso"
rmmod tpm
loopback loop (hd1,3)$isofile
linux (loop)/casper/vmlinuz boot=casper iso-scan/filename=$isofile noprompt noeject
initrd (loop)/casper/initrd
}
Is the offending module obvious?