Update README.md
This commit is contained in:
parent
8a20790d5e
commit
6af31a8e94
84
README.md
84
README.md
@ -1,50 +1,64 @@
|
|||||||
|
# Xenlism Grub Theme
|
||||||
|
|
||||||

|
Xenlism Grub Theme is a fork of Grub-theme-vimix. You can find the theme and more information [here](https://www.gnome-look.org/p/1009236/).
|
||||||

|
|
||||||

|
|
||||||

|
|
||||||

|
|
||||||
|
|
||||||
Xenlism Grub Theme fork form Grub-theme-vimix https://www.gnome-look.org/p/1009236/
|
## Supported Operating Systems
|
||||||
Ubuntu Style
|
|
||||||
Debian Style
|
|
||||||
Arch Linux
|
|
||||||
Manjaro Linux
|
|
||||||
Fedora Linux
|
|
||||||
NixOs Linux
|
|
||||||
Kali Linux
|
|
||||||
Mint Linux
|
|
||||||
Gentoo Linux
|
|
||||||
PopOs
|
|
||||||
Windows
|
|
||||||
MacOs
|
|
||||||
|
|
||||||
If you have a problem with install script.
|
- Ubuntu Style
|
||||||
unpack tar.xz open unpack folder.
|
- Debian Style
|
||||||
you will see the folder. zip this folder.
|
- Arch Linux
|
||||||
install grub-customizer
|
- Manjaro Linux
|
||||||
#Fedora
|
- Fedora Linux
|
||||||
sudo dnf install -y grub-customizer
|
- NixOs Linux
|
||||||
|
- Kali Linux
|
||||||
|
- Mint Linux
|
||||||
|
- Gentoo Linux
|
||||||
|
- PopOs
|
||||||
|
- Windows
|
||||||
|
- MacOs
|
||||||
|
|
||||||
#Arch Manjaro
|
## Installation
|
||||||
pacman -S grub-customizer
|
|
||||||
|
|
||||||
#Ubuntu
|
If you have any issues with the installation script, follow these steps:
|
||||||
sudo apt-get install grub-customizer
|
|
||||||
|
|
||||||
Edit /etc/default/grub
|
1. Unpack the `tar.xz` file and open the unpacked folder.
|
||||||
Add to this file
|
|
||||||
|
|
||||||
|
2. Inside the folder, you will find another folder. Zip this folder.
|
||||||
|
|
||||||
|
3. Install `grub-customizer` using the appropriate command for your distribution:
|
||||||
|
|
||||||
|
- For Fedora, run: `sudo dnf install -y grub-customizer`
|
||||||
|
- For Arch Manjaro, run: `pacman -S grub-customizer`
|
||||||
|
- For Ubuntu, run: `sudo apt-get install grub-customizer`
|
||||||
|
|
||||||
|
4. Edit the `/etc/default/grub` file and add the following line:
|
||||||
|
|
||||||
|
```
|
||||||
GRUB_GFXPAYLOAD_LINUX="keep"
|
GRUB_GFXPAYLOAD_LINUX="keep"
|
||||||
|
```
|
||||||
|
|
||||||
copy /usr/lib/grub/i386-pc/hwmatch.mod to /boot/grub/x86_64-efi
|
5. Copy the `hwmatch.mod` file to the `/boot/grub/x86_64-efi/` directory:
|
||||||
|
|
||||||
|
```
|
||||||
cp -r /usr/lib/grub/i386-pc/hwmatch.mod /boot/grub/x86_64-efi/
|
cp -r /usr/lib/grub/i386-pc/hwmatch.mod /boot/grub/x86_64-efi/
|
||||||
|
```
|
||||||
|
|
||||||
and
|
6. Finally, update the grub configuration by running:
|
||||||
|
|
||||||
|
```
|
||||||
sudo update-grub
|
sudo update-grub
|
||||||
|
```
|
||||||
|
|
||||||
#Debian Follow this link
|
For Debian, you can follow [this link](https://vitux.com/install-grub-customizer-on-debian/) for instructions on installing Grub Customizer.
|
||||||
https://vitux.com/install-grub-customizer-on-debian/
|
|
||||||
|
|
||||||
install grub themes with grub-customizer
|
Install grub themes with `grub-customizer` tool
|
||||||
|
|
||||||
|
## Preview
|
||||||
|
|
||||||
|
| Ubuntu | Mint Linux |
|
||||||
|
| ------------------------------------------------------------ | ------------------------------------------------------------ |
|
||||||
|
|  |  |
|
||||||
|
| Kali Linux | Manjaro Linux |
|
||||||
|
|  |  |
|
||||||
|
| Debian | |
|
||||||
|
|  | |
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user