Received: from mail-pf1-x435.google.com (mail-pf1-x435.google.com [IPv6:2607:f8b0:4864:20::435]) by gbr-app-1.alpinelinux.org (Postfix) with ESMTPS id 34496225F8D for <~alpine/users@lists.alpinelinux.org>; Thu, 11 Jan 2024 18:23:40 +0000 (UTC) Received: by mail-pf1-x435.google.com with SMTP id d2e1a72fcca58-6da4a923b1bso3080050b3a.2 for <~alpine/users@lists.alpinelinux.org>; Thu, 11 Jan 2024 10:23:40 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1704997418; x=1705602218; darn=lists.alpinelinux.org; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:from:to:cc:subject:date:message-id:reply-to; bh=OBYZ3zdeRHp+Is89rlr3Rc5/t9Mdq1YZj07sbjC50cQ=; b=UdWK8SgM/iJSzZn2QeV237jFrCDz2EdyIdWCZscNWSZhQXHP2CHEUJUymODihsAk6l rzXB1MErTH3qHuwLIUW4tK0JpMQsixBNQjVUsemsI4DfQ3E12DC5retdV+6lCEhwUeLL sf8Z4ByrOehFt4sINIoAno3vZAPzKgstltSBxCwmejE3Y+6W2bB33D1lFl0nN0ihKc6k vUHZD1Dom0zBoQ+esR0p1dG0wY/ZNObu7HGXkvtdQ+aicngUqGUy8M6ZQRb92sRMXzEz gKczzDZnMGkfOwwvCpAgAoXHhuAOWSUhCqCtGUz+p3uWHGrNy3yRCeulf0jtBpK5neGD JYDw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1704997418; x=1705602218; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=OBYZ3zdeRHp+Is89rlr3Rc5/t9Mdq1YZj07sbjC50cQ=; b=BkBl3IMG5r96WvlFhhcCG1XkkNm1k84SSiKlr09gZ4LjA36T1/LtD3lvttay4RF7TW 8aRyolKn67lZcfywahpiprPsWm0pAE4KxfqadJJK2wx2m7Bb07Te1eeZrWZxB87tjnal KJOS1e9ytdStwRNWiZzXqTWNgX6KWpg4WPVywTlAaFJDMCQ3dmUWvm6x171aNce47N35 zfxL5DTMyEqEJ7dfxQVEAHDD7ZHGtM9++saJjn5IbOlDHNJlJj+b1cBYvPKSCx5kPzge PiJiCz+a/1DJuiodgOsAYStMwqqFfaMHr2gMHR4jxpYvFvQov59kI5AyioYrXdeDYhvn epIg== X-Gm-Message-State: AOJu0Yzd8leFxmcX5MSHkfTHhLL5cSfPOKfyTeGj0WRnMcoFc6xoU9On cO/VdXkqYQbi+QdERjFN5r7KIO2dlfvO3T7uOUE= X-Google-Smtp-Source: AGHT+IG7u9qSTzp5vLKrSWld0FqmVDbza3cDNu0cPJylGavBLkm5h7A5DQT3tnqZnh8kbrvpP2d7A5bq96WZbe8jmYA= X-Received: by 2002:aa7:9e52:0:b0:6da:27f1:b8dd with SMTP id z18-20020aa79e52000000b006da27f1b8ddmr157690pfq.0.1704997417861; Thu, 11 Jan 2024 10:23:37 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: From: Ouziel Slama Date: Thu, 11 Jan 2024 19:23:01 +0100 Message-ID: Subject: Re: "mounting /dev/vg0/root on /sysroot failed" on RPI4 To: Konstantin Kulikov Cc: ~alpine/users@lists.alpinelinux.org Content-Type: multipart/alternative; boundary="0000000000006f4484060eafa582" --0000000000006f4484060eafa582 Content-Type: text/plain; charset="UTF-8" Problem solved! Must be `cryptroot=/dev/mmcblk0p1` not `cryptroot=/dev/mmcblk0`.. Thank you for the help! On Thu, 11 Jan 2024 at 15:18, Konstantin Kulikov wrote: > I'd edit /usr/share/mkinitfs/initramfs-init with either > exec >/init.log 2>&1 > or pass -d to nlplug-findfs directly without debug_init and rebuild > initram. > Or connect serial console. > > As for a fix I don't know i'm not familiar with lvm. Maybe partition > type needs to be set to LVM? > Anyway try running `blkid` manually and see what it reports. > --0000000000006f4484060eafa582 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Problem solved! Must be `cryptroot=3D/dev/mmcblk0p1` not `= cryptroot=3D/dev/mmcblk0`..
Thank you for the help!

<= /div>

On Thu, 11 Jan 2024 at 15:18, Konstantin Kulikov <k.kulikov2@gmail.com> wrote:
I'd edit /usr/share/mkinitfs= /initramfs-init with either
exec >/init.log 2>&1
or pass -d to nlplug-findfs directly without debug_init and rebuild initram= .
Or connect serial console.

As for a fix I don't know i'm not familiar with lvm. Maybe partitio= n
type needs to be set to LVM?
Anyway try running `blkid` manually and see what it reports.
--0000000000006f4484060eafa582--