From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1S176W-0004o2-Dr for garchives@archives.gentoo.org; Sat, 25 Feb 2012 02:11:20 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 81188E0CB2; Sat, 25 Feb 2012 02:10:49 +0000 (UTC) Received: from mail-ee0-f53.google.com (mail-ee0-f53.google.com [74.125.83.53]) by pigeon.gentoo.org (Postfix) with ESMTP id D0454E0D73 for ; Sat, 25 Feb 2012 02:08:43 +0000 (UTC) Received: by eekb47 with SMTP id b47so367540eek.40 for ; Fri, 24 Feb 2012 18:08:43 -0800 (PST) Received-SPF: pass (google.com: domain of emailgrant@gmail.com designates 10.14.28.4 as permitted sender) client-ip=10.14.28.4; Authentication-Results: mr.google.com; spf=pass (google.com: domain of emailgrant@gmail.com designates 10.14.28.4 as permitted sender) smtp.mail=emailgrant@gmail.com; dkim=pass header.i=emailgrant@gmail.com Received: from mr.google.com ([10.14.28.4]) by 10.14.28.4 with SMTP id f4mr2826719eea.52.1330135723155 (num_hops = 1); Fri, 24 Feb 2012 18:08:43 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; bh=DD1u3eyXF05YxdFwndj/XiI5hf8Xnu148J6i6WgdR8U=; b=ENTHmgfueOr6d9K7GWUNRG3R17dApGbSn5rJD2xLAp8376RK0vZBNoi6gqgwG5L3hw WSkGSKDjvUVT/b95KJruvha/SRXcu/S43ROIDrjijc9aS157GcbKgEiVkDFGw1MWeAP+ WCn/csmgRsoLZhnvOkkmI6ge839V44dPxSatY= 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 Received: by 10.14.28.4 with SMTP id f4mr2095660eea.52.1330135723076; Fri, 24 Feb 2012 18:08:43 -0800 (PST) Received: by 10.213.113.148 with HTTP; Fri, 24 Feb 2012 18:08:43 -0800 (PST) In-Reply-To: References: Date: Fri, 24 Feb 2012 18:08:43 -0800 Message-ID: Subject: Re: [gentoo-user] Re: Safe way to test a new kernel? From: Grant To: gentoo-user@lists.gentoo.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 1648698c-568e-4c38-af2b-3d7ab6b30920 X-Archives-Hash: 00929268d5348a61a7bf1e72cb77b86a >> I need to test a kernel config change on a remote system. =A0Is there a >> safe way to do this? =A0The fallback thing in grub has never worked for >> me. =A0When does that ever work? > > > You can press ESC in the Grub screen and it will take you to text-only mo= de. > =A0There, you select an entry, press "e" and edit it. =A0Press ENTER when= you're > finished, and then press "b" to boot your modified entry. > > That way, you can boot whatever kernel you want if the current one doesn'= t > work. I can't do that remotely though. I'm probably asking for something that doesn't exist. - Grant