From owner-freebsd-stable@FreeBSD.ORG Tue Apr 28 12:52:22 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 428CA1065672 for ; Tue, 28 Apr 2009 12:52:22 +0000 (UTC) (envelope-from paulo@nlink.com.br) Received: from smtp.nlink.com.br (smtp.nlink.com.br [201.12.59.3]) by mx1.freebsd.org (Postfix) with SMTP id 6F5FF8FC08 for ; Tue, 28 Apr 2009 12:52:20 +0000 (UTC) (envelope-from paulo@nlink.com.br) Received: (qmail 90172 invoked from network); 28 Apr 2009 12:52:18 -0000 Received: from j1.nlink.com.br (paulo@intra.nlink.com.br@201.12.59.126) by smtp.nlink.com.br with SMTP; 28 Apr 2009 12:52:18 -0000 Message-ID: <49F6FC02.7060803@nlink.com.br> Date: Tue, 28 Apr 2009 09:52:18 -0300 From: Paulo Fragoso User-Agent: Thunderbird 2.0.0.17 (X11/20081030) MIME-Version: 1.0 To: Ken Smith References: <49F5BB24.2090206@nlink.com.br> <1240844716.59908.14.camel@bauer.cse.buffalo.edu> <49F5E723.6040700@nlink.com.br> <1240852596.59908.33.camel@bauer.cse.buffalo.edu> In-Reply-To: <1240852596.59908.33.camel@bauer.cse.buffalo.edu> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-stable@freebsd.org Subject: Re: Freebsd 7.2-RC boot problem X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Apr 2009 12:52:22 -0000 Em 27/04/2009 14:16, Ken Smith escreveu: > On Mon, 2009-04-27 at 14:10 -0300, Paulo Fragoso wrote: >> Em 27/04/2009 12:05, Ken Smith escreveu: >>> On Mon, 2009-04-27 at 11:03 -0300, Paulo Fragoso wrote: >>> >>> >>>> I can't boot on cdrom sata, this problem doesn't exist in older releases. >>>> >>>> My motherboard is >>>> Gigabyte GA-M61PME-S2 >>>> >>>> On FreeBSD 7.1 my cdrom drive is detected this way: >>>> acd0: DVDR at ata3-master SATA150 >>>> >>>> >>> Just checking - is *everything* the same? For example is the media the >>> same? Depending on a variety of things I've had issues with rewritable >>> media versus write-once media, etc. >>> >>> The machine I test the release builds on before uploading them has a >>> Gigabyte motherboard (G31M-ES2L) with a sata drive in it so it's not a >>> generic "sata doesn't work" issue: >>> >>> acd0: DVDROM at ata0-slave SATA150 >>> >>> If none of that helps we'd need more information about how far it gets >>> before it stops. >>> >> I can say there is a problem to boot with cdrom since 7.2-BETA1. >> >> All system is same, all older version can boot in this machine: 6.1, >> 6.2, ...,7.1, etc. amd64 or i386. >> >> I've burnt 03 media to test 7.2-RC2, one cd-rw burnt with cdrecord and >> two cd-r burnt first with burncd and last was burnt with cdrecord. >> >> What I can do to help this release? >> > > We need more information about how far it gets before it stops. Does it > seem like it attempts the boot off the CD at all or does it just fall > through to booting off the hard drive? It try boot from cdrom and after a little time it boots from next device. > If it does attempt to boot off > the CD does it lock up with no messages? If there are messages what are > the last few things it says? > It doesn't print any message and after that short time BIOS try next device from boot order. Paulo.