Opened 11 years ago

Last modified 10 years ago

#735 closed defect

Cannot create mindi media with newer syslinux — at Version 3

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 (last modified by Bruno Cornec)

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 (3)

comment:1 by Corey Wirun, 11 years ago

Priority: normalhigh

It appears the patch did not completely fix the problem. When running a full backup from mondo, the same problem occurs when you try and boot from the media - missing ldlinux.c32.

It looks like another patch is required somewhere else in mindi.

comment:2 by Corey Wirun, 11 years ago

Summary: Cannot create mindi test media with newer syslinuxCannot create mindi media with newer syslinux

comment:3 by Bruno Cornec, 11 years ago

Description: modified (diff)
Status: newassigned
Note: See TracTickets for help on using tickets.