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 1QklzC-0000Cf-Qs for garchives@archives.gentoo.org; Sat, 23 Jul 2011 23:51:58 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8C48221C107; Sat, 23 Jul 2011 23:51:40 +0000 (UTC) Received: from mail-vw0-f53.google.com (mail-vw0-f53.google.com [209.85.212.53]) by pigeon.gentoo.org (Postfix) with ESMTP id E9C5221C0B9 for ; Sat, 23 Jul 2011 23:49:21 +0000 (UTC) Received: by vws13 with SMTP id 13so2888828vws.40 for ; Sat, 23 Jul 2011 16:49:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; bh=hJbA07A02Ir8KSMGdsAkDvwauhCXTDIuF1DRUkAHWFI=; b=cCBrT02CdWFVwwZiMk6ehTpmI5QyIQD41v7an9kVmKNicuS9U/R3Blf5XUmeLjFuXx YEWsFFwz2NrtU8TQtkgscopI9Gq6v4lTiJXe6geyfX0Ozzi6gC+KE8TrStQiM/WP2p7y 7gGhmWJ5ohMuUOCGghygUqDKH6QyRggRohExU= 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 Received: by 10.220.152.147 with SMTP id g19mr750715vcw.260.1311464961453; Sat, 23 Jul 2011 16:49:21 -0700 (PDT) Received: by 10.220.181.5 with HTTP; Sat, 23 Jul 2011 16:49:21 -0700 (PDT) Date: Sun, 24 Jul 2011 09:49:21 +1000 Message-ID: Subject: [gentoo-user] root fs moved, but no init From: Adam Carter To: gentoo-user@lists.gentoo.org Content-Type: text/plain; charset=ISO-8859-1 X-Archives-Salt: X-Archives-Hash: ed32671f1f42affee60d1c8b8d14f931 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?