From owner-freebsd-current@freebsd.org Fri Feb 26 15:56:48 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 B609CAB5EED for ; Fri, 26 Feb 2016 15:56:48 +0000 (UTC) (envelope-from ian@freebsd.org) Received: from outbound1b.ore.mailhop.org (outbound1b.ore.mailhop.org [54.200.247.200]) (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 8111A1316 for ; Fri, 26 Feb 2016 15:56:48 +0000 (UTC) (envelope-from ian@freebsd.org) X-MHO-User: 9b0c0d84-dca1-11e5-8dfb-c75234cc769e X-Report-Abuse-To: https://support.duocircle.com/support/solutions/articles/5000540958-duocircle-standard-smtp-abuse-information X-Originating-IP: 73.34.117.227 X-Mail-Handler: DuoCircle Outbound SMTP Received: from ilsoft.org (unknown [73.34.117.227]) by outbound1.ore.mailhop.org (Halon Mail Gateway) with ESMTPSA; Fri, 26 Feb 2016 15:57:15 +0000 (UTC) Received: from rev (rev [172.22.42.240]) by ilsoft.org (8.15.2/8.14.9) with ESMTP id u1QFueuf003801; Fri, 26 Feb 2016 08:56:40 -0700 (MST) (envelope-from ian@freebsd.org) Message-ID: <1456502200.13785.78.camel@freebsd.org> Subject: Re: hint.uart.1 in device.hints causes freeze at boot From: Ian Lepore To: "Lundberg, Johannes" , FreeBSD Current Date: Fri, 26 Feb 2016 08:56:40 -0700 In-Reply-To: References: Content-Type: text/plain; charset="us-ascii" X-Mailer: Evolution 3.16.5 FreeBSD GNOME Team Port Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.20 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: Fri, 26 Feb 2016 15:56:48 -0000 On Fri, 2016-02-26 at 09:48 -0600, Lundberg, Johannes wrote: > Hi > > Not sure if it's ok to cross post but I wasn't sure which list to > send to. > > On Intel Atom X5-Z8300 SoC (CherryTrail) the install memstick image > (amd64) > halts during boot because of uart.1 settings in device hints. > > I'm sure it is there for a reason so what is the alternative actions? > Is > the solution to get a bootable Atom SoC image to create yet another > distribution or can the installer choose the proper device.hints > dynamically during boot? > > Best regards > There's not a lot of information to go on here... at what point does it halt? Why do you think it's related to the uart 1 hint? Does it help to set hint.uart.1.disabled=1 in loader before booting? -- Ian