Gentoo Archives: gentoo-user

From: Todd Goodman <tsg@×××××××××.net>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] LVM, /usr and really really bad thoughts.
Date: Sat, 10 Mar 2012 17:14:44
Message-Id: 20120310171312.GD10098@ns1.bonedaddy.net
In Reply to: [gentoo-user] LVM, /usr and really really bad thoughts. by Dale
1 * Dale <rdalek1967@×××××.com> [120309 21:55]:
2 > Howdy,
3 >
4 [..]
5 > [ 0.787822] Trying to unpack rootfs image as initramfs...
6
7 It found your initramfs...
8
9 > [ 0.867787] Freeing initrd memory: 5084k freed
10
11 The followng look like they're from your Dracut initramfs
12
13 > [ 0.880111] audit: initializing netlink socket (disabled)
14 > [ 0.880439] type=2000 audit(1331081750.879:1): initialized
15 > [ 0.912626] fuse init (API version 7.17)
16 > [ 1.258561] ehci_hcd 0000:00:12.2: init command 0010005 (park)=0
17 > ithresh=1 period=512 RUN
18 > [ 1.270152] ehci_hcd 0000:00:13.2: init command 0010005 (park)=0
19 > ithresh=1 period=512 RUN
20 > [ 1.583458] device-mapper: ioctl: 4.22.0-ioctl (2011-10-19)
21 > initialised: dm-devel@××××××.com
22
23 The following here certainly are
24
25 > [ 4.258421] init-early.sh used greatest stack depth: 3696 bytes left
26 > [ 4.503735] init.sh used greatest stack depth: 3576 bytes left
27
28 And the following are confirmation
29
30 > root@fireball / # dmesg | grep dracut
31 > [ 3.018189] dracut: Checking reiserfs: /dev/sda3
32 > [ 3.018531] dracut: issuing reiserfsck -a /dev/sda3
33 > [ 3.033879] dracut: Reiserfs super block in block 16 on 0x803 of
34 > format 3.6 with standard journal
35 > [ 3.034463] dracut: Blocks (total/free): 4883760/2502678 by 4096 bytes
36 > [ 3.034781] dracut: Filesystem is clean
37 > [ 3.035210] dracut: Remounting /dev/sda3 with -o ro
38 > [ 3.082413] dracut: Mounted root filesystem /dev/sda3
39 > [ 3.158322] dracut: Switching root
40 > root@fireball / #
41 >
42 > And grub looks like this:
43 >
44 > title=Initramfs-new_kernel
45 > root (hd0,0)
46 > kernel /boot/bzImage-3.2.2-1 root=/dev/sda3 init=/sbin/init
47 > initrd /initramfs-3.2.2-1.img
48 >
49 > Does anyone think dracut is not working? I need to make certain before
50 > diving into the next step.
51
52 Looks like it's all working for you then!
53
54 Todd

Replies

Subject Author
Re: [gentoo-user] LVM, /usr and really really bad thoughts. Dale <rdalek1967@×××××.com>