Grub2 Theme Alienware

GRUB Themes

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
6.0

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

sudo cp -R X/alienware /boot/grub/themes/alienware

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:

None, works flawlessly.
Enjoy!


Ratings & Comments

3 Comments

jekanbratan

9 9 excellent

mozartravelli

8 8 great

Zer00CooL

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

Pling
0 Affiliates
Details
license
version 1.0
updated
added
downloads 24h 1
mediaviews 24h 0
pageviews 24h 11

Other GRUB Themes:

Grub gfxboot splash Amiga Theme
uwelauke
last update date: 15 years ago

Score 5.0

Squirrel
Axell
last update date: 17 years ago

Score 5.0

ruth
ghettocomp
last update date: 17 years ago

Score 5.0

Sexy
sinosh
last update date: 16 years ago

Score 5.0

Windows 8 prism (64bit)
Brahimsalem
last update date: 11 years ago

Score 4.7

reeds_1.xpm
jlindy
last update date: 17 years ago

Score 5.0




GRUB

How to install a grub theme:

  1. Extract the theme to /boot/grub/themes/

  2. Edit /etc/default/grub file. Find the line starting with "#GRUB_THEME" and change it to "GRUB_THEME=/boot/grub/themes/[THEME_FOLDER]/[theme.txt]" (replace [THEME_FOLDER] ; [theme.txt] is probably OK ; remove "[]" brackets)

  3. Run sudo update-grub

See also: https://de.wikipedia.org/wiki/Grand_Unified_Bootloader