Bug#740504:

2014-04-07 Thread Andreas Heinlein
Correct me if I got this wrong, but the bug in question is supposed to have existed in upstream until 1.3.4? I built several ISOs of our Ubuntu Privacy Remix live project using upstream xorriso 1.3.0 and 1.3.1 So far I have not seen any UEFI test machine which failed booting from USB drive pre

Bug#740504: cdimage.debian.org: Released ISO images have invalid GPT tables

2014-04-07 Thread Thomas Schmitt
Hi, > the bug in question is supposed to have existed in upstream until 1.3.4? No. It was introduced by 1.2.4 and fixed by 1.3.0. So the version in Debian testing should be ok. It's just that xorriso-1.3.6.pl01 is the newest upstream release, which i would of course like to see in Debian testing.

Bug#743879: debian-cd: Fixes for hppa architecture (patch attached)

2014-04-07 Thread Helge Deller
Package: debian-cd Version: 3.1.14 Severity: normal Tags: patch debian-cd is currently broken for the hppa/parisc architecture. The attached patch to the tools/boot/jessie/boot-hppa file fixes three issues: 1. The bootloader on hppa is "palo". Remove one line in the script which tries to move a

Bug#743879: debian-cd: Fixes for hppa architecture (patch attached)

2014-04-07 Thread Thomas Schmitt
Hi, in january we had a conversation about xorriso and PALO. I implemented the boot sector as learned from genisoimage: version number 4 and the short command line at byte 24 to 151. Further there is the proposed version 5 with long command line at byte 1024 to 2047, and the yet unexplained "ipl_

Bug#743879: debian-cd: Fixes for hppa architecture (patch attached)

2014-04-07 Thread Helge Deller
Hi Thomas, On 04/07/2014 10:03 PM, Thomas Schmitt wrote: > in january we had a conversation about xorriso and PALO. Yes, I did not forgot it :-) > I implemented the boot sector as learned from genisoimage: > version number 4 and the short command line at byte 24 to 151. > > Further there is the

Bug#743879: debian-cd: Fixes for hppa architecture (patch attached)

2014-04-07 Thread Thomas Schmitt
Hi, > > Because our discussion stalled, i did not publish the enhancements > > of libisofs API and xorriso CLI with the recent release 1.3.6. > That's really sad! > It would have been easier for me, if you would have added them, even > if they were not perfect. Ah no. It's a tiny bit inconvenien

Bug#743879: debian-cd: Fixes for hppa architecture (patch attached)

2014-04-07 Thread Thomas Schmitt
Hi, looking at your description of ipl_entry computation - after midnight - makes me search for alternatives. I would have to duplicate a non-trivial part of PALO which then would have to be validated against the original code. From then on, i would have to maintain it without having much clue.