From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Thomas Schmitt" Subject: Re: ISO installer image: GPT versus MBR partitions Date: Tue, 23 Apr 2019 22:18:10 +0200 Message-ID: <30584672815166188411@scdbackup.webframe.org> References: <20190423195030.czrsu4eut5a37xsx@pelzflorian.localdomain> Content-Type: text/plain; charset="utf-8" Return-path: Received: from eggs.gnu.org ([209.51.188.92]:53502) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hJ1pX-00037A-Vi for guix-devel@gnu.org; Tue, 23 Apr 2019 16:15:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hJ1pW-0004VX-D1 for guix-devel@gnu.org; Tue, 23 Apr 2019 16:15:51 -0400 In-Reply-To: <20190423195030.czrsu4eut5a37xsx@pelzflorian.localdomain> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: bug-xorriso@gnu.org Cc: guix-devel@gnu.org Hi, Florian Pelz wrote: > florian@florianmacbook ~ [env]$ grub-mkrescue -o output.iso minimal > --xorriso=./grub-mkrescue-sed.sh > grub-mkrescue: warning: Your xorriso doesn't support `--grub2-boot-info'. > Some features are disabled. Please use xorriso 1.2.9 or later.. > > and yields no output.iso for me. Note that xorriso actually has > version 1.5.0. Does the script offer x-permission ? (Shame on me for not thinking of this in my download instructions.) If so, what do you get from ./grub-mkrescue-sed.sh -as mkisofs -help 2>&1 | fgrep grub2-boot-info If it says --grub2-boot-info Patch boot image at byte 2548 then i wonder why grub-mkrescue is not satisfied in http://git.savannah.gnu.org/cgit/grub.git/tree/util/grub-mkrescue.c#n608 I wrote: > > So programs like /sbin/isosize can tell the image size even when the > > ISO has already been copied to USB stick. > Sounds like this could be used to get a checksum or maybe GPG > verification of a USB drive that supposedly contains the iso. That's what this property is advised for in Debian's CD FAQ. One can read trailing garbage not only from USB sticks but also from most DVD types. (The layout with nested partitions obsoletes the cleanliness considerations about partition start at LBA 0.) Have a nice day :) Thomas