From owner-freebsd-questions@FreeBSD.ORG Tue Dec 23 20:11:21 2008 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 F2234106564A for ; Tue, 23 Dec 2008 20:11:21 +0000 (UTC) (envelope-from sonic2000gr@gmail.com) Received: from ey-out-2122.google.com (ey-out-2122.google.com [74.125.78.24]) by mx1.freebsd.org (Postfix) with ESMTP id 807688FC20 for ; Tue, 23 Dec 2008 20:11:21 +0000 (UTC) (envelope-from sonic2000gr@gmail.com) Received: by ey-out-2122.google.com with SMTP id d26so302637eyd.7 for ; Tue, 23 Dec 2008 12:11:20 -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 :user-agent:mime-version:to:cc:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=R3hkBesyP0+bPCjPBiXz0XGipPA7bgF2iJdNmWG4mPU=; b=Hf3EGrpAfah8s6PLR5/W12rSkW3J8iES5E7Jt0Eo5nVD0oZSGaTmN4UzJjvUCaS1By 2ub24H6EMBPicw1Y5y0szohFdVvXjU0luzYnHpBuAX6WzfADXYeTVAklFmU9TyJo6qfh MFeeIqpPWHm16NLWR6kR/SnRf9v5Ql7vJv/iY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; b=Yg0yQay5Gv8Y8yLY9GmAlaff2M6s3zzhrrlcFFBghuafb4U4R5xD9K6bZ7+3KmQgcf 0fGUG311+++jeE44zoxdTJvPRJbIWPDG8lr+UoVIsDYt5vBT4dFeqIfbu7pcG/HCSjch 9a2xJEgqUrnzmWNEfkqzoczcS7IXFTcsO0Do8= Received: by 10.210.49.7 with SMTP id w7mr9308537ebw.6.1230063080116; Tue, 23 Dec 2008 12:11:20 -0800 (PST) Received: from atlantis.dyndns.org (athedsl-04701.home.otenet.gr [87.202.18.129]) by mx.google.com with ESMTPS id 10sm196312eyz.39.2008.12.23.12.11.19 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 23 Dec 2008 12:11:19 -0800 (PST) Message-ID: <495145E5.5030909@gmail.com> Date: Tue, 23 Dec 2008 22:11:17 +0200 From: Manolis Kiagias User-Agent: Thunderbird 2.0.0.17 (X11/20081011) MIME-Version: 1.0 To: Zbigniew Szalbot References: <94136a2c0812231145w5eebdc20he7bef86fcbcddac@mail.gmail.com> In-Reply-To: <94136a2c0812231145w5eebdc20he7bef86fcbcddac@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: User Questions Subject: Re: Going back to generic kernel 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: Tue, 23 Dec 2008 20:11:22 -0000 Zbigniew Szalbot wrote: > Hi friends, > > I have a test machine with a custom kernel, which I copied (as the > handbook suggests) to /root/kernels/. However, I do not really need > it. > > My question is how do I switch back to the generic kernel? Many thanks > and all the best to you all! > > If you don't have a copy of your previous GENERIC kernel, you can still get one from the CD. Here is an example, using a FreeBSD 7.0-RELEASE CD: # mount /cdrom # cd /cdrom/7.0-RELEASE/kernels # ./install.sh GENERIC This will install it to /boot/GENERIC and you can copy it to /boot/kernel if you wish. Or you can use nextboot(8) to boot it once and see what happens. Keep in mind that if you have updated your system (e.g. freebsd-update), this kernel may not be in sync with the rest of the system.