From owner-freebsd-questions@FreeBSD.ORG Thu Apr 29 09:02:44 2004 Return-Path: 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 4592716A514 for ; Thu, 29 Apr 2004 09:02:44 -0700 (PDT) Received: from rs26s12.datacenter.cha.cantv.net (rs26s12.datacenter.cha.cantv.net [200.44.33.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8DA7043D4C for ; Thu, 29 Apr 2004 09:02:39 -0700 (PDT) (envelope-from sabisab@cantv.net) Received: from aguila ([200.44.197.122])id i3TG2bMG011473 for ; Thu, 29 Apr 2004 12:02:38 -0400 X-Matched-Lists: [] From: "Carlos Castro" To: Date: Thu, 29 Apr 2004 12:04:30 -0400 Message-ID: <001201c42e03$a889a8b0$0601a8c0@aguila> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2627 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2739.300 Importance: Normal Subject: Help... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Apr 2004 16:02:44 -0000 Hi there: I'm trying to recompile my kernel to add sound abilities for my ess 1869 sound card. I've taken the generic file and added simply the "options pcm" line. The file configs, depends, and installs flawlessly. However, it doesn't boot! Well, it does, but when mounting the root file system, it exits with this message: Mounting root from ufs: /dev/ad0s2a Pid 41 (sh), uid 0: exited on signal 8 Init: /bin/sh on /etc/rc terminated abnormally, going to single user mode I then try to load a shell, but it exits all the time. It gives me the same message again, and again... I've checked every single bit of information on the net regarding this problem, but nothing helps... I have: Installed the kernel using security=-1; single user mode; chflags; checked the /rc/sh script... Everything... Please help me anybody out there. Best regards, Carlos...