X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from mail-pd0-f179.google.com (mail-pd0-f179.google.com [209.85.192.179]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id EA639DC0E1E for ; Sun, 14 Sep 2014 21:05:12 +0000 (UTC) Received: by mail-pd0-f179.google.com with SMTP id g10so4834733pdj.38 for ; Sun, 14 Sep 2014 14:05:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=k+MLgFiujezFoFEsQ3m0b1kl+fsPD0/pIs2WT+WWnKc=; b=HIKHFvz/QA9P1VHOLkhtYoqovwMM72b6XGCSauHzKEAeB1xWRR0aRUgAKOVbJI4X7Q d3UbNcjg7eREmoczbV8Byo0FOQrpqyH8t+9FQGZKXcrNAyRXvmmT9mJMM6gNCb9ZrO85 Vb9k19rVKxXxKLpC31nWyMDYYlrvalEK+27lLaDfQVe8ndLkVEGJ60uoDM2e6urirLAR yxRBzIE8XWI7XHytfWotnH1dbTFGBcEXBgef/dUvA6GJHDXoZF9MsduH6dYmuFh6RVss TEpgr0DDS8xU/Rj+SUEJN0YJtqTicUShgGWv4WLTHjGjbhvibC0TNokGMHWtda4+hFov xQoA== X-Received: by 10.66.139.106 with SMTP id qx10mr5919534pab.126.1410728711904; Sun, 14 Sep 2014 14:05:11 -0700 (PDT) Received: from newbook ([50.0.225.123]) by mx.google.com with ESMTPSA id v16sm9513994pdi.39.2014.09.14.14.05.11 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 14 Sep 2014 14:05:11 -0700 (PDT) Date: Sun, 14 Sep 2014 14:05:08 -0700 From: Isaac Dunham To: alpine-devel@lists.alpinelinux.org Subject: [alpine-devel] Re: Cannot mount root filesystem with latest vanilla kernel Message-ID: <20140914210508.GA1775@newbook> References: <20140914201702.GA513@muslin> X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20140914201702.GA513@muslin> User-Agent: Mutt/1.5.23 (2014-03-12) On Sun, Sep 14, 2014 at 01:17:02PM -0700, Isaac Dunham wrote: > Hello, > Posting from a different distro, since I can't boot Alpine. > > I've got a bit of a problem with the latest linux-vanilla kernel. > Yesterday I did an update and upgrade, and today I'm getting an > initramfs shell whenever I boot. > I have /dev/sda14 as root, formatted as ext2. > I can mount it from another distro, as ext2. > > When I try mounting /dev/sda14 on /sysroot without specifying fstype, > I get this errormessage: > mount: cannot mount /dev/sda14 on /sysroot: no such file or directory > and there are no new messages in dmesg. > > If I specify -t ext2 (or ext3 or ext4), I get > mount: cannot mount /dev/sda14 on /sysroot: no such device > and dmesg has a large number of complaints about symbol version mismatches > in the filesystem driver (ext2 or ext3 or ext4). > > Any ideas how to fix it? apk fix linux-vanilla solved it. No idea what caused this, though. Thanks, Isaac Dunham --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---