Received: from mx.kolabnow.com (mx.kolabnow.com [95.128.36.40]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id D1DCC7819AC for <~alpine/users@lists.alpinelinux.org>; Tue, 27 Aug 2019 15:32:01 +0000 (UTC) Received: from localhost (unknown [127.0.0.1]) by ext-mx-out001.mykolab.com (Postfix) with ESMTP id D4DFB3D8 for <~alpine/users@lists.alpinelinux.org>; Tue, 27 Aug 2019 17:32:00 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kolabnow.com; h= message-id:from:from:subject:subject:content-transfer-encoding :content-type:content-type:mime-version:references:in-reply-to :date:date:received:received:received; s=dkim20160331; t= 1566919920; x=1568734321; bh=yPFXTbhEgTHt7QjklU2f/BpToij78a7FTfe mBIt+kUI=; b=1Q3nY6sTbbMPoUTvn1rAoeCOIs0KQQS0pEYvTPojHcOp6dUzBqz jZUJExdZURhryYpv7fnTtm+mnVWjM+4MaRL0mhmf2UBMHZ9bkSsKZUlDFWZY19t/ 0IyDfZf37BAx3cxMlrciluhkLQM3Hx/dKUfLYnthEJOX+iJTnwKvJKKNMqTsO1bJ rbAbbbjMlZPByOh3OCRBsDjMEe+HQeKaW5UvSSQ4AGAIZmuRKBzp3+EMJ8FV9lOl j7/j9DSVODZvGsXRi4tOz4WuPcjx+KMbir6EyE7vIcRyI4M4zDsIWkdVAPhhv6zP h1u96iN1tf/gW1PdOJbiZVw9AhgZfxLrDOWIJNdVL+Hh2g9NKpyNncdbc6QOpx0x 7rHGJmL9HuQvZlamxRduTqNZ3Ujew1BFsYDgNVYEXA+MbxoszrxIzchHKYCm2Mkf jQ+BMpXRHc9TNYAVutnOr5uWU+9Og94LlqTXoIdpS9c2feuuAa8pR8gwSsAa4VT7 6xx7AwmLJNOMSo0PaV7L85QZkbiFMPa/SERUznlfTsrc2UoLLy9Prumna+A9G3x7 RX3S9hVmbaFYdOwtWv12Nz4WslpY3dzz+sCmGzsfkuJY5kgH7v8J/w8kqA0mUmZp TgkUBAad3x8L6rWw3MQgS1In+P+4+5yqJA8SWWvwUPYe06GcPndgbBjE= X-Virus-Scanned: amavisd-new at mykolab.com X-Spam-Flag: NO X-Spam-Score: -1.9 X-Spam-Level: X-Spam-Status: No, score=-1.9 tagged_above=-10 required=5 tests=[BAYES_00=-1.9] autolearn=ham autolearn_force=no Received: from mx.kolabnow.com ([127.0.0.1]) by localhost (ext-mx-out001.mykolab.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id yIu4QXHwOzHR for <~alpine/users@lists.alpinelinux.org>; Tue, 27 Aug 2019 17:32:00 +0200 (CEST) Received: from int-mx003.mykolab.com (unknown [10.9.13.3]) by ext-mx-out001.mykolab.com (Postfix) with ESMTPS id 431BA356 for <~alpine/users@lists.alpinelinux.org>; Tue, 27 Aug 2019 17:32:00 +0200 (CEST) Received: from ext-subm003.mykolab.com (unknown [10.9.6.3]) by int-mx003.mykolab.com (Postfix) with ESMTPS id 034A64480 for <~alpine/users@lists.alpinelinux.org>; Tue, 27 Aug 2019 17:31:59 +0200 (CEST) Date: Tue, 27 Aug 2019 17:31:53 +0200 In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Subject: Re: Installation with LVM on LUKS, syslinux and GPT To: ~alpine/users@lists.alpinelinux.org From: =?ISO-8859-1?Q?Jos=E9_Alberto_Orejuela_Garc=EDa?= Message-ID: <500CC447-7735-4E68-B63F-B5FA2A41FB12@josealberto4444.com> On 26 August 2019 23:19:06 CEST, Paul Zillmann wro= te: >have you added the nessesary modules (crytpsetup, lvm2) to the >initramfs=20 >configuration and recreated the initramfs? I edited /etc/mkinitfs/mkinitfs=2Econf during installation, adding cryptsetup to it, features=3D"ata base ide scsi usb virtio ext4 lvm cryptsetup" And then I did # mkinitfs -c /mnt/etc/mkinitfs/mkinitfs=2Econf -b /mnt/ $(ls /mnt/lib/mod= ules/) as the wiki said=2E Is that what you mean or should I do something more? Jos=C3=A9 Alberto