Hi, Curt wrote: > Anything to do with this (it's old but still outstanding somehow)? > https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=750586
I doubt. The bug is about a netboot tarball, not about an ISO. Further it is from 2014. So if it persisted in installation ISOs since then, i'd say it is a very stealthy one. The SYSLINUX wiki says that ldlinux.c32 should be in the same directory as isolinux.bin. In the netinst ISOs, which i have, it looks like that. But i still riddle where ISOLINUX tries to load ldlinux.c32 and why the error message does not show up as data file content in the amd64 netinst ISOs. A query with GitHub's peculiar word search https://github.com/geneC/syslinux/search?utf8=%E2%9C%93&q=failed+to+load&type=yields as only candidate https://github.com/geneC/syslinux/blob/2ea44cbedb297bd6b409d5c1e0402d5f89592be4/com32/lib/sys/module/elf_module.c with 251 printf("Failed to load %s\n", p); Now one would only have to find out how isolinux.bin is connected to callers of function module_load() ... Have a nice day :) Thomas