Description: First and foremost, a special thanks to jbaseb for the original theme, found here: http://gnome-look.org/content/show.php/Grub2+Theme+Tuxkiller+V2?content=169520
Ive also made some edits to this file to help in the installation process, X is representing the file folder containing 40_custom, grub and the theme folder
the first screen is a live boot i used my phone to take, the second is in virtualbox which is why it looks squished together.
if the themes folder isnt there try installing this first
sudo apt-get install grub2-splashimages
logout and back in, if the folder still isnt there run this command
sudo mkdir /boot/grub/themes
Unzip and copy the alienware folder in /boot/grub/themes.
open theme.txt and look for CHANGE ME theme.txt it is under Titre (supposed to be Title?) change to anything you want
title-text= change to title-text=anything if you like
will display any text you choose in the top center of the theme
In the file in the /etc/default/grub changes are highlighted with a comment # Custom theme settings you should change the resolution to match your preference or maximum resolution before copying.
cd /etc/default sudo cp grub grub.old.bak cd back to alienware.zip folder sudo cp X/grub /etc/default/grub
Optional:
to add the lines Reboot System and Shutdown System copy the file 40_custom in etc/grub.d/ or change it manually.
cd /etc/grub.d sudo cp 40_custom 40_custom.old.bak cd back to alienware.zip folder sudo cp X/40_custom /etc/grub.d/40_custom
Then type in a terminal sudo update-grub.
as per the original creator, change this as you wish.Last changelog:
Télécharger le thème : https://www.gnome-look.org/p/1111263/
Si le dossier themes n'existe pas dans le dossier /boot/grub/ installer le paquet suivant : sudo apt-get install grub2-splashimages
Si au redémarrage, le dossier n'est toujours pas présent, le créer : sudo mkdir /boot/grub/themes
Copier le contenu des données du fichier alienware.zip dans le dossier /boot/grub/themes.
Le fichier boot/grub/themes/alienware/theme.txt permet de modifier l'affichage personnalisé, de modifier l'emplacement des images, de changer les textes.
Le fichier est proposé en téléchargement à l'aide de coinhive contre 10240 hash et hébergé sur OneDrive.
Télécharger la version modifiée en français proposée par Vision du web : https://cnhv.co/3r1iv
Faire une copie du fichier grub par défaut dans le dossier /etc/default/.
sudo cp grub grub.old.bak
Aller dans le dossier qui contient les fichiers de alienware.zip et copier le nouveau fichier grub.
sudo cp grub /etc/default/grub
En option, ajouter les lignes "Redémarrer le système" et "Éteindre le système".
Faire une copie du fichier 40_custom par défaut dans le dossier /etc/grub.d/.
sudo cp 40_custom 40_custom.old.bak
Aller dans le dossier qui contient les fichiers de alienware.zip et copier le nouveau fichier 40_custom.
sudo cp 40_custom /etc/grub.d/40_custom
Noter que les droits du fichier sont en 0755 : sudo chmod 0755 /etc/grub.d/40_custom.
Ce fichier 40_custom peut être traduit en français :
#!/bin/sh
exec tail -n +3 $0
# This file provides an easy way to add custom menu entries. Simply type the
# menu entries you want to add after this comment. Be careful not to change
# the 'exec tail' line above.
menuentry 'Arrêter le système' {
halt
echo 'Le système va être arrêté...'
}
menuentry 'Redémarer le système' {
reboot
echo 'Le système va être redémarré...'
}
Mettre à jour le grub : sudo update-grub
Ratings & Comments
3 Comments
9 9 excellent
8 8 great
Télécharger le thème : https://www.gnome-look.org/p/1111263/ Si le dossier themes n'existe pas dans le dossier /boot/grub/ installer le paquet suivant : sudo apt-get install grub2-splashimages Si au redémarrage, le dossier n'est toujours pas présent, le créer : sudo mkdir /boot/grub/themes Copier le contenu des données du fichier alienware.zip dans le dossier /boot/grub/themes. Le fichier boot/grub/themes/alienware/theme.txt permet de modifier l'affichage personnalisé, de modifier l'emplacement des images, de changer les textes. Le fichier est proposé en téléchargement à l'aide de coinhive contre 10240 hash et hébergé sur OneDrive. Télécharger la version modifiée en français proposée par Vision du web : https://cnhv.co/3r1iv Faire une copie du fichier grub par défaut dans le dossier /etc/default/. sudo cp grub grub.old.bak Aller dans le dossier qui contient les fichiers de alienware.zip et copier le nouveau fichier grub. sudo cp grub /etc/default/grub En option, ajouter les lignes "Redémarrer le système" et "Éteindre le système". Faire une copie du fichier 40_custom par défaut dans le dossier /etc/grub.d/. sudo cp 40_custom 40_custom.old.bak Aller dans le dossier qui contient les fichiers de alienware.zip et copier le nouveau fichier 40_custom. sudo cp 40_custom /etc/grub.d/40_custom Noter que les droits du fichier sont en 0755 : sudo chmod 0755 /etc/grub.d/40_custom. Ce fichier 40_custom peut être traduit en français : #!/bin/sh exec tail -n +3 $0 # This file provides an easy way to add custom menu entries. Simply type the # menu entries you want to add after this comment. Be careful not to change # the 'exec tail' line above. menuentry 'Arrêter le système' { halt echo 'Le système va être arrêté...' } menuentry 'Redémarer le système' { reboot echo 'Le système va être redémarré...' } Mettre à jour le grub : sudo update-grub