From mboxrd@z Thu Jan 1 00:00:00 1970 From: myglc2 Subject: Re: [PATCH} Add RAID devices. Date: Mon, 01 Aug 2016 21:05:50 -0400 Message-ID: <86k2g056a9.fsf@gmail.com> References: <20160714131306.GA11566@solar> <20160723140701.GB6873@solar> <86k2g2pw0a.fsf@gmail.com> <20160731085203.GA4857@solar> <86lh0hlrcd.fsf@gmail.com> <20160731162559.GA12236@solar> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45959) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bUTkN-00005o-Lt for guix-devel@gnu.org; Tue, 02 Aug 2016 03:04:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bUTkI-0003g4-OR for guix-devel@gnu.org; Tue, 02 Aug 2016 03:04:15 -0400 Received: from [195.159.176.226] (port=57879 helo=blaine) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bUTkH-0003f0-4P for guix-devel@gnu.org; Tue, 02 Aug 2016 03:04:10 -0400 Received: from list by blaine with local (Exim 4.84_2) (envelope-from ) id 1bUOB2-0002YU-4o for guix-devel@gnu.org; Tue, 02 Aug 2016 03:07:24 +0200 List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: guix-devel@gnu.org Andreas Enge writes: > > No idea. The only difference I saw with my setup is that you have the > #:mapped-devices clause in the initrd; I am just using this: > > ;; Add a kernel module for RAID-10. > (initrd (lambda (file-systems . rest) > (apply base-initrd file-systems > #:extra-modules '("raid10") > rest))) > > Andreas Unfortunately w/ this change the boot still hangs, so ... I will post it to bug-guix. Thanks again! - George