From owner-freebsd-current@FreeBSD.ORG Sat Sep 14 18:37:31 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id AF8B5BDB for ; Sat, 14 Sep 2013 18:37:31 +0000 (UTC) (envelope-from jan.kokemueller@gmail.com) Received: from mail-ob0-x22d.google.com (mail-ob0-x22d.google.com [IPv6:2607:f8b0:4003:c01::22d]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7CF5B23D7 for ; Sat, 14 Sep 2013 18:37:31 +0000 (UTC) Received: by mail-ob0-f173.google.com with SMTP id vb8so2222864obc.4 for ; Sat, 14 Sep 2013 11:37:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=ktz9PiUoDSuIiikM8olZ9B8xT/qmY16l89cPORmfX3c=; b=rhxN9pa5Fms61/l2hI1I0WuvY7pKjop7ZYC7KbXkQdh5A0mrHDvpT75Im9vZv8qidy 8YCbG0gfZE9PGZhm4N7HbwCI1QP69OduH7m9OwlfZjhGj6CymqaGQeXiqtJSAsqL6Jsv RlhDcz25tYc8lKejBuJpErUUoECw7MsJel/b5QTiTC2tukRtB3R1gOyezkKI4nq5cFVZ yCnrCGInhMAw2F5iXDwfdH99duaoRE0TzlZwfvdaYZAN7+8UzFfzEjrrWmcfC8BMWnBt /qmrwOAraTUyZTGxy8ea2h85MUh1/m6r9a1DwllotlN0V8FUfClvJrtGYsX+YnvMsXo2 h5mw== MIME-Version: 1.0 X-Received: by 10.182.73.136 with SMTP id l8mr2224733obv.53.1379183850779; Sat, 14 Sep 2013 11:37:30 -0700 (PDT) Received: by 10.182.29.106 with HTTP; Sat, 14 Sep 2013 11:37:30 -0700 (PDT) Date: Sat, 14 Sep 2013 20:37:30 +0200 Message-ID: Subject: Re: 10-stable does not boot on Dell E1505 any more From: =?ISO-8859-1?Q?Jan_Kokem=FCller?= To: freebsd-current@freebsd.org X-Mailman-Approved-At: Sat, 14 Sep 2013 19:43:55 +0000 Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Sep 2013 18:37:31 -0000 > r255569 does not find /dev/ada0s2a and "?" at the mountroot> prompt > shows no devices. I've had the same problem after I updated my kernel today. I tracked it down to the hyperv drivers that were added in r255524. Without the "device hyperv" line in my kernconf the system boots fine again.