You are not logged in.
Pages: 1
Hi,
I recently installed Plymouth, following the instructions on the wiki page about Plymouth, but when I try and boot I only get a text boot with a blue progress bar at the bottom. I have an intel graphics card and KMS is definitely on and I added it to /etc/mkinitcpio.conf.
Offline
Have you set a theme?
Offline
Yeah, I did (as root):
plymouth-set-default-theme fade-in
mkinitcpio -p kernel26
Offline
Hmm, no idea really...
I think it normally falls back in text mode either because "splash" is not set in grub's kernel line, or it has some beef with KMS. Maybe you can find something in the logs?
Offline
I can confirm this also happens to me, with a similar setup (intel + KMS). When I turn the computer off the theme comes all right (and I must admit it is impressive ), but at boot time only text mode appears. I didn't give it much thought, however, because of the various warnings about plymouth still being under development etc. and changed to splashy. But I would like to get it working to impress visitors
Last edited by davvil (2010-04-16 13:42:37)
Offline
I have the same issue. During boot there is only progress bar at the bottom and text at the center of the screen. And unlike the situation described in previous post, I have just black screen at power off.
The system is: netbook with Intel 945GME graphics, kernel 2.6.33.2, KMS is enabled, plymouth is in the hooks array
HOOKS="base udev autodetect plymouth pata scsi sata filesystems"
I've chosen the theme and rebuilt the kernel image as root:
plymouth-set-default-theme spinfinity
mkinitcpio -p kernel26
and in /boot/grub/menu.lst I've added to the kernel command line options "quiet" and "splash" and there are no "vga":
kernel /vmlinuz26 root=/dev/disk/by-uuid/69d2946e-450d-4ced-9556-b63ebd64dd79 ro quiet splash
Plymouth was installed as package plymouth-git from AUR.
Offline
Exactly the very same issue here!!!! Intel 945GME, latest kernel, plymouth-git. Plymouth defaults to text mode during boot but shows up graphical process during shutdown...
... any clue?
Thanks in advance!
Offline
Same issue here...Dell laptop, intel+kms...Does someone try plymouth from aur, no plymouth-git?
Last edited by Pyntux (2010-04-19 19:47:30)
I do not speak English, but I understand...
Offline
I had same issues as you, jarryson fixed them today. Kudos for him
Reinstall plymouth-git
Franz Rogar
MOTM : "Quis custodiet ipsos custodes?"
Offline
I've rebuilt plymouth-git... rerun mkinitcpio -p kernel26... rerun plymouth-set-default-theme solar...
... still the same. Text mode progress bar during boot... but full graphical during shutdown.
Anyone else?
Thanks!
Offline
I've rebuilt plymouth-git... rerun mkinitcpio -p kernel26... rerun plymouth-set-default-theme solar...
Hum... the order is not correct: first, set the theme, then mkinitcpio.
Franz Rogar
MOTM : "Quis custodiet ipsos custodes?"
Offline
mikioma wrote:I've rebuilt plymouth-git... rerun mkinitcpio -p kernel26... rerun plymouth-set-default-theme solar...
Hum... the order is not correct: first, set the theme, then mkinitcpio.
or do it in one shot with:
sudo plymouth-set-default-theme solar --rebuild-initrd
That sets the theme and then runs mkinitcpio for you (assuming default kernel).
Offline
Ok... tried in the order you say... but still the same. I've updated plymouth-git... updated kernel (pacman -Syu did ), reinstalled plymouth-git... still the same.
Thanks for your answers!
Offline
Do you use KMS early start? My GeForce 8600GT + nouveau + plymouth works only with early start, late start gives me the text boot progress bar
Offline
Sorry for the delay.
Ok, I tried it out and... indeed early KMS made things a bit better because now screen resolution gets fixed immediately, while previouly the progress bar appeared on a smaller resolution and later KMS changed it to standard 1024x600.
Yet, I'm still to the progress bar... No solar theme appears during boot.
Thanks so much for your answers!
Offline
same problem with my htpc box..
integrated ati 4250 (asus m4a88-t-i deluxe), xf86-video-ati-git, radeon module correctly loaded, driver, mkinitcpio.conf edited by adding radeon to modules and plymouth after base, udev and autodetect in hooks, theme selected and build on initrd succeded, grub.cfg edited by adding modeset=1 and quiet splash on kernel line.
During boot no splash, during shutdown works flawlessly.. if anyone have some suggestions they're welcome
sorry for my bad english
Offline
no one can help?
Offline
I was having the same issue. Not sure if this is the cause, but i changed the order in the HOOKS and worked...weird stuff.
Was: HOOKS="base udev keymap autodetect sata resume filesystems pymouth"
IS: HOOKS="base udev plymouth keymap autodetect sata resume filesystems"
Offline
Same problem here... tried all the suggestions above, non of them worked. Any news?
Offline
Sorry to dig this thread up but it may be useful to those who are after plymouth. After trying all options and configurations, I managed to get plymouth working by doing an early KMS start:
For Radeon users:
https://wiki.archlinux.org/index.php/Ra … _KMS_start
For Intel users:
Proud Arch Linux user since 2007.
Offline
Pages: 1