From owner-freebsd-questions Wed Feb 5 6:49:33 2003 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 057CE37B401 for ; Wed, 5 Feb 2003 06:49:32 -0800 (PST) Received: from mailsrv.otenet.gr (mailsrv.otenet.gr [195.170.0.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3076443E4A for ; Wed, 5 Feb 2003 06:49:30 -0800 (PST) (envelope-from keramida@ceid.upatras.gr) Received: from gothmog.gr (patr530-a013.otenet.gr [212.205.215.13]) by mailsrv.otenet.gr (8.12.6/8.12.6) with ESMTP id h15EnQWx013957; Wed, 5 Feb 2003 16:49:28 +0200 (EET) Received: from gothmog.gr (gothmog [127.0.0.1]) by gothmog.gr (8.12.6/8.12.6) with ESMTP id h15EnQHq074449; Wed, 5 Feb 2003 16:49:26 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Received: (from giorgos@localhost) by gothmog.gr (8.12.6/8.12.6/Submit) id h15EnPZe074448; Wed, 5 Feb 2003 16:49:25 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Date: Wed, 5 Feb 2003 16:49:25 +0200 From: Giorgos Keramidas To: iulian Cc: questions Subject: Re: Problem with kernel rebuit Message-ID: <20030205144925.GB56306@gothmog.gr> References: <20030205114248.3f337408.iuliand@romtelecom.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030205114248.3f337408.iuliand@romtelecom.net> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 2003-02-05 11:42, iulian wrote: > Hello! > I have 5.0 Release and I reconfigured my kernel for sound card. > Everything was going fine, no errors, but my new kernel doesn't loaded. > What should I do? > Thanks! Make sure your /boot/loader.conf does't point to /kernel for the kernel location. The kernel in 5.X versions is /boot/kernel/kernel. Your /boot/loader.conf file should, minimally, include: userconfig_script_load="YES" bootfile="/boot/kernel/kernel" - Giorgos To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message