tag 699884 patch thanks you might want to apply the following patch on debian-cd.
-- Address: Daniel Baumann, Donnerbuehlweg 3, CH-3012 Bern Email: [email protected] Internet: http://people.progress-technologies.net/~daniel.baumann/
diff --git a/tools/boot/wheezy/boot-x86 b/tools/boot/wheezy/boot-x86 index 0acd4f3..f8410b1 100644 --- a/tools/boot/wheezy/boot-x86 +++ b/tools/boot/wheezy/boot-x86 @@ -274,6 +274,11 @@ fi cp -f $CDDIR/../syslinux/usr/lib/syslinux/isolinux.bin boot$N/isolinux/ cp -f $CDDIR/../syslinux/usr/lib/syslinux/vesamenu.c32 boot$N/isolinux/ +if [ -e $CDDIR/../syslinux/usr/lib/syslinux/ldlinux.c32 ]; then + cp -f $CDDIR/../syslinux/usr/lib/syslinux/ldlinux.c32 boot$N/isolinux/ + cp -f $CDDIR/../syslinux/usr/lib/syslinux/libcom32.c32 boot$N/isolinux/ + cp -f $CDDIR/../syslinux/usr/lib/syslinux/libutil.c32 boot$N/isolinux/ +fi if [ -z "$MULTIARCH" ]; then # Set up isolinux dir for only the current arch

