X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@lists.alpinelinux.org Received: from mail-ew0-f54.google.com (mail-ew0-f54.google.com [209.85.215.54]) by lists.alpinelinux.org (Postfix) with ESMTP id 78C551EB587 for ; Mon, 30 Aug 2010 20:23:41 +0000 (UTC) Received: by ewy4 with SMTP id 4so3752589ewy.13 for ; Mon, 30 Aug 2010 13:23:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=kT+wOaOuIZtmCVmOE+YcIe/6LaQwkUOuklWbJi8/R4E=; b=qWkr1j83hEtPrbEWMB48p1od7lxl+WPgOoZqfHHOZqlcU70L0b8KtRekg6PzMAGyYs BNcR+/z3FlRHr32Mdr3gmrj04DQfPXsX5z7LWbo4L4KBYJaFBA5B24+0QSOQ/xzv70J9 m37mbVL2rZ1az7YyPr/pRmtpHKgBASYwU69ns= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=DWQEuLYz/r9xuWxDQzWsOnF28pg3aIN+Gfm0O9BE2qpnEEKcvaQyjKFh6DfQ7TIcxk 1X2B6/HQZNWLGd7n6S9T64QExc4f8oH7Dpiyejd/OQjaJxUf3pSPEy1FoBsErF1dXcZt Tt1rauift1k0gTS2ktU2FuE0myESHvqIsCGdk= X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Received: by 10.213.28.207 with SMTP id n15mr8822268ebc.75.1283199820510; Mon, 30 Aug 2010 13:23:40 -0700 (PDT) Received: by 10.14.29.68 with HTTP; Mon, 30 Aug 2010 13:23:40 -0700 (PDT) Date: Mon, 30 Aug 2010 17:23:40 -0300 Message-ID: Subject: [alpine-devel] Mounting root failing From: qnx4ever To: alpine-devel Content-Type: text/plain; charset=ISO-8859-1 Hello Everyone ! After fresh install of 2.0 I'm having boot issues. * Starting mdev: ok. * Loading boot drivers: ok. * Mounting root: failed. so I get into emergency recovery shell where I mount root manually and all works fine. mount -t ext3 /dev/sda2 /sysroot; exit Grub configuration I've got for the Alpine partition. title Apl (on /dev/sda2) root (hd0,1) kernel /boot/vmlinuz-grsec root=/dev/sda2 modules=sd-mod,usb-storage,ext3 quiet initrd /boot/initramfs-grsec --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---