From owner-freebsd-stable@FreeBSD.ORG Thu Sep 4 15:40:54 2008 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 D9C24106567B for ; Thu, 4 Sep 2008 15:40:54 +0000 (UTC) (envelope-from besko@msu.edu) Received: from sys15.mail.msu.edu (sys15.mail.msu.edu [35.9.75.115]) by mx1.freebsd.org (Postfix) with ESMTP id B59E88FC2E for ; Thu, 4 Sep 2008 15:40:54 +0000 (UTC) (envelope-from besko@msu.edu) Received: from user-718268.user.msu.edu ([35.10.4.118]) by sys15.mail.msu.edu with esmtpsa (Exim 4.63 #1) (TLSv1:AES256-SHA:256) id 1KbGx3-00009O-My; Thu, 04 Sep 2008 11:40:53 -0400 Message-ID: <48C00184.7090005@msu.edu> Date: Thu, 04 Sep 2008 11:40:52 -0400 From: Lisa Besko User-Agent: Thunderbird 2.0.0.14 (X11/20080613) MIME-Version: 1.0 To: Chih Liang References: <48BFC40C.3050309@ipeen.com.tw> In-Reply-To: <48BFC40C.3050309@ipeen.com.tw> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Virus: None found by Clam AV Cc: freebsd-stable@freebsd.org Subject: Re: boot failed after make installkernel from 6.3-RELEASE to 7.0-RELEASE X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: besko@msu.edu List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Sep 2008 15:40:54 -0000 I've had this very same problem. I had to go into the kernel config and change comment out this line: options ATA_STATIC_ID I may have also had to edit /etc/fstab so that it had the proper device name in it. Then I could rebuild the kernel and it worked. For me this had to to with the device names not matching up properly and after going to the latest version of 7 it would not find the correct device names for the drive. LB Chih Liang wrote: > Dear all, > > I've tried to upgrade my FreeBSD server from 6.3-RELEASE to 7.0-RELEASE, > but it is failed to boot after make kernel KERNCONF=GENERIC. > I didn't modify any file at /usr/src/sys/i386/conf, it was all default. > After done make kernel and reboot, system stop at: > > Timecounters tick every 1.000 msec > ad0: 38166MB at ata0-master UDMA100 > > I can't boot in single mode, but I can boot in safe mode, and it showed: > > Manual root filesystem specification: > : Mount using filesystem > eg. ufs:da0s1a > ? List valid disk boot devices > Abort manual input > > I type "?" for list, but it only show acd0 and fdc0, "ufs:ad0s1a" or > "ufs:/dev/ad0s1a" are not working > > I can boot with /boot/kernel.old now (6.3-RELEASE), I rebuilt kernel > again and again, but still not work. > I check the difference between old GENERIC on 6.3-RELEASE and new > GENERIC on 7.0-RELEASE, it has not difference besides new add in > 7.0-RELEASE. > > Is any one can help me? I don't want to reinstall...because I don't have > install cd... > > And sorry for my poor English, thank you for reading! > > Regards, > Chih Liang > _______________________________________________ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org"