From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Ql52p-00077l-1Y for garchives@archives.gentoo.org; Sun, 24 Jul 2011 20:12:59 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8874E21C2CC; Sun, 24 Jul 2011 20:12:40 +0000 (UTC) Received: from mail-ww0-f53.google.com (mail-ww0-f53.google.com [74.125.82.53]) by pigeon.gentoo.org (Postfix) with ESMTP id 1899B21C2AA for ; Sun, 24 Jul 2011 20:11:16 +0000 (UTC) Received: by wwf26 with SMTP id 26so3174914wwf.10 for ; Sun, 24 Jul 2011 13:11:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=QkChBsEmBHNhhThkmqoLw3wFLaFF4aZUg2DS5w7e+n4=; b=TFwAwcrmiS256ApmZdRBvy7lpmVAxuNm8MY91FB+upic7k48J+yV509PaEMXVQz7y7 P2BGe3T7rTB+VUsYlOSWTQgryCJQzov8nH9Dim9bAN/rFEhJSsjCMVW6oq9GvlREgt0L eEHBHAPlWbWKjLDPlxJTZKXLT9JkHDxVLTzm4= Received: by 10.227.9.157 with SMTP id l29mr1527933wbl.39.1311538276202; Sun, 24 Jul 2011 13:11:16 -0700 (PDT) Received: from vidovic.ultras.lan (aqu33-8-83-155-187-36.fbx.proxad.net [83.155.187.36]) by mx.google.com with ESMTPS id n18sm3734341wbh.40.2011.07.24.13.11.14 (version=SSLv3 cipher=OTHER); Sun, 24 Jul 2011 13:11:15 -0700 (PDT) Sender: Nicolas Sebrecht Date: Sun, 24 Jul 2011 22:11:11 +0200 From: Nicolas Sebrecht To: gentoo-user@lists.gentoo.org Cc: Nicolas Sebrecht Subject: [gentoo-user] Re: root fs moved, but no init Message-ID: <20110724201111.GC14160@vidovic.ultras.lan> References: Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.20 (2009-06-14) X-Archives-Salt: X-Archives-Hash: 5ca728aa049c9c762498cabfbe9f877c On Sun, Jul 24, 2011 at 09:49:21AM +1000, Adam Carter wrote: > Summary; > Copied / from sda3 to sdb3 > Updated the fstab in the new disk (/dev/sdb3 / > btrfs noatime,compress=lzo 0 0) > Updated the kernel line's root=/dev/sda3 to /dev/sdb3 in grub.conf, > but left the root (hd0,0) as it is. So, kernel is loaded from sda but > init should run from sdb. > When booting the kernel successfully mounts /dev/sdb3 as root fs > Then the system halts at one of the freeing memory messages, but I > assume the problem is that init isn't executed from /dev/sdb3 > > Since root is mounted, i know i have all the drivers I need in the > kernel. Any ideas why booting stops? Unix rights on files? How did you copy the system? -- Nicolas Sebrecht