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 1S6PsS-0008IS-Dv for garchives@archives.gentoo.org; Sat, 10 Mar 2012 17:14:44 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5E6B9E064E; Sat, 10 Mar 2012 17:14:27 +0000 (UTC) Received: from ns1.bonedaddy.net (ns1.bonedaddy.net [70.91.141.202]) by pigeon.gentoo.org (Postfix) with ESMTP id 2401FE0616 for ; Sat, 10 Mar 2012 17:13:13 +0000 (UTC) Received: from ns1.bonedaddy.net (localhost [127.0.0.1]) by ns1.bonedaddy.net (8.14.5/8.14.4) with ESMTP id q2AHDDER010247 for ; Sat, 10 Mar 2012 12:13:13 -0500 Received: (from tgoodman@localhost) by ns1.bonedaddy.net (8.14.5/8.14.5/Submit) id q2AHDCVE010245 for gentoo-user@lists.gentoo.org; Sat, 10 Mar 2012 12:13:12 -0500 X-Authentication-Warning: ns1.bonedaddy.net: tgoodman set sender to tsg@bonedaddy.net using -f Date: Sat, 10 Mar 2012 12:13:12 -0500 From: Todd Goodman To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] LVM, /usr and really really bad thoughts. Message-ID: <20120310171312.GD10098@ns1.bonedaddy.net> References: <4F5AC0F6.6000804@gmail.com> 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: <4F5AC0F6.6000804@gmail.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-Archives-Salt: 6d3fd04c-0c81-4186-896f-6e01337c5cdd X-Archives-Hash: 720f9adead17fa4902001fb02f419f18 * Dale [120309 21:55]: > Howdy, > [..] > [ 0.787822] Trying to unpack rootfs image as initramfs... It found your initramfs... > [ 0.867787] Freeing initrd memory: 5084k freed The followng look like they're from your Dracut initramfs > [ 0.880111] audit: initializing netlink socket (disabled) > [ 0.880439] type=2000 audit(1331081750.879:1): initialized > [ 0.912626] fuse init (API version 7.17) > [ 1.258561] ehci_hcd 0000:00:12.2: init command 0010005 (park)=0 > ithresh=1 period=512 RUN > [ 1.270152] ehci_hcd 0000:00:13.2: init command 0010005 (park)=0 > ithresh=1 period=512 RUN > [ 1.583458] device-mapper: ioctl: 4.22.0-ioctl (2011-10-19) > initialised: dm-devel@redhat.com The following here certainly are > [ 4.258421] init-early.sh used greatest stack depth: 3696 bytes left > [ 4.503735] init.sh used greatest stack depth: 3576 bytes left And the following are confirmation > root@fireball / # dmesg | grep dracut > [ 3.018189] dracut: Checking reiserfs: /dev/sda3 > [ 3.018531] dracut: issuing reiserfsck -a /dev/sda3 > [ 3.033879] dracut: Reiserfs super block in block 16 on 0x803 of > format 3.6 with standard journal > [ 3.034463] dracut: Blocks (total/free): 4883760/2502678 by 4096 bytes > [ 3.034781] dracut: Filesystem is clean > [ 3.035210] dracut: Remounting /dev/sda3 with -o ro > [ 3.082413] dracut: Mounted root filesystem /dev/sda3 > [ 3.158322] dracut: Switching root > root@fireball / # > > And grub looks like this: > > title=Initramfs-new_kernel > root (hd0,0) > kernel /boot/bzImage-3.2.2-1 root=/dev/sda3 init=/sbin/init > initrd /initramfs-3.2.2-1.img > > Does anyone think dracut is not working? I need to make certain before > diving into the next step. Looks like it's all working for you then! Todd