Source i (link to git-repo or to original if based on someone elses unmodified work):

Add the source-code for this project on opencode.net

2
Become a Fan
5.8

Description:
Windows XP bootscreen look-alike.

Fun_With_LinuxU theme by pegellinux was used as a template.

To install the theme use terminal:

sudo cp -r /path/to/extracted/WindozeXP /lib/plymouth/themes #to put files into proper place

sudo update-alternatives --install /lib/plymouth/themes/default.plymouth default.plymouth /lib/plymouth/themes/WindozeXP/WindozeXP.plymouth 100 #to register the theme making symlinks

sudo update-alternatives --config default.plymouth #choose WindozeXP from the list there and press ENTER

sudo update-initramfs -u #to embed the theme into RAM-disk image

sudo reboot #just to check if the theme is installed properly
=================================================================
If everything is OK then enjoy!


Как бы загрузочный экран ХРюнделя.

Шаблоном послужила тема Fun_With_LinuxU за авторством pegellinux.

Установка в терминале:

sudo cp -r /path/to/extracted/WindozeXP /lib/plymouth/themes #копирование файлов на место

sudo update-alternatives --install /lib/plymouth/themes/default.plymouth default.plymouth /lib/plymouth/themes/WindozeXP/WindozeXP.plymouth 100 #регистрация темы

sudo update-alternatives --config default.plymouth #выберите из списка WindozeXP и нажмите ENTER

sudo update-initramfs -u #встраивает тему в образ RAM-диска

sudo reboot #дабы убедиться, что тема встала правильно
=================================================================
Если всё получилось — поздравьте себя за это!
Last changelog:

For easy installation of the theme .sh installer script was added

Unpack the archive then run in terminal Install.Plymouth.Theme.sh script. After the theme installation your machine will instantly reboot to check the result.

Распакуйте архив и запустите в терминале Install.Plymouth.Theme.sh . Сразу после установки темы машина перезагрузится, для проверки результата.


Ratings & Comments

7 Comments

akash258

Can you provide instructions for arch linux also ?

Laszcz

Sorry, I'm an ordinary home user and never used arch-based distros.

radhikalinux

10 Its Work Now,Thanks

Laszcz

Hi! You removed your previous comment with my answer to you so I have to be repairing the theme just now =)

kronbus

Hello. I'm trying to make it work with debian, but I can't. I'm installing it manually (without sh script) because the path is /usr/share/plymouth/themes. And I got only a black screen with a three orange square dots. If you can give me some ideas to make it work will be great. Thanks in advanced.

Laszcz

Hi! I guess you are using NVIDIA graphics. Try to boot using 'nomodeset' parameter in GRUB2 config and probably uncomment and set GRUB_GFXMODE to some VESA supporting resolution (640x480 would be fine) There were more solutions in the Internet, try to google them all. Good luck!!!

kronbus

Thanks a lot. It works now :)

Pling
0 Affiliates
Details
license
version
updated
added
downloads 24h 8
mediaviews 24h 0
pageviews 24h 6

More Plymouth Themes from Laszcz:

Windoze 0.0 768p
Laszcz
last update date: 2 years ago

Score 5.0

Windoze95
Laszcz
last update date: 4 years ago

Score 5.8

MyLinuxMint
Laszcz
last update date: 4 years ago

Score 5.7

Other Plymouth Themes:

Metro bootsplash for Linux Mint
Brahimsalem
last update date: 11 years ago

Score 3.8

Asphyxia BootSplash 0.0.1 Plymouth MOD
T-Head
last update date: 13 years ago

Score 5.1

debian_dreams2_plymouth
edzi
last update date: 13 years ago

Score 4.7

Sputnik
cfaber
last update date: 11 years ago

Score 4.7

Plymouth Theme mud Logs
tigger-gg
last update date: 15 years ago

Score 5.3

dreams-debian-plymouth
edzi
last update date: 14 years ago

Score 5.9




Plymouth

Plymouth is a bootsplash for Linux supporting animations using Direct Rendering Manager and KMS driver. It gets packed into the initrd. Besides eye-candy, Plymouth also handles user interaction during boot. Wikipedia

Installation instructions:

  1. copy YOURTHEME folder to usr/share/plymouth/themes/YOURTHEME

  2. run in terminal:

sudo plymouth-set-default-theme YOURTHEME -R