From owner-freebsd-stable@FreeBSD.ORG Mon Sep 13 04:36:13 2010 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 06DA3106564A for ; Mon, 13 Sep 2010 04:36:13 +0000 (UTC) (envelope-from mavbsd@gmail.com) Received: from mail-bw0-f54.google.com (mail-bw0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id 810B98FC13 for ; Mon, 13 Sep 2010 04:36:12 +0000 (UTC) Received: by bwz20 with SMTP id 20so331798bwz.13 for ; Sun, 12 Sep 2010 21:36:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:message-id:date:from :user-agent:mime-version:to:subject:references:in-reply-to :x-enigmail-version:content-type:content-transfer-encoding; bh=m9ID2KcAMG2M7yc2Yfu43QrcY4Rf/BMGCJz9e+a/ATE=; b=KRhQlbH6n6CjaXTCpzKupVpZLVyB1JR2ttZL3Hsp6QODJ3TVzf8pd8iDoPh0xdP3BR AJOJGGL62WiTwzcXfVABdR8voULQQkOLwQxVzGYx1SNE509ivFXg1jK1juVD1OWlzape qALK0m/8z3PgorOQMbXoPo49ZLbXpq/jhPbuY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:message-id:date:from:user-agent:mime-version:to:subject :references:in-reply-to:x-enigmail-version:content-type :content-transfer-encoding; b=r+Zsf8Eg5otfuPvb8m4Xz76Vytlhg2qizIacm+2FNkEnzHSdxCJK6xfHpDrD4AIMpD OajviEiUhe4A0yvSfiXCTNs4ZPuesjsNREP3THq4+rdGMqwKNav7TVzUnARI8oCfzgTr AmbonT5pN1WBgpRMaR15btuPJlwezByEEERfk= Received: by 10.204.98.19 with SMTP id o19mr2842185bkn.6.1284351037994; Sun, 12 Sep 2010 21:10:37 -0700 (PDT) Received: from mavbook.mavhome.dp.ua (pc.mavhome.dp.ua [212.86.226.226]) by mx.google.com with ESMTPS id y2sm4235695bkx.8.2010.09.12.21.10.35 (version=SSLv3 cipher=RC4-MD5); Sun, 12 Sep 2010 21:10:36 -0700 (PDT) Sender: Alexander Motin Message-ID: <4C8DA428.80907@FreeBSD.org> Date: Mon, 13 Sep 2010 07:10:16 +0300 From: Alexander Motin User-Agent: Thunderbird 2.0.0.24 (X11/20100402) MIME-Version: 1.0 To: Lev Serebryakov , FreeBSD Stable References: In-Reply-To: X-Enigmail-Version: 0.96.0 Content-Type: text/plain; charset=windows-1251 Content-Transfer-Encoding: 7bit Cc: Subject: Re: VBox 3.2.8 & SATA virtual disks & FreeBSD 8.1-STABLE 20100912 -- (virtual) harddisks are not found on boot... 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: Mon, 13 Sep 2010 04:36:13 -0000 Lev Serebryakov wrote: > I have VirtualBox-based FreeBSD 8.1 installation (32 bit, VirtualBox > 3.2.8, WinXP/x64 host, but I thinks that host config is irrelevant). > > Two virtual HDDs are atteched to virtual SATA adapter (channels > 0 & 1) and CD/DVD attached to virtual IDE adapter (Primary master). > > I've used FreeBSD 8.1-STABLE builded about two months ago and > everything worked Ok with "Standard" (not AHCI) driver, root FS is > ad4s1a. > > I've updated FreeBSD today (12/09/2010) with csup & > buildworld/buildkernel/installworld/installkernel (GENERIC kernel). > > Nothing was changed in VM config/setup. > > Now it can not be booted because KERNEL doesn't see any HDDs and > can not mount root FS. It shows only "acd0" as "GEOM managed disk device". > > bootloader sees disk and reads kernel & modules without problems. > > I've tried to "load ahci" on boot prompt, but result is almost the > same. AHCI driver sees two channels, but got timeouts on both -- > oops, can not mout root FS again. If ahci(4) also fails - at least enable verbose boot messages and send me all that ahci(4) reports. -- Alexander Motin