From owner-freebsd-current@FreeBSD.ORG Tue Oct 3 18:00:31 2006 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F36B016A407 for ; Tue, 3 Oct 2006 18:00:30 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from server.baldwin.cx (66-23-211-162.clients.speedfactory.net [66.23.211.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4DEC543D4C for ; Tue, 3 Oct 2006 18:00:30 +0000 (GMT) (envelope-from jhb@freebsd.org) Received: from localhost.corp.yahoo.com (john@localhost [127.0.0.1]) (authenticated bits=0) by server.baldwin.cx (8.13.6/8.13.6) with ESMTP id k93I0M50027587; Tue, 3 Oct 2006 14:00:22 -0400 (EDT) (envelope-from jhb@freebsd.org) From: John Baldwin To: freebsd-current@freebsd.org Date: Tue, 3 Oct 2006 13:44:33 -0400 User-Agent: KMail/1.9.1 References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200610031344.33869.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (server.baldwin.cx [127.0.0.1]); Tue, 03 Oct 2006 14:00:26 -0400 (EDT) X-Virus-Scanned: ClamAV 0.88.3/1987/Tue Oct 3 11:45:09 2006 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-4.4 required=4.2 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.1.3 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on server.baldwin.cx Cc: Ian FREISLICH Subject: Re: boot/loader broken? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Oct 2006 18:00:31 -0000 On Tuesday 03 October 2006 09:00, Ian FREISLICH wrote: > Hi > > After a build/install today, I can't boot my boxes: > > BTX loader 1.00 BTX version is 1.01 > Consoles: internal video/keyboard > BIOS drive C: is disk0 > BIOS 633kB/2096000kB available memory > > FreeBSD/i386 bootstrap loader, Revision 1.1 > (ianf@testbed, Tue Oct 3 08:22:43 SAST 2006) > > can't load 'kernel' > > Type '?' for a list of commands, 'help' for more detailed help. > OK ls > open '/' failed: input/output error > OK lsdev > cd devices: > disk devices: > disk0: BIOS drive C: > pxe devices: > > I don't know what else I can get of interest from this interface. > It's happened to 2 of my test servers. They rebooted fine before > the upgrade. What drive controller do they have? Try backing out the recent commits to sys/boot/i386/btx/btx/btx.S in case they cause it. -- John Baldwin