From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C8B401396D0 for ; Mon, 18 Sep 2017 11:10:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A74DE1FC1CE; Mon, 18 Sep 2017 11:09:56 +0000 (UTC) Received: from smarthost03a.mail.zen.net.uk (smarthost03a.mail.zen.net.uk [212.23.1.20]) (using TLSv1.2 with cipher DHE-RSA-AES128-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4A8B11FC017 for ; Mon, 18 Sep 2017 11:09:56 +0000 (UTC) Received: from [82.69.80.10] (helo=peak.localnet) by smarthost03a.mail.zen.net.uk with esmtps (TLS1.2:DHE_RSA_AES_256_CBC_SHA256:256) (Exim 4.80) (envelope-from ) id 1dttw2-0004hp-Q4 for gentoo-user@lists.gentoo.org; Mon, 18 Sep 2017 11:09:54 +0000 From: Peter Humphrey To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Dual booting with Windows 10 Date: Mon, 18 Sep 2017 12:09:54 +0100 Message-ID: <29527846.jYNdpiuX6b@peak> In-Reply-To: <5499807.ode0fnlbWi@dell_xps> References: <4214538.FFuQGbLWd5@peak> <9974947.hHFfXzH0oW@peak> <5499807.ode0fnlbWi@dell_xps> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Originating-smarthost03a-IP: [82.69.80.10] Feedback-ID: 82.69.80.10 X-Archives-Salt: ef6147fa-85c1-47fa-912b-e15263bfaed3 X-Archives-Hash: 8aacaa8d855818eb64ee127996e0174a On Monday, 18 September 2017 11:52:13 BST Mick wrote: > On Monday, 18 September 2017 08:53:01 BST Peter Humphrey wrote: > > I mean the things that "bootctl status" displays. I've already disabled > > the unwanted ones in the UEFI BIOS's list of bootable kernels, but > > bootctl still shows them and won't remove them. > > Have you deleted/moved the xxx.efi files and these continue to be shown in > bootctl? There's only the one, but yes: # find /boot -name \*.efi /boot/EFI/systemd/systemd-bootx64.efi > Have you tried using efibootmgr to delete them? Ah! That looks like just what I need. I should have thought of it myself, but thanks for the nudge. Now to start poking about where angels fear to tread... -- Regards, Peter.