mirror of
https://github.com/AdisonCavani/distro-grub-themes.git
synced 2025-06-06 07:12:33 +02:00
Update README.md
Added proper terminal commands for grub and grub2
This commit is contained in:
parent
59bcdbccf5
commit
e033326206
1 changed files with 4 additions and 2 deletions
|
@ -318,13 +318,15 @@ inxi -M | grep -i 'UEFI\|BIOS'
|
||||||
If you have a BIOS system, run:
|
If you have a BIOS system, run:
|
||||||
|
|
||||||
```
|
```
|
||||||
sudo grub-mkconfig -o /boot/grub/grub.cfg
|
sudo grub-mkconfig -o /etc/grub.cfg
|
||||||
|
or
|
||||||
|
sudo grub2-mkconfig -o /etc/grub2.cfg
|
||||||
```
|
```
|
||||||
|
|
||||||
If you have a UEFI system, run:
|
If you have a UEFI system, run:
|
||||||
|
|
||||||
```
|
```
|
||||||
sudo grub2-mkconfig /etc/grub2-efi.cfg
|
sudo grub2-mkconfig -o /etc/grub2.cfg && sudo grub2-mkconfig -o /etc/grub2-efi.cfg && sudo grub2-mkconfig /etc/grub2-efi.cfg
|
||||||
```
|
```
|
||||||
|
|
||||||
## Install theme in Ventoy
|
## Install theme in Ventoy
|
||||||
|
|
Loading…
Add table
Reference in a new issue