A GRUB theme based on the main menu of the 2014 survival horror game Alien: Isolation™.
Important
This theme is a WIP only supporting 2560x1440 and 1920x1080 resolutions. It will not look optimal on different resolutions. Feel free to add support for your resolutions using this contribution guide.
- Download the Space Isolation theme from releases or Pling for your resolution.
- Rename the directory to
space-isolation - Copy the directory you renamed
space-isolationto/boot/grub/themes# cp -r /path/to/space-isolation /boot/grub/themes - Edit
/etc/default/grub(as a superuser)- Set
GRUB_THEME=TO/boot/grub/themes/space-isolation/theme.txt - Make sure
GRUB_TERMINAL_OUTPUT="gfxterm" - Set
GRUB_GFXMODE=to your resolution (e.g.1920x1080) and uncomment it
- Set
- Update GRUB
- Arch Linux
# grub-mkconfig -o /boot/grub/grub.cfg - Fedora
# grub2-mkconfig -o "$(readlink -e /etc/grub2.conf)" - OpenSUSE
# update-bootloader - Ubuntu/Debian, Void Linux
# update-grub
- Arch Linux
