X-Original-To: alpine-user@lists.alpinelinux.org Received: from mx1.tetrasec.net (mx1.tetrasec.net [74.117.190.25]) by lists.alpinelinux.org (Postfix) with ESMTP id 2C0945C63D9 for ; Sat, 6 Oct 2018 11:54:13 +0000 (GMT) Received: from mx1.tetrasec.net (mail.local [127.0.0.1]) by mx1.tetrasec.net (Postfix) with ESMTP id CD64C9E0411; Sat, 6 Oct 2018 11:54:12 +0000 (GMT) Received: from ncopa-desktop.copa.dup.pw (67.63.200.37.customer.cdi.no [37.200.63.67]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: alpine@tanael.org) by mx1.tetrasec.net (Postfix) with ESMTPSA id F10409E00F8; Sat, 6 Oct 2018 11:54:11 +0000 (GMT) Date: Sat, 6 Oct 2018 13:54:06 +0200 From: Natanael Copa To: Magicloud Magiclouds Cc: alpine-user@lists.alpinelinux.org Subject: Re: [alpine-user] Working OS suddenly got "exit due to timeout" after reboot. Message-ID: <20181006135406.5677245d@ncopa-desktop.copa.dup.pw> In-Reply-To: References: X-Mailer: Claws Mail 3.17.1 (GTK+ 2.24.32; x86_64-alpine-linux-musl) X-Mailinglist: alpine-user Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Sat, 6 Oct 2018 13:46:29 +0800 Magicloud Magiclouds wrote: > Hi, > I am running an Alpinelinux in ramdisk + USB storage way. It worked > fine until I rebooted. I am sure I did not update the initfs. But now > I got "nlplug-findfs: exit due to timeout". Rebooting did not fix > this. > > Where should I check? > The message means that kernel did not find the USB stick within time. Possible reasons is that USB host controller is too slow to initialize, that driver to USB storage (or USB host controller) is missing in initramfs or that the USB storage is broken. You can try add a boot option `usbdelay=10` to give it more time. If that does not help, then verify that drivers for USB controller is included in initramfs image and that the USB storage is not defect. -nc --- Unsubscribe: alpine-user+unsubscribe@lists.alpinelinux.org Help: alpine-user+help@lists.alpinelinux.org ---