From owner-freebsd-current@freebsd.org Sat Sep 3 11:24:42 2016 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 29235BCE77A for ; Sat, 3 Sep 2016 11:24:42 +0000 (UTC) (envelope-from mad@madpilot.net) Received: from mail.madpilot.net (grunt.madpilot.net [78.47.145.38]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CBE5FDFD for ; Sat, 3 Sep 2016 11:24:40 +0000 (UTC) (envelope-from mad@madpilot.net) Received: from mail (mail [192.168.254.3]) by mail.madpilot.net (Postfix) with ESMTP id 3sRDD61fRnzZvG for ; Sat, 3 Sep 2016 13:24:38 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=madpilot.net; h= content-transfer-encoding:content-type:content-type:in-reply-to :mime-version:user-agent:date:date:message-id:from:from :references:subject:subject:received:received; s=mail; t= 1472901876; x=1474716277; bh=ej//GiExBAwsxAqp0VNnFdxWumQah6oKIRO TAV5Z1xk=; b=ceXV/Xh09iAWSXNXCRC5WAsHMeXrh8kwR20z1qIXlX9e6Hisdg0 o9gdjzRIpQ7MckBM4L6NHdz05J90Ezdttfl4Cy/5D4jpzoAlndZQ87IXxm/xPzOf ua28VJG/ZOEKG86WQVn9ujaT9s/4ayo4NulWdahDIO0Qauvrlh6eKWXc= Received: from mail.madpilot.net ([192.168.254.3]) by mail (mail.madpilot.net [192.168.254.3]) (amavisd-new, port 10024) with ESMTP id mKZZ1BfAbI-Y for ; Sat, 3 Sep 2016 13:24:36 +0200 (CEST) Received: from marvin.madpilot.net (micro.madpilot.net [88.149.173.206]) by mail.madpilot.net (Postfix) with ESMTPSA for ; Sat, 3 Sep 2016 13:24:36 +0200 (CEST) Subject: Re: 11.0-RC2 and 12-CURRENT won't boot on apu2c4 To: freebsd-current@freebsd.org References: <1472900114.23139.2.camel@posteo.de> <7CC5E580-10DC-4688-B6CE-8C1337EC227B@freebsd.org> From: Guido Falsi Message-ID: Date: Sat, 3 Sep 2016 13:24:35 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 MIME-Version: 1.0 In-Reply-To: <7CC5E580-10DC-4688-B6CE-8C1337EC227B@freebsd.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.22 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, 03 Sep 2016 11:24:42 -0000 On 09/03/16 13:08, Michael Tuexen wrote: >> On 03 Sep 2016, at 12:55, Oliver Böttcher wrote: >> >> Am Freitag, den 02.09.2016, 22:09 +0200 schrieb Guido Falsi: >>> I think you should open a bug report and post the number here so >>> feedback about this can be collected there. >> >> Bug report filed [1]. I just noticed that the serial console is not >> working on >=11.0 >> >> The update from 10.3 to 11.0 worked but has no output opon boot in >> 11.0. > I'm running FreeBSD head on an apu2c4 without any problems, the serial > console is working. > > However, I do have > > console="comconsole" > comconsole_speed="115200" > > in /boot/loader.conf. > It is not using ZFS and it is booting from an m-SATA SSD. Which boot device > are you using? > SO it looks like a default configuration issue. This can explain why my custom nanobsd images work, I have a console configuration in loader there. -- Guido Falsi