GNU bug report logs - #35136
Git master installer disk-image has GPT PMBR size mismatch

Previous Next

Package: guix;

Reported by: "pelzflorian (Florian Pelz)" <pelzflorian <at> pelzflorian.de>

Date: Thu, 4 Apr 2019 05:34:02 UTC

Severity: serious

Merged with 33639

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 35136 in the body.
You can then email your comments to 35136 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-guix <at> gnu.org:
bug#35136; Package guix. (Thu, 04 Apr 2019 05:34:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to "pelzflorian (Florian Pelz)" <pelzflorian <at> pelzflorian.de>:
New bug report received and forwarded. Copy sent to bug-guix <at> gnu.org. (Thu, 04 Apr 2019 05:34:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: "pelzflorian (Florian Pelz)" <pelzflorian <at> pelzflorian.de>
To: bug-guix <at> gnu.org
Subject: Git master installer disk-image has GPT PMBR size mismatch
Date: Thu, 4 Apr 2019 07:33:17 +0200
Since commit 45c0d1d790f01ebc020fc4b2787a6abcdaa3f383 all install ISOs
created with

guix system disk-image --file-system-type=iso9660 gnu/system/install.scm

cannot boot for me, see

https://lists.gnu.org/archive/html/guix-devel/2019-04/msg00061.html


fdisk reports this:

florian <at> florianmacbook ~ [env]$ fdisk g1.iso # commit 391e0d65d7129d53c025963d2758724e75626eb4

Welcome to fdisk (util-linux 2.32.1).
Changes will remain in memory only, until you decide to write them.
Be careful before using the write command.


Command (m for help): q

florian <at> florianmacbook ~ [env]$ fdisk g2.iso # commit 45c0d1d790f01ebc020fc4b2787a6abcdaa3f383

Welcome to fdisk (util-linux 2.32.1).
Changes will remain in memory only, until you decide to write them.
Be careful before using the write command.

GPT PMBR size mismatch (3230583 != 3200895) will be corrected by write.

Command (m for help): q




Information forwarded to bug-guix <at> gnu.org:
bug#35136; Package guix. (Thu, 04 Apr 2019 08:52:01 GMT) Full text and rfc822 format available.

Message #8 received at 35136 <at> debbugs.gnu.org (full text, mbox):

From: "pelzflorian (Florian Pelz)" <pelzflorian <at> pelzflorian.de>
To: 35136 <at> debbugs.gnu.org
Subject: Re: bug#35136: Git master installer disk-image has GPT PMBR size
 mismatch
Date: Thu, 4 Apr 2019 10:51:35 +0200
On Thu, Apr 04, 2019 at 07:33:17AM +0200, pelzflorian (Florian Pelz) wrote:
> guix system disk-image --file-system-type=iso9660 gnu/system/install.scm
> 

This only happens when specifying --file-system-type=iso9660.




Severity set to 'important' from 'normal' Request was from Ludovic Courtès <ludo <at> gnu.org> to control <at> debbugs.gnu.org. (Thu, 04 Apr 2019 11:26:04 GMT) Full text and rfc822 format available.

Information forwarded to bug-guix <at> gnu.org:
bug#35136; Package guix. (Fri, 05 Apr 2019 05:58:01 GMT) Full text and rfc822 format available.

Message #13 received at 35136 <at> debbugs.gnu.org (full text, mbox):

From: "pelzflorian (Florian Pelz)" <pelzflorian <at> pelzflorian.de>
To: 35136 <at> debbugs.gnu.org
Subject: Re: bug#35136: Git master installer disk-image has GPT PMBR size
 mismatch
Date: Fri, 5 Apr 2019 07:57:06 +0200
I would like to log the commandline with which parted is executed in
initialize-partition-table in gnu/build/vm.scm, but I do not know
where all the output is going.  Apparently it is nowhere in the logs.




Information forwarded to bug-guix <at> gnu.org:
bug#35136; Package guix. (Sat, 06 Apr 2019 17:30:01 GMT) Full text and rfc822 format available.

Message #16 received at 35136 <at> debbugs.gnu.org (full text, mbox):

From: "pelzflorian (Florian Pelz)" <pelzflorian <at> pelzflorian.de>
To: 35136 <at> debbugs.gnu.org
Subject: Re: bug#35136: Git master installer disk-image has GPT PMBR size
 mismatch
Date: Sat, 6 Apr 2019 19:29:42 +0200
On Fri, Apr 05, 2019 at 07:57:06AM +0200, pelzflorian (Florian Pelz) wrote:
> I would like to log the commandline with which parted is executed in
> initialize-partition-table in gnu/build/vm.scm, but I do not know
> where all the output is going.  Apparently it is nowhere in the logs.
> 
> 
> 

I was wrong; grub-mkrescue in gnu/build/vm.scm creates the ISO9660
partition table, not parted.  It appears I can get at its commandline
by reconfiguring with a modified grub package that raises an error
containing the commandline.  I will try later.




Information forwarded to bug-guix <at> gnu.org:
bug#35136; Package guix. (Sun, 07 Apr 2019 06:34:02 GMT) Full text and rfc822 format available.

Message #19 received at 35136 <at> debbugs.gnu.org (full text, mbox):

From: "pelzflorian (Florian Pelz)" <pelzflorian <at> pelzflorian.de>
To: 35136 <at> debbugs.gnu.org
Subject: Re: bug#35136: Git master installer disk-image has GPT PMBR size
 mismatch
Date: Sun, 7 Apr 2019 08:33:23 +0200
This seems to be a duplicate of https://issues.guix.info/issue/33639
, I think, but it happens to me on x86_64.




Information forwarded to bug-guix <at> gnu.org:
bug#35136; Package guix. (Sat, 13 Apr 2019 13:50:02 GMT) Full text and rfc822 format available.

Message #22 received at 35136 <at> debbugs.gnu.org (full text, mbox):

From: "pelzflorian (Florian Pelz)" <pelzflorian <at> pelzflorian.de>
To: 35136 <at> debbugs.gnu.org
Subject: Re: bug#35136: Git master installer disk-image has GPT PMBR size
 mismatch
Date: Sat, 13 Apr 2019 15:49:00 +0200
On Sun, Apr 07, 2019 at 08:33:23AM +0200, pelzflorian (Florian Pelz) wrote:
> This seems to be a duplicate of https://issues.guix.info/issue/33639
> , I think, but it happens to me on x86_64.
> 

This bug is fixed with ludo’s patch for
https://issues.guix.info/issue/33639




Severity set to 'serious' from 'important' Request was from Ludovic Courtès <ludo <at> gnu.org> to control <at> debbugs.gnu.org. (Sun, 14 Apr 2019 15:03:02 GMT) Full text and rfc822 format available.

Merged 33639 35136. Request was from Ludovic Courtès <ludo <at> gnu.org> to control <at> debbugs.gnu.org. (Sun, 14 Apr 2019 15:04:02 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Wed, 15 May 2019 11:24:07 GMT) Full text and rfc822 format available.

bug unarchived. Request was from Brice Waegeneire <brice <at> waegenei.re> to control <at> debbugs.gnu.org. (Wed, 11 Dec 2019 17:20:01 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Thu, 09 Jan 2020 12:24:04 GMT) Full text and rfc822 format available.

This bug report was last modified 4 years and 108 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.