From owner-freebsd-questions@FreeBSD.ORG Sun Oct 9 21:51:16 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2C5AA16A41F for ; Sun, 9 Oct 2005 21:51:16 +0000 (GMT) (envelope-from sudheer.gupta@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id BD2E243D46 for ; Sun, 9 Oct 2005 21:51:15 +0000 (GMT) (envelope-from sudheer.gupta@gmail.com) Received: by xproxy.gmail.com with SMTP id s11so170874wxc for ; Sun, 09 Oct 2005 14:51:15 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type; b=FghSmlfNXW3hDVMHgAu8UXCPgQvytfsaUjfg/9rkC/NVezmdyOfKR8VI9i6iJL7JZ2AV6CeKCJRae2hw1BAsoHglE1FvM/cONO464SaSYoaFEtfAKWo4yFJuNtqftyeXg3xq588hjQ9PdYqitIMN1AD8vDaQ/V+c8yty4w018S4= Received: by 10.70.100.16 with SMTP id x16mr3112705wxb; Sun, 09 Oct 2005 14:51:15 -0700 (PDT) Received: by 10.70.109.15 with HTTP; Sun, 9 Oct 2005 14:51:14 -0700 (PDT) Message-ID: <55dbb81e0510091451n20c3b764w8b68742efe6b5cc8@mail.gmail.com> Date: Sun, 9 Oct 2005 17:51:14 -0400 From: Sudheer Gupta To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: booting original kernel X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Sudheer Gupta List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Oct 2005 21:51:16 -0000 Hi I am using 4.1 BSD. Made few changes to the kernel and compiled it. When trying to reboot using the modified kernel, it throwed some page faults. So, i booted using the older config namely kernel.old. I again made few changes and recompiled the kernel with a new config. Now, trying to boot the kernel, it neither boots with the latest nor the older one. How do I boot with original configuration ?? Regards Sudheer