This commit is contained in:
2024-09-06 11:16:58 +02:00
parent 38b2d0a271
commit 3c32cf2b26
3 changed files with 17 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
# 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