Hi, Saurav Sarkar wrote: > I had downloaded debian 10.0.0 amd64 3 isos through torrent from your site.
Did you verify download correctness by one of the checksum files ? E.g. https://cdimage.debian.org/cdimage/archive/10.0.0/amd64/bt-dvd/SHA512SUMS or https://cdimage.debian.org/cdimage/archive/10.0.0/amd64/bt-dvd/MD5SUMS > I tried to burn with k3b in linux but it failed to write. This would be an interesting thing to investigate. GUI programs tend to hide details from the user. So i'd propose a run like xorriso -as cdrecord dev=/dev/sr0 -v fs=32m -eject \ debian-10.0.0-amd64-DVD-1.iso \ 2>&1 | tee -i /tmp/xorriso_run.log in order to get more detailed messages. (Please send me /tmp/xorriso_run.log in private, if you care to make such an experiment. I will then post any findings here.) > I had successfully burned 3 dvds in windows. By the same burner drive and onto the same media ? (If so, then i get extra curious.) The following problem should better be discussed on the mailing list which is about Debian ISOs: debian...@lists.debian.org > Now the installation disc giving an error while booting. > The error is failed to load : ldlinux.c32 That's the "auxiliary" module of SYSLINUX/ISOLINUX. https://wiki.syslinux.org/wiki/index.php?title=Library_modules In a bootable Debian ISO for amd64 it is supposed to have the path /isolinux/ldlinux.c32 If this file can be seen in the mounted ISO DVD, then something is wrong in the relation between BIOS and ISOLINUX. Can you reproduce the problem with https://cdimage.debian.org/debian-cd/current/amd64/iso-cd/debian-10.1.0-amd64-netinst.iso ? This ISO is of the current version and much smaller than DVD 1. So any experiments based on this ISO would be less effort. Have a nice day :) Thomas