You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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~
The text was updated successfully, but these errors were encountered:
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 3Step 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~
The text was updated successfully, but these errors were encountered: