Gentoo Archives: gentoo-user

From: "张春江" <zhangchunjiangrj@×××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] sys-boot/plymouth could not work
Date: Wed, 04 Apr 2012 05:04:49
Message-Id: 14a12a67.ec0a.1367bba9c36.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-04 12:06:26,"Canek Peláez Valdés" <caneko@×××××.com> wrote:
2 >Please add rd.debug to your grub kernel command line:
3 >
4 >title Gentoo Linux
5 >root (hd0,13)
6 >kernel /boot/kernel-3.2.1-gentoo-r2 root=/dev/sda10
7 >video=radeon:1366x768 quiet splash rd.debug
8 >initrd /boot/initramfs-3.2.1-gentoo-r2.img
9 >
10 >Reboot, and immediately do
11 >
12 >dmesg > output.txt
13 >
14 >Please post the contents of output.txt. We need to know what exactly
15 >is failing with the initramfs.javascript:void(0)
16
17 The accessories are my dmesg output and my boot log.
18
19 Now it is very strange that I have a /run tmpfs in my machine.
20 # mount | grep run
21 tmpfs on /run type tmpfs (rw,nosuid,nodev,relatime,mode=755)
22
23 # grep run /etc/mtab 
24 tmpfs /run tmpfs rw,nosuid,nodev,relatime,mode=755 0 0
25
26 And now when I shutdown my machine, there is no plymouth error message
27 while no splash either. While booting, it shows
28 "plymouthd could not start boot splash: No such file or directory" and no splash.
29
30 I don't konw why, I just generated initramfs with dracut once again and run
31 # plymouth --show-splash
32 just now.

Attachments

File name MIME type
boot.log.txt text/plain
dmesg.txt text/plain

Replies

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