From owner-freebsd-questions@FreeBSD.ORG Thu Aug 24 00:25:00 2006 Return-Path: X-Original-To: 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 3CD8C16A4DE for ; Thu, 24 Aug 2006 00:25:00 +0000 (UTC) (envelope-from perryh@pluto.rain.com) Received: from agora.rdrop.com (agora.rdrop.com [199.26.172.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id E98FF43D45 for ; Thu, 24 Aug 2006 00:24:59 +0000 (GMT) (envelope-from perryh@pluto.rain.com) Received: from agora.rdrop.com (66@localhost [127.0.0.1]) by agora.rdrop.com (8.13.1/8.12.7) with ESMTP id k7O0OxOr085422 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Wed, 23 Aug 2006 17:24:59 -0700 (PDT) (envelope-from perryh@pluto.rain.com) Received: (from uucp@localhost) by agora.rdrop.com (8.13.1/8.12.9/Submit) with UUCP id k7O0OxMb085421; Wed, 23 Aug 2006 17:24:59 -0700 (PDT) Received: by pluto.rain.com (4.1/SMI-4.1-pluto-M2060407) id AA16583; Wed, 23 Aug 06 17:22:59 PDT Date: Wed, 23 Aug 06 17:22:59 PDT From: perryh@pluto.rain.com (Perry Hutchison) Message-Id: <10608240022.AA16583@pluto.rain.com> To: gregb@scls.lib.wi.us Cc: questions@freebsd.org Subject: Re: new 6.1 install will not boot 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: Thu, 24 Aug 2006 00:25:00 -0000 > > After a CD boot, is there a reasonably simple way to have > > sysinstall reinstall just the kernel -- or the package > > containing it -- without starting completely over? > > Yeah, see what Derek wrote. Never done that, myself, or even > heard of the kernel not getting installed. What Derek wrote? I haven't gotten that. What I did (for the archives): Make note of root partition. One way to find it is (at the OK prompt after the boot failure) "more /etc/fstab" Boot CD Get into Fixit mode Mount root partition on /mnt mkdir /mnt/boot/kernel cp /dist/boot/kernel/kernel /mnt/boot/kernel Granted that's the install kernel, which may not be all that great for general use, but it works well enough to get back to the X-config trouble I was having before the disk died (which is likely to become a new thread here -- xorgcfg is producing a blizzard of unresolved symbol messages when trying to load drivers; the mouse doesn't work; the keypad-based mouse emulator works after a fashion but I can't figure how to tell it "ok, done"; ...).