Update README.md

Added proper terminal commands for grub and grub2
This commit is contained in:
grohan47 2022-04-20 15:42:34 +05:30 committed by GitHub
parent 59bcdbccf5
commit e033326206
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -318,13 +318,15 @@ inxi -M | grep -i 'UEFI\|BIOS'
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:
```
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