* Dale <rdalek1...@gmail.com> [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-de...@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