9 lines
229 B
Plaintext
9 lines
229 B
Plaintext
# Add Windows to bootmenu
|
|
sudo grub-mkconfig
|
|
sudo nano /etc/default/grub
|
|
# Remove "#" infront of the line with OS-Prober, save and exit
|
|
sudo os-prober
|
|
# Save updated grub config to grub
|
|
sudo grub-mkconfig -o /boot/grub/grub.cfg
|
|
|