mirror of
https://github.com/AdisonCavani/distro-grub-themes.git
synced 2025-06-06 07:12:33 +02:00
Added more warnings
This commit is contained in:
parent
e033326206
commit
6db532b8a0
1 changed files with 3 additions and 1 deletions
|
@ -197,9 +197,10 @@ sudo pacman -S grub-customizer
|
|||
```
|
||||
Dnf
|
||||
|
||||
**Grub Customizer DOES NOT WORK on recent Fedora releases without extensive modification. [Manually installing](#manual-installation) a GRUB theme is much more secure and hassle free.**
|
||||
**WARNING:Grub Customizer DOES NOT WORK on recent Fedora releases without extensive modification. [Manually installing](#manual-installation) a GRUB theme is much more secure and hassle free.**
|
||||
|
||||
```
|
||||
Use at own risk.
|
||||
sudo dnf install grub-customizer
|
||||
```
|
||||
|
||||
|
@ -328,6 +329,7 @@ If you have a UEFI system, run:
|
|||
```
|
||||
sudo grub2-mkconfig -o /etc/grub2.cfg && sudo grub2-mkconfig -o /etc/grub2-efi.cfg && sudo grub2-mkconfig /etc/grub2-efi.cfg
|
||||
```
|
||||
**WARNING:These commands have only been tested on Fedora UEFI. If you are able to install a GRUB theme using these commands successfully, please add your distro's name here.**
|
||||
|
||||
## Install theme in Ventoy
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue