From owner-freebsd-arm@freebsd.org Mon Apr 3 01:00:51 2017 Return-Path: Delivered-To: freebsd-arm@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 A2DDFD2ABD5 for ; Mon, 3 Apr 2017 01:00:51 +0000 (UTC) (envelope-from andrew@tao11.riddles.org.uk) Received: from lungold.riddles.org.uk (lungold.riddles.org.uk [82.68.208.19]) (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 5D8A599F for ; Mon, 3 Apr 2017 01:00:50 +0000 (UTC) (envelope-from andrew@tao11.riddles.org.uk) Received: from [192.168.127.1] (port=31671 helo=caithnard.riddles.org.uk) by lungold.riddles.org.uk with esmtps (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.88 (FreeBSD)) (envelope-from ) id 1cuq4t-0005ds-SL; Mon, 03 Apr 2017 00:42:39 +0000 Received: from [127.0.0.1] (port=18123 helo=caithnard.riddles.org.uk) by caithnard.riddles.org.uk with esmtp (Exim 4.89 (FreeBSD)) (envelope-from ) id 1cuq4t-0000wD-3p; Mon, 03 Apr 2017 00:42:39 +0000 From: Andrew Gierth To: vagner Cc: freebsd-arm@freebsd.org Subject: Re: how to get into single user mode In-Reply-To: <7cf8239d-b2b2-9d30-51d5-907d8feab967@vagner.com> (vagner's message of "Sun, 2 Apr 2017 18:09:53 -0400") Message-ID: <87h926tjb6.fsf@news-spur.riddles.org.uk> References: <7cf8239d-b2b2-9d30-51d5-907d8feab967@vagner.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1 (berkeley-unix) Date: Mon, 03 Apr 2017 01:42:38 +0100 MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Apr 2017 01:00:51 -0000 >>>>> "vagner" == vagner writes: vagner> i made a mistake in my /etc/fstab on an external drive setting vagner> not on the boot device and the system wont boot, it stops after vagner> the ethernet detection and then random unblocking device. vagner> as the system boots up it does show to press a key to get into vagner> single user mode but the keyboard is not initialized yet. You don't say what hardware this is? But my guess is that it's expecting a serial console, and so the single-user prompts are going there rather than to the screen. (I had that a lot when first setting up the RPI.) -- Andrew.