From owner-freebsd-stable@FreeBSD.ORG Fri Sep 5 01:42:16 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 052F3106566B for ; Fri, 5 Sep 2008 01:42:16 +0000 (UTC) (envelope-from chih.liang@ipeen.com.tw) Received: from mail.ipeen.com.tw (mail.ipeen.com.tw [203.69.66.137]) by mx1.freebsd.org (Postfix) with ESMTP id A517A8FC08 for ; Fri, 5 Sep 2008 01:42:15 +0000 (UTC) (envelope-from chih.liang@ipeen.com.tw) Received: from [192.168.1.49] (ipeen.dyndns.org [122.116.36.146]) by mail.ipeen.com.tw (Postfix) with ESMTP id 3E8C5DCC; Fri, 5 Sep 2008 09:42:13 +0800 (CST) Message-ID: <48C08E6C.7010408@ipeen.com.tw> Date: Fri, 05 Sep 2008 09:42:04 +0800 From: Chih Liang User-Agent: Thunderbird 2.0.0.16 (Windows/20080708) MIME-Version: 1.0 To: Bartosz Stec References: <48BFC40C.3050309@ipeen.com.tw> <48BFCB88.9050505@kkip.pl> In-Reply-To: <48BFCB88.9050505@kkip.pl> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit 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 List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Sep 2008 01:42:16 -0000 Bartosz Stec wrote: > Chih Liang pisze: >> 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" > Did you make buildworld before buildkernel? If not, boot kernel.old > ane follow these rules: > > 1. csup 7-stable sources (just to be sure) > 2. rm -fR /usr/obj (just to be sure again) > 3. make buildworld && make buildkernel KERNCONF=GENERIC > 4. make installkernel > 5. reboot in single user mode > 6. mergemaster -p > 7. make installworld > 8. mergemaster > 9. make delete-old > 10. make delete-old-libs > > Good luck! > Yes I did. I tried to update source to 7.1, but it failed with the same problem, then I thought it is the bug at -STABLE. And I remove entire /usr/src and /usr/obj and update source to 7.0 again, but still failed when I boot after make buildworld and make kernel. Thanks!