Gentoo Archives: gentoo-user

From: "Canek Peláez Valdés" <caneko@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] sys-boot/plymouth could not work
Date: Wed, 04 Apr 2012 07:05:57
Message-Id: CADPrc82Uk=kNrO3rFXQ8LG+DnKCsZBtm8aC0sj38T03_R9KNmw@mail.gmail.com
In Reply to: Re: [gentoo-user] sys-boot/plymouth could not work by "张春江"
1 El 04/04/2012 00:03, "张春江" <zhangchunjiangrj@×××.com> escribió:
2 >
3 > On 2012-04-04 12:06:26,"Canek Peláez Valdés" <caneko@×××××.com> wrote:
4 > >Please add rd.debug to your grub kernel command line:
5 > >
6 > >title Gentoo Linux
7 > >root (hd0,13)
8 > >kernel /boot/kernel-3.2.1-gentoo-r2 root=/dev/sda10
9 > >video=radeon:1366x768 quiet splash rd.debug
10 > >initrd /boot/initramfs-3.2.1-gentoo-r2.img
11 > >
12 > >Reboot, and immediately do
13 > >
14 > >dmesg > output.txt
15 > >
16 > >Please post the contents of output.txt. We need to know what exactly
17 > >is failing with the initramfs.javascript:void(0)
18 >
19 > The accessories are my dmesg output and my boot log.
20 >
21 > Now it is very strange that I have a /run tmpfs in my machine.
22 > # mount | grep run
23 > tmpfs on /run type tmpfs (rw,nosuid,nodev,relatime,mode=755)
24 >
25 > # grep run /etc/mtab
26 > tmpfs /run tmpfs rw,nosuid,nodev,relatime,mode=755 0 0
27 >
28 > And now when I shutdown my machine, there is no plymouth error message
29 > while no splash either. While booting, it shows
30 > "plymouthd could not start boot splash: No such file or directory" and no
31 splash.
32 >
33 > I don't konw why, I just generated initramfs with dracut once again and
34 run
35 > # plymouth --show-splash
36 > just now.
37
38 Sorry, I forgot; you also need to remove the "quiet" option from your
39 kernel command line:
40
41 title Gentoo Linux
42 root (hd0,13)
43 kernel /boot/kernel-3.2.1-gentoo-r2 root=/dev/sda10
44 video=radeon:1366x768 splash rd.debug
45 initrd /boot/initramfs-3.2.1-gentoo-r2.img
46
47 The quiet option overrides the rd.debug option. Please reboot and send
48 again the output from dmesg.
49
50 Regards.

Replies

Subject Author
Re: [gentoo-user] sys-boot/plymouth could not work "张春江" <zhangchunjiangrj@×××.com>