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 <gentoo-user+bounces-135492-garchives=archives.gentoo.org@lists.gentoo.org>)
	id 1S17CW-0006J6-PH
	for garchives@archives.gentoo.org; Sat, 25 Feb 2012 02:17:32 +0000
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 17EE2E0D63;
	Sat, 25 Feb 2012 02:17:19 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	by pigeon.gentoo.org (Postfix) with ESMTP id 452AFE0D17
	for <gentoo-user@lists.gentoo.org>; Sat, 25 Feb 2012 02:15:16 +0000 (UTC)
Received: from localhost (localhost [127.0.0.1])
	by smtp.gentoo.org (Postfix) with ESMTP id C761064194
	for <gentoo-user@lists.gentoo.org>; Sat, 25 Feb 2012 02:15:15 +0000 (UTC)
X-Virus-Scanned: by amavisd-new using ClamAV at gentoo.org
X-Spam-Flag: NO
X-Spam-Score: -1.893
X-Spam-Level:
X-Spam-Status: No, score=-1.893 tagged_above=-999 required=5.5
	tests=[AWL=0.017, BAYES_00=-1.9, FREEMAIL_FROM=0.001,
	FSL_RCVD_USER=0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001,
	T_RP_MATCHES_RCVD=-0.01] autolearn=no
Received: from smtp.gentoo.org ([127.0.0.1])
	by localhost (smtp.gentoo.org [127.0.0.1]) (amavisd-new, port 10024)
	with ESMTP id WUFEzf0kbzae for <gentoo-user@lists.gentoo.org>;
	Sat, 25 Feb 2012 02:15:09 +0000 (UTC)
Received: from plane.gmane.org (plane.gmane.org [80.91.229.3])
	(using TLSv1 with cipher AES256-SHA (256/256 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 72EA01B4005
	for <gentoo-user@gentoo.org>; Sat, 25 Feb 2012 02:15:09 +0000 (UTC)
Received: from list by plane.gmane.org with local (Exim 4.69)
	(envelope-from <lnx-gentoo-user@m.gmane.org>)
	id 1S17A7-00023W-8c
	for gentoo-user@gentoo.org; Sat, 25 Feb 2012 03:15:03 +0100
Received: from athedsl-348913.home.otenet.gr ([85.72.218.143])
        by main.gmane.org with esmtp (Gmexim 0.1 (Debian))
        id 1AlnuQ-0007hv-00
        for <gentoo-user@gentoo.org>; Sat, 25 Feb 2012 03:15:03 +0100
Received: from realnc by athedsl-348913.home.otenet.gr with local (Gmexim 0.1 (Debian))
        id 1AlnuQ-0007hv-00
        for <gentoo-user@gentoo.org>; Sat, 25 Feb 2012 03:15:03 +0100
X-Injected-Via-Gmane: http://gmane.org/
To: gentoo-user@lists.gentoo.org
From: Nikos Chantziaras <realnc@arcor.de>
Subject: [gentoo-user] Re: Safe way to test a new kernel?
Date: Sat, 25 Feb 2012 04:10:10 +0200
Organization: Lucas Barks
Message-ID: <ji9fu5$3bb$1@dough.gmane.org>
References: <CAN0CFw1msVnW-o4fxw8tjk+MMbHjHfLNb-HLr77jqbo++=j2Mg@mail.gmail.com>
Precedence: bulk
List-Post: <mailto:gentoo-user@lists.gentoo.org>
List-Help: <mailto:gentoo-user+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-user+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-user+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-user.gentoo.org>
X-BeenThere: gentoo-user@lists.gentoo.org
Reply-to: gentoo-user@lists.gentoo.org
Mime-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
X-Complaints-To: usenet@dough.gmane.org
X-Gmane-NNTP-Posting-Host: athedsl-348913.home.otenet.gr
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.1) Gecko/20120213 Thunderbird/10.0.1
In-Reply-To: <CAN0CFw1msVnW-o4fxw8tjk+MMbHjHfLNb-HLr77jqbo++=j2Mg@mail.gmail.com>
X-Archives-Salt: 39f523d1-9f72-444e-99fa-1e2622f91960
X-Archives-Hash: 5be9dcf7643ce8697f5c6fa2f737c897

On 25/02/12 04:00, Grant wrote:
> I need to test a kernel config change on a remote system.  Is there a
> safe way to do this?  The fallback thing in grub has never worked for
> me.  When does that ever work?

Oh crap, you said "remote system".  Somehow I missed that.  Ignore my 
previous post since obviously accessing Grub on a remote machine would 
require a hardware VNC module (if you had that, then you wouldn't have 
posted about the issue in the first place, I assume.)

The way I dealt with it, is to use the "boot once" functionality of Grub:

http://weichong78.blogspot.com/2007/04/grub-test-kernel-once.html

I didn't bother with the panic handler, since I had remote hard-reset 
functionality (I recommend it; it can save your day.)