From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Subject: bug#35731: Installer: EBUSY while mounting /mnt/boot/efi Date: Wed, 15 May 2019 12:25:54 +0200 Message-ID: <87ef50vwst.fsf@gnu.org> References: <87sgthxa81.fsf@gnu.org> <87o945x9rq.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([209.51.188.92]:38439) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hQr7q-0004b5-2C for bug-guix@gnu.org; Wed, 15 May 2019 06:27:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hQr7p-0006vx-40 for bug-guix@gnu.org; Wed, 15 May 2019 06:27:05 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:37586) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hQr7o-0006vj-SF for bug-guix@gnu.org; Wed, 15 May 2019 06:27:05 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hQr7o-0006WG-OS for bug-guix@gnu.org; Wed, 15 May 2019 06:27:04 -0400 Sender: "Debbugs-submit" Resent-To: bug-guix@gnu.org Resent-Message-ID: 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") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: 35731-done@debbugs.gnu.org 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.