From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id F39B5138A1A for ; Tue, 20 Jan 2015 02:13:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BFC40E095A; Tue, 20 Jan 2015 02:13:23 +0000 (UTC) Received: from mail-wi0-f180.google.com (mail-wi0-f180.google.com [209.85.212.180]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0F10CE0948 for ; Tue, 20 Jan 2015 02:13:22 +0000 (UTC) Received: by mail-wi0-f180.google.com with SMTP id bs8so20029618wib.1 for ; Mon, 19 Jan 2015 18:13:21 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:subject:message-id:in-reply-to:references:mime-version :content-type:content-transfer-encoding; bh=o8XVcxMO8zrvxnCTQdxmGi17fm9eJYQuRhePrOU0bmA=; b=EadWPjjU1VvI8VDT5SKa+/n6gMCvi6d8IBKOlMmXwebCoTVlDGWrw/Fuu6hDMYZQiy kDszSYcq+mIhjsRjtqhTzNfJfoY1pfKJ/s+dn3a94JSVesTq28tjd5thX3a29cYTPhxz 9GhwFyiL8IRTNi3uaQmvI5GlvWtuJisI7uoEwIb1Czj7ybhPux5s+//pvLeTbI/fXewY HoElIsgAPtG5+nxQPN3nhURXbiADowU0dmYMuDpLQFJH+3NRJrvGbZuSBp6+oHKryZgT inkXQMtkTYOeF7X733immAXfEbz1xAajq025dj/RRr9inqNJF4atsbMmJXwFgAdTs/3a mZhw== X-Received: by 10.180.211.169 with SMTP id nd9mr40848686wic.4.1421720001824; Mon, 19 Jan 2015 18:13:21 -0800 (PST) Received: from gentoo.localdomain (dynamic-109-121-71-131.adsl.eunet.rs. [109.121.71.131]) by mx.google.com with ESMTPSA id dz10sm405338wib.17.2015.01.19.18.13.21 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Mon, 19 Jan 2015 18:13:21 -0800 (PST) Date: Tue, 20 Jan 2015 03:13:18 +0100 From: bitlord To: gentoo-amd64@lists.gentoo.org Subject: Re: [gentoo-amd64] busybox-1.23.0 not assembling RAID root Message-ID: <20150120031318.040f755f@gentoo.localdomain> In-Reply-To: References: X-Mailer: Claws Mail 3.11.1 (GTK+ 2.24.25; x86_64-pc-linux-gnu) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-amd64@lists.gentoo.org Reply-to: gentoo-amd64@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Archives-Salt: 06a945ca-98cb-4eff-906c-6ebad81fb58d X-Archives-Hash: 52df06d923b1ca4fca27d42c7661397c On Mon, 19 Jan 2015 13:55:30 -0800 Mark Knecht wrote: > Hi, > There was an update to stable busybox this weekend choosing version > 1.23.0 as the new stable version. Since this update, for NEW kernels > only, I'm unable to assemble my RAID6 root device and therefore the > kernel won't boot. Has anyone else had similar problems? I've looked > around for recent posts, etc., but haven't found anything as of yet > but the gatekeeper in the Gentoo Bugzilla environment won't let me > file a bug report. > > At issue here is assembling the root RAID device. I build the > initramfs into the kernel for exactly this sort of reason. Other than > changing a few RAID UUIDs this setup hasn't changed in years. I masked > 1.23.0, went back to 1.21.0 and that still works for new kernel so it > appears to be a busybox issue. > > My configuration follows. initramfs.config is referenced in my > kernel config file which then loads initramfs_init_new.sh to do the > work. The failure is three messages: > > /init: line 16: mount: not found > /init: line 17: mount: not found > /init: line 18: mount: not found > No RAID here (LUKS(LVM())), but I have custom initramfs, and I see this problem after update + regenerating initramfs (with new binaries), which in the end produce a kernel panic ... (I don't know much)) Older images work fine, I did some "testing" (guessing), and adding before all those mount ... lines '/bin/busybox --install -s' (Which should "install" all symlinks for supported tools?) That generates a lot of other messages but I was able to boot my system with new image.