Received: from mail-vk1-xa2e.google.com (mail-vk1-xa2e.google.com [IPv6:2607:f8b0:4864:20::a2e]) by gbr-app-1.alpinelinux.org (Postfix) with ESMTPS id 21B662235C6 for <~alpine/users@lists.alpinelinux.org>; Tue, 30 May 2023 08:05:53 +0000 (UTC) Received: by mail-vk1-xa2e.google.com with SMTP id 71dfb90a1353d-456fe3597bdso3095373e0c.0 for <~alpine/users@lists.alpinelinux.org>; Tue, 30 May 2023 01:05:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20221208; t=1685433952; x=1688025952; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:from:to:cc:subject:date:message-id:reply-to; bh=JdDDkKYrxV3QCraGN8uk602tXjlzHXEZHZgFMO+MN+w=; b=jdvMJvoC1X/M5MY0qAmm/qJTUqyChUmpxe3YvrV3C0UcbzLhR+vV1QX9PkXX3vZAMH 1sVMyz7nWGg9BaW/i2x/Wop/L+ZVkpoeps+Bx1ZHRjxx6vkzLNu29s5x9q+OPvpZe5CM 3atC0rjVDqDxZe8qK3ui4PE1N/i21QBberZkA6scidFBrpQUm/MgV/8k8pnx93icwVTv vtELICD7u+u0D15oxNqikoA7122Mt9F6W8eTs2Qi7miY2aYVfjvtrPLhJy3oFKU7MVR5 CPWoT+5pIthiRJDggY6f0eOsyoSLqhTOfeXqXn70qNWYKloGvKaGFQgMydcqxcmdK8fw 0vLg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1685433952; x=1688025952; 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=JdDDkKYrxV3QCraGN8uk602tXjlzHXEZHZgFMO+MN+w=; b=gArF50M7Bey9Vgvn75x+16QBjkUvQYVVyW6k6MHgWyRyQeGXlaOavYmoOwQxhCg2xW HNPTRzpq3/g1KSShFzZEGvhuBI5sdSLgVH+g3XVYrxJt+v0SVrs/XHMMUTded1fp4F64 KRHfxqooivm/tksGUxYWmde8q1j/kT1nqJQZLx7NEDSsHAYAzAGoAaxM109PMvCS7q9s tMm+nY04/zi8w/GeeatClhKU3JlKDQG95TObyA/y1gB8la6GNxC3io9fepEKPUX+bO6G D7BwytNzed/0BmrrVxlOyMfRa2uizEk6fmAIfbSgmucMBfw4NxbF+0IFo9rfnq7kc4K9 Q+KQ== X-Gm-Message-State: AC+VfDxDvheJC7Sl89bzpfhfiIX5AVGnXqP8FXwpCqOpNh3FK49G7aBn dxo8I9YNhyUVc37i8yzdqcZi6ARtpDGisxQ5/lc= X-Google-Smtp-Source: ACHHUZ5JKvfVth0JUTH379q9B8/O3UQP5hL/Je0FYqWxYrtgZqyFDztUXgzGVTEW/YRh9X44lvP2AwzUJgA4nUvsOiY= X-Received: by 2002:a1f:e405:0:b0:456:f578:10a1 with SMTP id b5-20020a1fe405000000b00456f57810a1mr462035vkh.0.1685433951945; Tue, 30 May 2023 01:05:51 -0700 (PDT) MIME-Version: 1.0 References: <3405c3d90ea2b8ab5c6849f1ee17c87338e86348.camel@riseup.net> <0eab7313f6d23bf05d4e73e7db8aad05ac1bf265.camel@riseup.net> <9fdb3d754556ebb18428904b6edc2b5ddf37d6fc.camel@riseup.net> <7950a075f5329960548a2c8706df8bf3bda254a8.camel@riseup.net> <83435b7879b0fd1bfbdb4d7f2737c5ad8aeead7d.camel@riseup.net> <37693b5c20497122826b09493617276e08ffd007.camel@riseup.net> In-Reply-To: <37693b5c20497122826b09493617276e08ffd007.camel@riseup.net> From: Konstantin Kulikov Date: Tue, 30 May 2023 11:05:40 +0300 Message-ID: Subject: Re: Install on single partition and without a bootloader To: Ralf Mardorf Cc: ~alpine/users@lists.alpinelinux.org Content-Type: text/plain; charset="UTF-8" > I assume I can uncomment v3.18/community in addition to main, just > mixing v3.18 and edge doesn't work. Is this correct? Yes. There is also testing repo with some more packages. > I don't know what to do with /etc/apk/world. I suspect it's ok as is. It is fine. > Booting Alpine still ends up with the initramfs emergency recovery > shell, due to > > mount: mounting [snip] on /sysroot failed: No such file or directory > Mounting root failed. > > You need to try and mount your root device initramfs shell by hand and debug from there. Possibly ext4 module is not loaded and you need to add modules=ext4 to your bootloader.