From debbugs-submit-bounces@debbugs.gnu.org Wed May 15 06:26:12 2019 Received: (at 35731-done) by debbugs.gnu.org; 15 May 2019 10:26:12 +0000 Received: from localhost ([127.0.0.1]:51127 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hQr6x-0006V5-Ty for submit@debbugs.gnu.org; Wed, 15 May 2019 06:26:12 -0400 Received: from eggs.gnu.org ([209.51.188.92]:52013) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hQr6p-0006UV-Qr for 35731-done@debbugs.gnu.org; Wed, 15 May 2019 06:26:08 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:53425) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hQr6j-000680-Qx for 35731-done@debbugs.gnu.org; Wed, 15 May 2019 06:25:58 -0400 Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=41884 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1hQr6j-0005zi-6a for 35731-done@debbugs.gnu.org; Wed, 15 May 2019 06:25:57 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: 35731-done@debbugs.gnu.org Subject: Re: bug#35731: Installer: EBUSY while mounting /mnt/boot/efi References: <87sgthxa81.fsf@gnu.org> <87o945x9rq.fsf@gnu.org> Date: Wed, 15 May 2019 12:25:54 +0200 In-Reply-To: <87o945x9rq.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Tue, 14 May 2019 18:48:09 +0200") Message-ID: <87ef50vwst.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 35731-done X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Ludovic Court=C3=A8s skribis: > Ludovic Court=C3=A8s skribis: > >> Sometimes, the installer crashes with the attached backtrace: EBUSY >> while mounting /mnt/boot/efi. Strangely, if I go to a console at that >> point and run =E2=80=98mount=E2=80=99, I see that /mnt/boot/efi is alrea= dy mounted. > > More specifically, this happens every time I start from a fresh target > disk image=E2=80=94i.e., just run =E2=80=98qemu-img create =E2=80=A6=E2= =80=99 before spawning the > installer VM. > > So I=E2=80=99m guessing the =E2=80=98partition=E2=80=99 step returns /boo= t/efi twice in that > case. Fixed in 7d567af46b4e10ffafb1d0f76b524f5781460598. This makes me think that =E2=80=98auto-partition=E2=80=99 should probably b= e called =E2=80=98auto-partition!=E2=80=99. Ludo=E2=80=99.