Add note for adding windows to grub
This commit is contained in:
parent
9e9c700992
commit
28065bbf76
@ -211,3 +211,13 @@ cd paru
|
|||||||
makepkg -si
|
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
|
||||||
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user