Add note for adding windows to grub

This commit is contained in:
RealStickman 2020-11-14 13:49:57 +01:00
parent 9e9c700992
commit 28065bbf76

View File

@ -211,3 +211,13 @@ cd paru
makepkg -si
```
## Windows in GRUB
It can happen that windows does not show up in the GRUB menu.
Use the following commands to update grub.
```bash
sudo os-prober
```
```bash
sudo grub-mkconfig -o /boot/grub/grub.cfg
```