Opened 11 years ago

Last modified 10 years ago

#735 closed defect

Cannot create mindi test media with newer syslinux — at Initial Version

Reported by: Corey Wirun Owned by: Bruno Cornec
Priority: high Milestone: 3.2.0
Component: mindi Version: 3.0.4
Severity: blocker Keywords:
Cc:

Description

Upon booting from test media, the boot halts with a missing file (ldlinux.c32). It does not appear to be on the media. I did find ldlinux.c32 on the computer in /usr/share/syslinux/ldlinux.c32.

[root@nexus ~]# rpm -q syslinux syslinux-5.10-1.el6.rfx.x86_64

[root@nexus ~]# find / -name ldlinux.c32 -print /usr/share/syslinux/ldlinux.c32 /boot/extlinux/ldlinux.c32

This is a significantly newer version of syslinux versus the version you have. Looks like they changed something.

Your suggested patch of:

cp /usr/share/syslinux/ldlinux.c32 $MINDI_TMP/iso around line 1497 when MakeMessage has been called e.g.

appears to fix this problem.

Corey

Change History (0)

Note: See TracTickets for help on using tickets.