Files
Arch/Grub
T
2024-09-06 11:16:58 +02:00

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