From owner-freebsd-hackers@FreeBSD.ORG Fri Jan 9 18:08:16 2009 Return-Path: Delivered-To: hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 674931065673 for ; Fri, 9 Jan 2009 18:08:16 +0000 (UTC) (envelope-from shilp.kamal@yahoo.com) Received: from n71.bullet.mail.sp1.yahoo.com (n71.bullet.mail.sp1.yahoo.com [98.136.44.36]) by mx1.freebsd.org (Postfix) with SMTP id 31A398FC13 for ; Fri, 9 Jan 2009 18:08:16 +0000 (UTC) (envelope-from shilp.kamal@yahoo.com) Received: from [69.147.65.150] by n71.bullet.mail.sp1.yahoo.com with NNFMP; 09 Jan 2009 17:55:27 -0000 Received: from [69.147.84.100] by t7.bullet.mail.sp1.yahoo.com with NNFMP; 09 Jan 2009 17:55:27 -0000 Received: from [127.0.0.1] by omp201.mail.sp1.yahoo.com with NNFMP; 09 Jan 2009 17:55:27 -0000 X-Yahoo-Newman-Property: ymail-3 X-Yahoo-Newman-Id: 267643.52950.bm@omp201.mail.sp1.yahoo.com Received: (qmail 14842 invoked by uid 60001); 9 Jan 2009 17:55:27 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:X-Mailer:Date:From:Reply-To:Subject:To:MIME-Version:Content-Type:Message-ID; b=iByPgxmCzIHc7rC5hrHZs/p1S7zb4aQj8e68x9tN2GL1glH+44LHSHzavmupf2ELSDmJVN2aNy31eVeIV5T6BT7QPRXk+FQyJA9CHRTsBTTx9uHwJXBnXoqzhgR/17/9i9cIFBju/FY3yDfM4EZyzMAWKjveT5/4+aqUon5SweA=; X-YMail-OSG: ppwbEpIVM1nDPKSWQNwf6RBzjsM3W6GWM7gvCC9N4xwxtpJKn8mlUgT9GVy0fX.9uqRpuUVRSo_XFrFgVWuMC8n.l5I_VPBTW3z88EENhSEUCw0uts8csRSHnNZpNlhbIx36JvehMhIJK_yLg59TdHi0_fo- Received: from [130.86.201.132] by web45407.mail.sp1.yahoo.com via HTTP; Fri, 09 Jan 2009 09:55:26 PST X-Mailer: YahooMailWebService/0.7.260.1 Date: Fri, 9 Jan 2009 09:55:26 -0800 (PST) From: Kamlesh Patel To: hackers@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Message-ID: <989835.14737.qm@web45407.mail.sp1.yahoo.com> X-Mailman-Approved-At: Fri, 09 Jan 2009 18:28:50 +0000 Cc: Subject: Having a problem of kernel panic X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: shilp.kamal@yahoo.com List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Jan 2009 18:08:16 -0000 Hi all, I am having a problem of kernel panic in FreeBSD 7.0: In sys/boot/forth/beastie.4th variable rebootkey variable mykey (added line) After building and installing the kernel, when i reboot the system it gives me the following error: --------------------------------------------------- " panic: free: guard1 fail @ 0x6e104 from /usr/src/sys/boot/i386/loader/../../common/module.c:959 --> Press a key on the console to reboot <-- " ---------------------------------------------------- How do i recover the system from this error. I can't reload the loader.old Could anyone please help me?