From owner-freebsd-questions@FreeBSD.ORG Mon Jan 12 18:20:32 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 15E67106566B for ; Mon, 12 Jan 2009 18:20:32 +0000 (UTC) (envelope-from yanefbsd@gmail.com) Received: from mail-bw0-f20.google.com (mail-bw0-f20.google.com [209.85.218.20]) by mx1.freebsd.org (Postfix) with ESMTP id 64E178FC08 for ; Mon, 12 Jan 2009 18:20:30 +0000 (UTC) (envelope-from yanefbsd@gmail.com) Received: by bwz13 with SMTP id 13so6778792bwz.19 for ; Mon, 12 Jan 2009 10:20:30 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=yA17pCzMB8Jvt+LqfEyeJyzRVdC9Uju9rSygzm0zlag=; b=dRuW/6NZvHP7o6K9TeJQdgGEKoP95al5XeucZV7nLCDR3R2zsmS7i03Hrk9Hijs8S2 wLujIOqv2UF3GgvPuKxJbalG6tnL9D242f0CCxFNzdPJGj1ygghNeEfFf9FnwarPxU7h bmtzTrw/LgQSnbS/Xo2d6aNP/SJEJvVBPtKE8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=A7dc/MfRevUIRRWM9A3wW9ngWw76WWghMJvLI29GNWGCKSlNESjUYz1xLUdwA6Et3k aVtMwsr816qfM1ERdR4mVPFXH3cmeLidXNI8EbFhG93Ylct8X7j9ysJPZUoMLzVvUQxv Tl263Jd4cuEuy2aU194nTEEyY3TK+0i2cDGH0= Received: by 10.181.193.15 with SMTP id v15mr10091437bkp.168.1231784429848; Mon, 12 Jan 2009 10:20:29 -0800 (PST) Received: by 10.181.26.3 with HTTP; Mon, 12 Jan 2009 10:20:29 -0800 (PST) Message-ID: <7d6fde3d0901121020j52e8b6b4saf8ad10b10df4ae1@mail.gmail.com> Date: Mon, 12 Jan 2009 10:20:29 -0800 From: "Garrett Cooper" To: "=?ISO-8859-1?Q?Dag-Erling_Sm=F8rgrav?=" In-Reply-To: <868wpg7f3k.fsf@ds4.des.no> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <468090.72533.qm@web45413.mail.sp1.yahoo.com> <20090111083300.GC7054@server.vk2pj.dyndns.org> <868wpg7f3k.fsf@ds4.des.no> Cc: Peter Jeremy , Kamlesh Patel , hackers@freebsd.org, freebsd-questions@freebsd.org Subject: Re: kernel panic X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Jan 2009 18:20:32 -0000 On Mon, Jan 12, 2009 at 6:50 AM, Dag-Erling Sm=F8rgrav wrote: > Peter Jeremy writes: >> Kamlesh Patel writes: >> > How do i recover the system from this error. I can't reload the >> > loader.old >> >> If you press any key during the first spinner [...] You can then >> enter the name of the program you wish to run - eg /boot/loader.old > > That won't work - he changed the forth code, not the compiled code. > >> (or directly load /boot/kernel/kernel) > > That will work. > > DES Maybe this? - Grab the liveCD (ftp://ftp.freebsd.org/pub/FreeBSD/ISO-IMAGES-i386/7.0/7.0-RELEASE-i386-liv= efs.iso, or ftp://ftp.freebsd.org/pub/FreeBSD/ISO-IMAGES-amd64/7.0/7.0-RELEASE-amd64= -livefs.iso). Don't grab the 7.1 ones because they don't boot on all systems (it's in the release notes). - Mount your system. - chroot /wherever/your/install/is/mounted /bin/tcsh - Repeat steps to compile and install kernel Cheers, -Garrett