Custom Linux boot animation featuring XYBERCLAN branding
"for open minded"
XYBERCLAN Boot Loader is a collection of scripts and tools that create a custom boot animation for Linux systems, featuring the XYBERCLAN brand with animated text and the community slogan "for open minded".
Perfect for XYBERCLAN community members who want to personalize their Linux boot experience!
- 🎨 Animated XYBERCLAN logo during boot with hacker-style effects
- 🔴 Power-off animation with glitchy shutdown sequence
- 💬 Custom slogan display: "for open minded"
- 🔧 Multiple boot loader support: Plymouth, GRUB, systemd-boot
- 🐧 Cross-distro compatibility: Ubuntu, Fedora, Arch, Debian, and more
- 📦 Easy installation: One-command setup
- 🔄 Safe uninstallation: Restores original boot configuration
- 🎭 Customizable: Adjust colors, timing, and animation style
- 🖥️ Hacker aesthetic: Matrix effects, glitch transitions, system messages
██╗ ██╗██╗ ██╗██████╗ ███████╗██████╗ ██████╗██╗ █████╗ ███╗ ██╗
╚██╗██╔╝╚██╗ ██╔╝██╔══██╗██╔════╝██╔══██╗██╔════╝██║ ██╔══██╗████╗ ██║
╚███╔╝ ╚████╔╝ ██████╔╝█████╗ ██████╔╝██║ ██║ ███████║██╔██╗ ██║
██╔██╗ ╚██╔╝ ██╔══██╗██╔══╝ ██╔══██╗██║ ██║ ██╔══██║██║╚██╗██║
██╔╝ ██╗ ██║ ██████╔╝███████╗██║ ██║╚██████╗███████╗██║ ██║██║ ╚████║
╚═╝ ╚═╝ ╚═╝ ╚═════╝ ╚══════╝╚═╝ ╚═╝ ╚═════╝╚══════╝╚═╝ ╚═╝╚═╝ ╚═══╝
for open minded
Before installing, ensure your system meets these basic requirements:
- Operating System: Linux (Debian, Ubuntu, Parrot, Kali, Arch, Fedora, etc.)
- Permissions: Root/sudo access
- Boot Loader: Plymouth (recommended) or GRUB
-
Download the latest .deb package from Releases:
wget https://github.com/CYBERCLAN237/xyberclan-bootloader/releases/download/v1.0.0/xyberclan-bootloader_1.0.0_all.deb
-
Install the package:
sudo dpkg -i xyberclan-bootloader_1.0.0_all.deb sudo apt-get install -f # Install dependencies if needed -
Run the installer:
sudo xyberclan-bootloader-install
-
Follow the on-screen prompts and select your installation method (Plymouth recommended)
-
Reboot to see your new boot animation!
Recommended for Arch Linux, Fedora, and other distributions.
-
Install dependencies:
- Debian/Ubuntu:
sudo apt install plymouth git - Arch Linux:
sudo pacman -S plymouth git - Fedora:
sudo dnf install plymouth git
- Debian/Ubuntu:
-
Clone the repository:
git clone https://github.com/CYBERCLAN237/xyberclan-bootloader.git cd xyberclan-bootloader -
Run the installation script:
sudo ./scripts/install.sh
-
Choose your installation method when prompted
-
Reboot to see the animation
[!TIP]
If you prefer running a script directly:
# 1. Download the code
git clone https://github.com/CYBERCLAN237/xyberclan-bootloader.git
cd xyberclan-bootloader
# 2. Run the installer
sudo ./scripts/install.shFollow the on-screen prompts. We recommend selecting Option 4 for the full experience.
If you are on Parrot OS, Debian, or Ubuntu, you can build a professional .deb package. This is safer and easier to manage.
# 1. Install build tools
sudo apt install devscripts debhelper python3-pil
# 2. Build the package
debuild -us -uc -b
# 3. Install the resulting package
sudo apt install ../xyberclan-bootloader_1.0.1-1~noble_all.deb- ✅ Parrot Security OS (Fully tested)
- ✅ Debian / Ubuntu / Kali / Pop!_OS
- ✅ Arch Linux / Manjaro
- ✅ Fedora / RHEL / CentOS
- ✅ Most other Linux distros
- Detailed Installation Guide — Step-by-step for beginners.
- Distribution Guide — NEW: How to add this to PPA, AUR, and other package managers.
- Customization Options — Change colors and styles.
- Troubleshooting — If things don't look right.
xyberclan-bootloader/
├── scripts/
│ ├── install.sh # Main installation script
│ ├── uninstall.sh # Removal script
│ ├── boot-animation.sh # Boot animation generator
│ └── poweroff-animation.sh # Power-off animation
├── assets/
│ ├── xyberclan-logo.txt # ASCII art logo
│ └── animation-frames/ # Animation frame files
├── config/
│ ├── plymouth/ # Plymouth theme files
│ └── grub/ # GRUB customization files
└── docs/ # Documentation
We welcome contributions from the XYBERCLAN community! Feel free to:
- Report bugs
- Suggest new features
- Submit pull requests
- Improve documentation
This project is licensed under the MIT License - see the LICENSE file for details.
- Organization: CYBERCLAN237
- Website: XYBERCLAN
This tool modifies your system's boot configuration. While we've implemented safety measures and backup functionality, please ensure you understand the changes being made. Always test in a virtual machine first if you're unsure.
for open minded