From owner-freebsd-questions@FreeBSD.ORG Fri Feb 15 21:02:49 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7504A16A41B for ; Fri, 15 Feb 2008 21:02:49 +0000 (UTC) (envelope-from deianp@gmail.com) Received: from fk-out-0910.google.com (fk-out-0910.google.com [209.85.128.186]) by mx1.freebsd.org (Postfix) with ESMTP id CEE7B13C43E for ; Fri, 15 Feb 2008 21:02:48 +0000 (UTC) (envelope-from deianp@gmail.com) Received: by fk-out-0910.google.com with SMTP id b27so970792fka.11 for ; Fri, 15 Feb 2008 13:02:47 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; bh=WRHaYY732UEuofe9KJkN5qQfumyWdHXUfiF2A6o5eE4=; b=ga2lApZx04l2uBhyZwepAfIlEQnAhHAhYyiq+cRWx/WBhEWBcWUE/qQUSr3KrGI+xWjcEn5Uspil/sPKsENExlp2yB1o7I4ChxRgtEeMd/fsHQ8GmsCM3XtLEbevsNTFcf30fcUQqRb8EssPXp/jzDy7+XO7PfJmGkdmVmxF8cU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=KYA5oZvMm7fU38bvzur4FbjrHF2PtTmgw5Yc4TC2vtr064prX56Z6H/cEfn5UbzQONi75nADFRlSUE8UplN1jSth0qWRxozBWRXmzRtSQ1z8F7RkXDDDVKgaS3zYzNh//k8OSlJ3PmF3NCGhNUh4JXn8tb9BW2jKBquuhUyVLqE= Received: by 10.82.127.14 with SMTP id z14mr4190972buc.26.1203109366915; Fri, 15 Feb 2008 13:02:46 -0800 (PST) Received: by 10.82.120.14 with HTTP; Fri, 15 Feb 2008 13:02:46 -0800 (PST) Message-ID: Date: Fri, 15 Feb 2008 23:02:46 +0200 From: "Deian Popov" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: freebsd dead after attempt on upgrade from 6.2 to 6.3 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Feb 2008 21:02:49 -0000 Hello, I'm pretty stuck with the death of my bsd machine after attempt on upgrade from 6.2 to 6.3. Some time ago, I successfully upgraded from 6.1 to 6.2following the steps in the manual 1) cvsup source to specific release 2) buildworld 3) buildkernel 4) installkernel 5) boot 6) mergemaster -p 7) installworld 8) mergemaster 9) boot Now, after completing steps 1 to 5 the system won't boot and stucks at the following prompt bsd: Trying to mount root from ufs:/dev/ad1s1a bsd: mountroot> the prompt has "?" command which shows available boot devices. The only device present there is my floppy (fd0) I can choose to boot to loader prompt but have no idea how to recorver, and more interesting, to figure out why that failure occurred? Any help is appreciated.