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 D1556138825 for ; Tue, 11 Nov 2014 21:47:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EB18DE08CD; Tue, 11 Nov 2014 21:47:51 +0000 (UTC) Received: from mail-lb0-f170.google.com (mail-lb0-f170.google.com [209.85.217.170]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 93239E0853 for ; Tue, 11 Nov 2014 21:47:50 +0000 (UTC) Received: by mail-lb0-f170.google.com with SMTP id p9so5166342lbv.15 for ; Tue, 11 Nov 2014 13:47:49 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=szqj59IFZYSEj8dARUcpxOkCSbZlEtTY4m+9x2+JvRs=; b=lo4QKH0ul8H1UTYFhQngJF3OCrrcuywjHBewgDQs/arupsdiBAm/RbV12NYnoPxrGb dHSVsj/J4wWuJRjHVvrYtDNO891FgMZ6OPfqUzzjN4oyZ5fYhqKK2BKb60QFmGjAFwWG yyXRngJniLt6CxHc0xwt4+oGdHsPItqSCpmP1tSJ8Ow2ttVuBAmGJu/5/Qkj4cwPRAkh MDNAos5oQBDnnVXCUBFpZXaZriyu4yygDDrO1jlxEtFFHtAdm1z7P7q3MQ1RN6dNTAg/ jIzKN5H5BDSNBSUU4MesitT+97Brf0xZm6uXGNqYCZALefHoQD2b6rmCIzcNMURuTAMg 1KCA== Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 X-Received: by 10.112.135.197 with SMTP id pu5mr38469254lbb.22.1415742469114; Tue, 11 Nov 2014 13:47:49 -0800 (PST) Received: by 10.112.190.41 with HTTP; Tue, 11 Nov 2014 13:47:49 -0800 (PST) In-Reply-To: <20141111205608.GA7473@asterix> References: <20141111205608.GA7473@asterix> Date: Tue, 11 Nov 2014 15:47:49 -0600 Message-ID: Subject: Re: [gentoo-user] difficulties with lvm2+systemd+grub2 From: =?UTF-8?Q?Jc_Garc=C3=ADa?= To: gentoo-user@lists.gentoo.org Content-Type: text/plain; charset=UTF-8 X-Archives-Salt: 3fdac9b1-c501-438e-953c-d1adf4102a88 X-Archives-Hash: 6c738e19fafa4029e7b68889d45eded2 2014-11-11 14:56 GMT-06:00 Michael Mair-Keimberger : > This lead me to my second question. At the wiki, the only way to create > an initramfs for systemd was with genkernel (genkernel --udev --lvm). > While the command itself is pretty useless (it's `genkernel --udev --lvm > initramfs` if you want to create the initramfs -> is this a bug??) i > also would like to use my own initramfs. > What changes do i have to make in my own initramfs for being able > booting systemd from it? > Did you used genkernel-next?, also the recommendation on this list for generating initramfs for systemd is dracut, you should give that a try.