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 5A61D139083 for ; Mon, 18 Dec 2017 16:17:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D87C3E101C; Mon, 18 Dec 2017 16:17:11 +0000 (UTC) Received: from blaine.gmane.org (unknown [195.159.176.226]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 75A4AE1015 for ; Mon, 18 Dec 2017 16:17:11 +0000 (UTC) Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1eQy4G-0004H6-RA for gentoo-user@lists.gentoo.org; Mon, 18 Dec 2017 17:15:04 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: gentoo-user@lists.gentoo.org From: Grant Edwards Subject: [gentoo-user] Re: How to resume 'emerge -e @world' after grub fails? Date: Mon, 18 Dec 2017 16:14:58 +0000 (UTC) Message-ID: References: X-Complaints-To: usenet@blaine.gmane.org User-Agent: slrn/1.0.2 (Linux) 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 X-Archives-Salt: 8d5be640-e759-4dad-b96f-871bef48c809 X-Archives-Hash: 37693069298dc268d8999a87ba66fa74 On 2017-12-18, John Blinka wrote: > On Mon, Dec 18, 2017 at 11:00 AM, Grant Edwards > wrote: >> >> How do I skip grub and continue? > > > emerge --skipfirst --resume Thanks, I just seconds ago finally tumbled across that in Google. Oddly, the failing package (grub:0) wasn't the first one: it was about 5-6 packags down the list. So I used --exclude instead. We'll see how far that gets... -- Grant