Package: debian-installer Version: 20160106 When trying to use the 'ext2' module from grub (for automation purposes), I noticed grub is unable to load because the module 'fshelp' is not provided by netboot.tar.gz
grub> insmod ext2 error: file /srv/tftp/debian-installer/arm64/grub/arm64-efi/fshelp.mod not found. This is basically because build/util/grub-cpmodules assumes that 'fshelp' is already provided by efi image. Either it gets removed from build/util/grub-cpmodules or added to build/util/efi-image, not sure what would be the best solution.