I'm trying to use plymouth with ubuntu server 11.10 but with no luck. I've installed the server as minimal virtual machine on VirtualBox. Then I installed plymouth theme, but it does not show up. One of the theme I used only displayed a text during the boot. So if anyone get it working, I hope to know how!
|
plymouth always has a theme and is always used in the boot of Ubuntu, its just not obvious because servers use the 'details' theme which is in the plymouth package itself.
Before running down the theme rabbit hole though, make sure you have added 'quiet' back into your grub commandline. By default, servers do not have 'quiet' because we want to see the text that commands output as they start up (this was a change made in 11.04). You'll need the tool debconf-utils to check it, then do:
If you see 'noquiet' in there, then that may be what is stopping your logo from appearing. Also if you see 'nomodeset' that will stop graphical boot. You can fix this with
BE CAREFUL as those settings are vital to your system being bootable, so possibly consider doing a backup before changing them. Now, if you do have 'quiet' mode on, and you want to have another theme chosen, you need only install it, and it should be set as the default. If you'd like to manually check what the default is, you can use the tool
If you'd like to make the graphical logo appear on your server boot, it should be as easy as doing
If that doesn't cause the default alternative to change to the output above, then you can always force the issue with:
Though that may just tell you there is only one choice. If you have plymouth-theme-ubuntu-logo installed, and you've removed 'nomodeset', and you have 'quiet' as a boot option, and you still get no plymouth theme, theme, then your graphics hardware may just be incapable of providing a graphical boot for your server. 'plymouth-theme-ubuntu-text' should at least give you the version + dots. |
|||
|
|