<p>El 04/04/2012 00:03, "张春江" <<a href="mailto:zhangchunjiangrj@...">zhangchunjiangrj@...</a>> escribió:<br>
><br>
> On 2012-04-04 12:06:26,"Canek Peláez Valdés" <<a href="mailto:caneko@...">caneko@...</a>> wrote:<br>
> >Please add rd.debug to your grub kernel command line:<br>
> ><br>
> >title Gentoo Linux<br>
> >root (hd0,13)<br>
> >kernel /boot/kernel-3.2.1-gentoo-r2 root=/dev/sda10<br>
> >video=radeon:1366x768 quiet splash rd.debug<br>
> >initrd /boot/initramfs-3.2.1-gentoo-r2.img<br>
> ><br>
> >Reboot, and immediately do<br>
> ><br>
> >dmesg > output.txt<br>
> ><br>
> >Please post the contents of output.txt. We need to know what exactly<br>
> >is failing with the initramfs.javascript:void(0)<br>
><br>
> The accessories are my dmesg output and my boot log.<br>
><br>
> Now it is very strange that I have a /run tmpfs in my machine.<br>
> # mount | grep run<br>
> tmpfs on /run type tmpfs (rw,nosuid,nodev,relatime,mode=755)<br>
><br>
> # grep run /etc/mtab <br>
> tmpfs /run tmpfs rw,nosuid,nodev,relatime,mode=755 0 0<br>
><br>
> And now when I shutdown my machine, there is no plymouth error message<br>
> while no splash either. While booting, it shows<br>
> "plymouthd could not start boot splash: No such file or directory" and no splash.<br>
><br>
> I don't konw why, I just generated initramfs with dracut once again and run<br>
> # plymouth --show-splash<br>
> just now.</p>
<p>Sorry, I forgot; you also need to remove the "quiet" option from your kernel command line:</p>
<p>title Gentoo Linux<br>
root (hd0,13)<br>
kernel /boot/kernel-3.2.1-gentoo-r2 root=/dev/sda10 video=radeon:1366x768 splash rd.debug<br>
initrd /boot/initramfs-3.2.1-gentoo-r2.img </p>
<p>The quiet option overrides the rd.debug option. Please reboot and send again the output from dmesg.</p>
<p>Regards.</p>
|