
Eternity Grub2 Theme
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
5 years ago
*Upload broken archive, thanks to Sebastian for mail.
*Change logo Ubuntu to small.
vaxxipooh
5 years ago
Report
BJIacTeJIuH
2 years ago
(!! To move to this folder you need root rights) .
Edit the /etc/default/grub configuration file .
Important lines are:
GRUB_THEME=/boot/grub2/themes/%Theme name% / %theme name.txt%
(where %Theme name% is the folder of your Grub theme %theme name.txt% theme configuration file.) GRUB_TERMINAL_OUTPUT="gfxterm".
The lines should be exactly like this, you need to replace or Supplement the file.
Next, update the grub configuration: # (!!) grub2-mkconfig-o /boot/grub2/grub.cfg .
Overload your device and enjoy the new theme.
Good luck.
Распаковываете архив и перемещяете содержимое темы в загрузочный раздел вашего дестрибутива Linux (у меня это /boot/grub2/themes/ ) .
(!! Для перемещения в эту папку нужны права root) .
Правите файл конфигурации /etc/default/grub .
Важные строки такие:
GRUB_THEME= /boot/grub2/themes/%Theme name%/%theme name.txt% (где %Theme name% папка вашей темы Grub a %theme name.txt% файл сонфигурации темы.) GRUB_TERMINAL_OUTPUT="gfxterm".
Строки должны быть именно такими, надо заменить или дополнить файл.
Далее обновляете конфигурацию grub :
# (!!) grub2-mkconfig -o /boot/grub2/grub.cfg .
Перегужеете устройство и наслаждайтесь новой темой.
Всего доброго удачи.
Report
donpedro69
6 years ago
Report