diff --git a/Grub b/Grub index ff1fa1f..25920c5 100644 --- a/Grub +++ b/Grub @@ -1,8 +1,11 @@ -# Add Windows to bootmenu +# Edit Grub bootmenu sudo grub-mkconfig sudo nano /etc/default/grub -# Remove "#" infront of the line with OS-Prober, save and exit + +# Add os-prober for dual boot+ +# Remove "#" in Grub infront of os-prober sudo os-prober + # Save updated grub config to grub sudo grub-mkconfig -o /boot/grub/grub.cfg