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 1Ql50N-0006ir-E1 for garchives@archives.gentoo.org; Sun, 24 Jul 2011 20:10:27 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8CD6421C256; Sun, 24 Jul 2011 20:10:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id EA42721C187 for ; Sun, 24 Jul 2011 20:09:11 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id 85EE71BC00A for ; Sun, 24 Jul 2011 20:09:11 +0000 (UTC) X-Virus-Scanned: by amavisd-new using ClamAV at gentoo.org X-Spam-Score: -4.952 X-Spam-Level: X-Spam-Status: No, score=-4.952 required=5.5 tests=[AWL=1.647, BAYES_00=-2.599, RCVD_IN_DNSWL_MED=-4] Received: from smtp.gentoo.org ([127.0.0.1]) by localhost (smtp.gentoo.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id F4fBor3GZ8uX for ; Sun, 24 Jul 2011 20:09:02 +0000 (UTC) Received: from lo.gmane.org (lo.gmane.org [80.91.229.12]) by smtp.gentoo.org (Postfix) with ESMTP id 037D5658F3 for ; Sun, 24 Jul 2011 20:09:01 +0000 (UTC) Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1Ql4yu-0008KF-El for gentoo-user@gentoo.org; Sun, 24 Jul 2011 22:08:56 +0200 Received: from adsl-69-234-189-60.dsl.irvnca.pacbell.net ([69.234.189.60]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 24 Jul 2011 22:08:56 +0200 Received: from w41ter by adsl-69-234-189-60.dsl.irvnca.pacbell.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 24 Jul 2011 22:08:56 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: gentoo-user@lists.gentoo.org From: walt Subject: [gentoo-user] Re: root fs moved, but no init Date: Sun, 24 Jul 2011 13:08:45 -0700 Message-ID: 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=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: adsl-69-234-189-60.dsl.irvnca.pacbell.net User-Agent: Mozilla/5.0 (X11; Linux i686; rv:5.0) Gecko/20110705 Thunderbird/5.0 In-Reply-To: X-Archives-Salt: X-Archives-Hash: 57c25ca405cd55e50f54a06035369c93 On 07/23/2011 04:49 PM, 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? Are the perms correct on the copied init?