Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lynk4/change-kali-linux-grub-background
How to Change Kali Linux Grub Background images
https://github.com/lynk4/change-kali-linux-grub-background
boot-images grub-configuration grub-customizer gta-v gta-v-images kali-linux kali-login kali-login-background linux-background linux-boot linux-boot-image llinux-login-customization login-screen
Last synced: 4 days ago
JSON representation
How to Change Kali Linux Grub Background images
- Host: GitHub
- URL: https://github.com/lynk4/change-kali-linux-grub-background
- Owner: Lynk4
- Created: 2024-04-09T19:30:04.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-04-10T11:00:47.000Z (9 months ago)
- Last Synced: 2024-04-11T01:58:01.632Z (9 months ago)
- Topics: boot-images, grub-configuration, grub-customizer, gta-v, gta-v-images, kali-linux, kali-login, kali-login-background, linux-background, linux-boot, linux-boot-image, llinux-login-customization, login-screen
- Homepage:
- Size: 3.74 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Change-Kali-Linux-Grub-Background
I'm using a kali linux machine on a vmware fusion.
## ***Final Results***
https://github.com/Lynk4/Change-Kali-Linux-Grub-Background/assets/44930131/41a0919c-0f14-4a8a-a85b-bb85ff2d1f52
---
---
---
So basically we need three images..
I'll provide the images that I have used.Also we have take consider of the dimensions of the images.
1) background_ii.png - background_ii.png: PNG image data, 1920 x 1080, 8-bit/color RGBA, non-interlaced
2) grub-16x9.png - grub-16x9.png: PNG image data, 1920 x 1080, 8-bit/color RGBA, non-interlaced
3) grub-4x3.png - grub-4x3.png: PNG image data, 1440 x 1080, 8-bit/color RGBA, non-interlaced#### To customize grub-background make sure you are a root user.
Now then we shall proceed.
### 1. Firstly place background_ii.png in ```/boot/grub``` directory.
---
---
### 2. Then replace grub-16x9.png and grub-4x3.png images with our own choice of images in ```/boot/grub/themes/kali``` directory
### Make sure that the replaced images have the same name and dimensions as the original ***grub-16x9.png and grub-4x3.png***
---
---
Now we are done. we just need to update the grub by running the command.
```
sudo update-grub
```After completion of the command
output will look like this
---
---
#### Now just restart your machine.
That’s it............
---