<div dir="ltr"><font color="#000000" style="background-color:rgb(255,255,255)">Hi,</font><div><font color="#000000" style="background-color:rgb(255,255,255)"><br></font></div><div style="direction:ltr"><font style="background-color:rgb(255,255,255)" color="#000000">I'm trying to fix this bug - <a href="https://bugzilla.redhat.com/show_bug.cgi?id=1696798" target="_blank">https://bugzilla.redhat.com/show_bug.cgi?id=1696798</a>. Problem is in completely different output for two {aarch64,x86_64}*.iso files:</font></div><div style=""><font color="#000000" style="background-color:rgb(255,255,255)"><span style="font-size:medium;white-space:pre-wrap">$ file Fedora-Server-netinst-*</span><br></font></div><font color="#000000" style="background-color:rgb(255,255,255)"><span style="font-size:medium;white-space:pre-wrap">Fedora-Server-netinst-aarch64-29-1.2.iso: ISO 9660 CD-ROM filesystem data 'Fedora-S-dvd-aarch64-29' (bootable)</span><br><span style="font-size:medium;white-space:pre-wrap">Fedora-Server-netinst-x86_64-29-1.2.iso:  DOS/MBR boot sector; partition 2 : ID=0xef, start-CHS (0x3ff,254,63), end-CHS (0x3ff,254,63), startsector 196, 19960 sectors</span></font><div style="direction:ltr"><font color="#000000" style="background-color:rgb(255,255,255)"><br></font></div><div style="direction:ltr"><font color="#000000" style="background-color:rgb(255,255,255)">I find out that due to intention mention in <font face="monospace">/magic/Magdir/filesystems; line 1996</font>: "<span style="white-space:pre-wrap"><font face="arial, sans-serif"># to display CD-ROM (114=81+33) before MBR (113=40+72+1), partition-table (71=50+21) and Apple Driver Map (51)" present situation is that both </font></span>DOS/MBR boot sector (/magic/Magdir/filesystems; line 266) and CDROM (/magic/Magdir/filesystems; line 1998) has the same strength (115), so by me proposed patch is increasing the CDROM strength.<br></font></div><div style="direction:ltr"><font color="#000000" style="background-color:rgb(255,255,255)"><br></font></div><div style=""><font color="#000000" style="background-color:rgb(255,255,255)">Output after applied patch looks like this:</font></div><div style="">$ file Fedora-Server-netinst-*<font color="#000000" style="background-color:rgb(255,255,255)"><br></font></div><div style="">Fedora-Server-netinst-aarch64-29-1.2.iso: ISO 9660 CD-ROM filesystem data 'Fedora-S-dvd-aarch64-29' (bootable)</div><div style="">Fedora-Server-netinst-x86_64-29-1.2.iso:  ISO 9660 CD-ROM filesystem data (DOS/MBR boot sector) 'Fedora-S-dvd-x86_64-29' (bootable)<br></div><div style="direction:ltr"><font color="#000000" style="background-color:rgb(255,255,255)"><br></font></div><div style=""><font color="#000000" style="background-color:rgb(255,255,255)">Regards,</font></div><div style=""><font color="#000000" style="background-color:rgb(255,255,255)">vincent mihalkovic</font></div></div>