Re: Doubts about Debian8.1 DVD ppc64el image

2015-06-15 Thread Ramon Medeiros
Hi guys, thank you for all attention. I just found the problem. When i was reading the directory structure of the ISO, it changed to uppercase on xorriso ISOs. That's the issue on my code. So, i just needed to ignore case. Was simple then we imagine. Thanks. On 06/12/2015 01:26 PM, Thomas

Re: Doubts about Debian8.1 DVD ppc64el image

2015-06-12 Thread Thomas Schmitt
Hi, inspection of the ISOs is not needed any more, since we now know that your algorithm expects "powerpc" bootable ISOs, not those for "ppc64el". Nevertheless, as we are at it: > Here is the output of xorriso: > ... > System area summary: MBR CHRP cyl-align-off > ISO image size/512 : 9162480 > .

Re: Doubts about Debian8.1 DVD ppc64el image

2015-06-12 Thread Ramon Medeiros
On 06/11/2015 05:23 PM, Thomas Schmitt wrote: Hi, Our algorithm is failing to discover if this iso[1] is bootable. I am curious to learn about the expectations of that algorithm. The ISO looks like being bootable via CHRP. From my cheatsheet http://bazaar.launchpad.net/~libburnia-team/

Re: Doubts about Debian8.1 DVD ppc64el image

2015-06-12 Thread Thomas Schmitt
Hi, > > debian-8.1.0-ppc64el-CD-1.iso > debian-7.8.0-powerpc-CD-1.iso So your algorithm is missing the Apple Partition Map and possibly the HFS to which it points. The bootability of debian-8.1.0-ppc64el-CD-1.iso is indicated by fulfilling the CHRP demands: - value 0x96 at byte offset 450 (MBR

Re: Doubts about Debian8.1 DVD ppc64el image

2015-06-12 Thread Steve McIntyre
On Fri, Jun 12, 2015 at 09:44:53AM -0300, Ramon Medeiros wrote: > > >On 06/11/2015 05:41 PM, Steve McIntyre wrote: >>On Thu, Jun 11, 2015 at 05:33:21PM -0300, Ramon Medeiros wrote: >>>On 06/11/2015 04:30 PM, Steve McIntyre wrote: On Thu, Jun 11, 2015 at 04:08:37PM -0300, Ramon Medeiros wrote: >

Re: Doubts about Debian8.1 DVD ppc64el image

2015-06-12 Thread Ramon Medeiros
On 06/11/2015 05:41 PM, Steve McIntyre wrote: On Thu, Jun 11, 2015 at 05:33:21PM -0300, Ramon Medeiros wrote: On 06/11/2015 04:30 PM, Steve McIntyre wrote: On Thu, Jun 11, 2015 at 04:08:37PM -0300, Ramon Medeiros wrote: Hi Debian CD team, i am a Developer of Kimchi (https://github.com/kimch

Re: Doubts about Debian8.1 DVD ppc64el image

2015-06-11 Thread Ramon Medeiros
On 06/11/2015 05:23 PM, Thomas Schmitt wrote: Hi, Our algorithm is failing to discover if this iso[1] is bootable. I am curious to learn about the expectations of that algorithm. The ISO looks like being bootable via CHRP. From my cheatsheet http://bazaar.launchpad.net/~libburnia-team/

Re: Doubts about Debian8.1 DVD ppc64el image

2015-06-11 Thread Ramon Medeiros
On 06/11/2015 04:30 PM, Steve McIntyre wrote: On Thu, Jun 11, 2015 at 04:08:37PM -0300, Ramon Medeiros wrote: Hi Debian CD team, i am a Developer of Kimchi (https://github.com/kimchi-project/kimchi), and we make some checks on the ISO before installing it. Our algorithm is failing to discover

Re: Doubts about Debian8.1 DVD ppc64el image

2015-06-11 Thread Steve McIntyre
On Thu, Jun 11, 2015 at 05:33:21PM -0300, Ramon Medeiros wrote: > >On 06/11/2015 04:30 PM, Steve McIntyre wrote: >>On Thu, Jun 11, 2015 at 04:08:37PM -0300, Ramon Medeiros wrote: >>>Hi Debian CD team, >>> >>>i am a Developer of Kimchi (https://github.com/kimchi-project/kimchi), and we >>>make some

Re: Doubts about Debian8.1 DVD ppc64el image

2015-06-11 Thread Thomas Schmitt
Hi, > Our algorithm is > failing to discover if this iso[1] is bootable. I am curious to learn about the expectations of that algorithm. The ISO looks like being bootable via CHRP. >From my cheatsheet http://bazaar.launchpad.net/~libburnia-team/libisofs/scdbackup/view/head:/doc/boot_sectors.t

Re: Doubts about Debian8.1 DVD ppc64el image

2015-06-11 Thread Steve McIntyre
On Thu, Jun 11, 2015 at 04:08:37PM -0300, Ramon Medeiros wrote: >Hi Debian CD team, > >i am a Developer of Kimchi (https://github.com/kimchi-project/kimchi), and we >make some checks on the ISO before installing it. Our algorithm is failing to >discover if this iso[1] is bootable. BTW the iso is bo

Doubts about Debian8.1 DVD ppc64el image

2015-06-11 Thread Ramon Medeiros
Hi Debian CD team, i am a Developer of Kimchi (https://github.com/kimchi-project/kimchi), and we make some checks on the ISO before installing it. Our algorithm is failing to discover if this iso[1] is bootable. BTW the iso is booting and working normally. Did something changed on it? Thanks