Background:
I learned that Grub2 supports loopback devices, which allow to install Linux distros directly from ISO files placed in some file system partition; for example, from an ISO placed in a FAT32 or NTFS hard disk partition.
This also applies for partitions in USB external devices, which in turn can allow making multiboot USBs to boot several Linux distros by just copying the ISO files and using Grub2 to boot them.
Indeed, I was able to make one such multiboot USB and use it. Worked for several distros so far, *but* Debian and its derivatives are an exception because of this:
https://wiki.debian.org/Installation+Archive+USBStick#Using_GRUB.27s_Loopback_Facility
https://unix.stackexchange.com/ques...n-iso-file-from-ntfs-partition-and-install-it
https://unix.stackexchange.com/ques...b-entry-for-iso-debian-file-cannot-copy-cdrom
TL;DR, Debian-based distros (at least the *installer* ISOs) have an initrd which doesn't support this loopback feature, seemingly lacking scripts --namely the "iso-scan" program-- which would look for the ISO in the partition; and the workaround would be downloading initrd from Debian's hd-media (perhaps also the kernel vmlinuz) and load them instead of the ISO's ones.
My question is, would these Debian's hd-media files work also for Proxmox?
I saw Proxmox doesn't have a proper hd-media...
Thanks.
I learned that Grub2 supports loopback devices, which allow to install Linux distros directly from ISO files placed in some file system partition; for example, from an ISO placed in a FAT32 or NTFS hard disk partition.
This also applies for partitions in USB external devices, which in turn can allow making multiboot USBs to boot several Linux distros by just copying the ISO files and using Grub2 to boot them.
Indeed, I was able to make one such multiboot USB and use it. Worked for several distros so far, *but* Debian and its derivatives are an exception because of this:
https://wiki.debian.org/Installation+Archive+USBStick#Using_GRUB.27s_Loopback_Facility
https://unix.stackexchange.com/ques...n-iso-file-from-ntfs-partition-and-install-it
https://unix.stackexchange.com/ques...b-entry-for-iso-debian-file-cannot-copy-cdrom
TL;DR, Debian-based distros (at least the *installer* ISOs) have an initrd which doesn't support this loopback feature, seemingly lacking scripts --namely the "iso-scan" program-- which would look for the ISO in the partition; and the workaround would be downloading initrd from Debian's hd-media (perhaps also the kernel vmlinuz) and load them instead of the ISO's ones.
My question is, would these Debian's hd-media files work also for Proxmox?
I saw Proxmox doesn't have a proper hd-media...
Thanks.