Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Kali Purple installation #20

Open
Maxxxxxx-x opened this issue Aug 5, 2024 · 1 comment
Open

Kali Purple installation #20

Maxxxxxx-x opened this issue Aug 5, 2024 · 1 comment
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@Maxxxxxx-x
Copy link

When I was installing the Chisato theme on Kali Purple, it seems like the grub theme doesn't get picked up even after executing the install.sh script and running update-grub, even if I removed the kali themes folder from /boot/grub/themes and /usr/share/grub/themes

After some time, I found a fix, here's a step-by-step guide on how I fixed it

the fix :3

Step 1:
Execute install.sh

Step 2:
Run the command sudo update-grub
if Found theme: /usr/share/grub/themes/THEME_NAME/theme.txt is not present in the output, proceed to Step 3

Step 3:
Check if you have the file kali-themes.cfg in /etc/default/grub.d
If yes, execute either one of the following commands
mv /etc/default/grub.d/kali-themes.cfg /etc/default/grub.d/kali-themes.cfg.bak
or
rm /etc/default/grub.d/kali-themes.cfg

Step 4:
Run the command sudo update-grub

Hope this helps~
image

@13atm01
Copy link
Owner

13atm01 commented Aug 7, 2024

I'm not going to close this Issues so that people who are experiencing the same problem can solve them by looking this

Thanks for the solution 👍 😃

@13atm01 13atm01 added bug Something isn't working good first issue Good for newcomers labels Aug 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants