Received: from mx1.tetrasec.net (mx1.tetrasec.net [66.245.176.36]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 148D9782E3F for <~alpine/users@lists.alpinelinux.org>; Thu, 21 Jan 2021 16:15:56 +0000 (UTC) Received: from mx1.tetrasec.net (mail.local [127.0.0.1]) by mx1.tetrasec.net (Postfix) with ESMTP id 012B2182D42; Thu, 21 Jan 2021 16:15:56 +0000 (UTC) Received: from ncopa-desktop.lan (67.63.200.37.customer.cdi.no [37.200.63.67]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: alpine@tanael.org) by mx1.tetrasec.net (Postfix) with ESMTPSA id E6388182D41; Thu, 21 Jan 2021 16:15:54 +0000 (UTC) Date: Thu, 21 Jan 2021 17:15:50 +0100 From: Natanael Copa To: Dietmar Rieder Cc: ~alpine/users@lists.alpinelinux.org Subject: Re: upgrade from 3.12.3 to 3.13.0 Message-ID: <20210121171550.48792812@ncopa-desktop.lan> In-Reply-To: <2b6f90dc-13b2-576f-f981-85d29250f3c7@i-med.ac.at> References: <2b6f90dc-13b2-576f-f981-85d29250f3c7@i-med.ac.at> X-Mailer: Claws Mail 3.17.8 (GTK+ 2.24.33; x86_64-alpine-linux-musl) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Thu, 21 Jan 2021 14:02:55 +0100 Dietmar Rieder wrote: > Hi, > > I'm trying to upgrade a diskless installation (config and apk cache on > usb) from Alpine 3.12.3 to 3.13.0 but while booting the new ISO image I > get the following error when the USB stick is inserted: > > -------------------------------------------------------------------------------------------------- > ISOLINUX 6.04 4.04-pre1 Copyright (C) 1994-2015 H. Peter Anvin et al > boot: > /sbin/init not found in new root. Launching emergency recovery shell > Type exit to Continue boot. > sh: can't access tty; job control turned off > / # > -------------------------------------------------------------------------------------------------- > > When I boot the new ISO an empty USB stick all works fine and I can > configure Alpine from scratch. However I'd like to upgrade and migrate > my previous settings and packages as I used to do whenever I switched > release. > > Is there any way to solve that problem? Does it boot if you add the boot option usbdelay=10? Might be that the usb controller needs more than a ssecond to initialize. > > Thanks > Dietmar >