AdiosKid Posted July 29, 2018 Report Share Posted July 29, 2018 Hi, the version 0.9* doesn't work anymore, I've tried compile the version 0.8* but give me an error https://imgur.com/a/HJfRgYK the version 0.9* don't show the theme on boot using initramfs, just a grey screen with the prompt. Link to comment Share on other sites More sharing options...
1 jellybean Posted August 12, 2018 Report Share Posted August 12, 2018 I found this (see comment 33). Create /lib/udev/rules.d/71-seat.rules and add below lines. Quote ACTION=="remove", GOTO="seat_end" TAG=="uaccess", SUBSYSTEM!="sound", TAG+="seat" SUBSYSTEM=="sound", KERNEL=="card*", TAG+="seat" SUBSYSTEM=="input", KERNEL=="input*", TAG+="seat" SUBSYSTEM=="graphics", KERNEL=="fb[0-9]*", TAG+="seat", TAG+="master-of-seat" SUBSYSTEM=="drm", KERNEL=="card[0-9]*", TAG+="seat", TAG+="master-of-seat" SUBSYSTEM=="usb", ATTR{bDeviceClass}=="09", TAG+="seat" LABEL="seat_end" After remaking initramfs, the plymouth worked properly. Link to comment Share on other sites More sharing options...
0 jellybean Posted August 6, 2018 Report Share Posted August 6, 2018 I have same issue and there are simillar issues with plymouth 0.9*. The sites below are related with this problem. But these weren't worked for me. https://forums.gentoo.org/viewtopic-t-1067912-highlight-plymouth+text.html https://forums.gentoo.org/viewtopic-t-1073844-start-0.html https://bbs.archlinux.org/viewtopic.php?pid=1742556#p1742556 Link to comment Share on other sites More sharing options...
0 AdiosKid Posted August 6, 2018 Author Report Share Posted August 6, 2018 I'll try with "-static-libs", but I'm using the version 0.8*, I'd compiled inside a chroot with gcc 5.4, seems compile until the version 6.* of gcc. Link to comment Share on other sites More sharing options...
0 AdiosKid Posted August 12, 2018 Author Report Share Posted August 12, 2018 @jellybean I'll test today. Link to comment Share on other sites More sharing options...
0 AdiosKid Posted August 13, 2018 Author Report Share Posted August 13, 2018 On 12/08/2018 at 7:07 AM, jellybean said: I found this (see comment 33). Create /lib/udev/rules.d/71-seat.rules and add below lines. After remaking initramfs, the plymouth worked properly. That's worked, but the initramfs with the splash 0.9* take 6~7 seconds to load, the version 0.8 was compiled with gcc 5.4 and take 3 seconds to load, I'll try later compile the version 0.9* with the gcc 5.4 or 6.4, maybe fiz the time to load on boot. Link to comment Share on other sites More sharing options...
Question
AdiosKid
Hi, the version 0.9* doesn't work anymore, I've tried compile the version 0.8* but give me an error
https://imgur.com/a/HJfRgYK
the version 0.9* don't show the theme on boot using initramfs, just a grey screen with the prompt.
Link to comment
Share on other sites
5 answers to this question
Recommended Posts