Gentoo Archives: gentoo-user

From: "张春江" <zhangchunjiangrj@×××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] sys-boot/plymouth could not work
Date: Thu, 05 Apr 2012 07:49:56
Message-Id: 462dce25.a33f.136817932de.Coremail.zhangchunjiangrj@126.com
In Reply to: Re: [gentoo-user] sys-boot/plymouth could not work by "Canek Peláez Valdés"
1 On 2012-04-05 01:29:36,"Canek Peláez Valdés" <caneko@×××××.com> wrote:
2 >On Wed, Apr 4, 2012 at 12:28 PM, Canek Peláez Valdés <caneko@×××××.com> wrote:
3 >>
4 >> Something is wrong. There is no dracut messages in your dmesg output,
5 >> so either you are not using the rd.debug command line (which,
6 >> according to your logs, you *are* using), or you are not using a
7 >> dracut-created initramfs, or the initramfs is somehow corrupted.
8
9 I used
10 # dracut -H -f
11 to create my initramfs. I don't know why there is no dracut message in 
12 my dmesg output.
13
14 >> Can I see your grub.cfg file, as it is please? Also, it seems that the
15 >> problem is OpenRC not creating the /run tmpfs early on during the boot
16 >> process:
17 >>
18 >> https://bugs.gentoo.org/show_bug.cgi?id=409921
19 >>
20 >> Until that gets fixed, recent versions of plymouth cannot work with
21 >> OpenRC. Maybe you could try an old version?
22 >>
23 >> Regards.
24 >
25 >Also, can I see your fstab? It seems you use quite the complex setup
26 >for your partitions.
27
28 The latest version of plymouth is 0.9_pre20111013-r1.
29 I installed sys-boot/plymouth-0.8.3-r5 but it still couldn't work, just like v0.9_pre.
30 There is no ebuild for other versions.
31 Then I tried to install by tarball, but version 0.8.1 and 0.8.2 have a make error:
32 "fatal error: drm/drm.h: No such file or directory", but I have already installed 
33 x11-libs/libdrm and all the other drm related applications are masked.
34 Version 0.7.2 have an another make error.
35
36 This is my grub.conf:
37 default 0
38 timeout 5
39 #splashimage=(hd0,13)/boot/grub/splash.xpm.gz
40
41 title Gentoo Linux
42 root (hd0,13)
43 kernel /boot/kernel-3.2.1-gentoo-r2 root=/dev/sda10 splash quiet video=radeon:1366x768
44 initrd /boot/initramfs-3.2.1-gentoo-r2.img
45
46 title Win7
47 rootnoverify (hd0,0)
48 makeactive
49 chainloader +1
50
51 This is my /etc/fstab:
52 # <fs> <mountpoint> <type> <opts> <dump/pass>
53 # NOTE: If your BOOT partition is ReiserFS, add the notail option to opts.
54 /dev/sda14 /boot ext4 defaults,noatime 1 2
55 /dev/sda10 / ext4 noatime 0 1
56 /dev/sda11 /usr ext4 noatime 0 0
57 /dev/sda12 /var ext4 noatime 0 0
58 /dev/sda13 /home ext4 noatime 0 0
59 /dev/sda9 none swap sw 0 0
60 /dev/cdrom /mnt/cdrom auto noauto,user 0 0
61 /dev/sda1 /media/win7 ntfs-3g rw,users,umask=000 0 0
62 /dev/sda5 /media/music ntfs-3g rw,users,umask=000 0 0
63 /dev/sda6 /media/animation ntfs-3g rw,users,umask=000 0 0
64 /dev/sda7 /media/data ntfs-3g rw,users,umask=000 0 0
65 /dev/sda8 /media/video ntfs-3g rw,users,umask=000 0 0
66
67 Thank you very much for your help!

Replies

Subject Author
Re: [gentoo-user] sys-boot/plymouth could not work "Canek Peláez Valdés" <caneko@×××××.com>