From 51c498e381daf7f308904eaab629bf79969583b3 Mon Sep 17 00:00:00 2001 From: InoriShio <126560588+InoriShio@users.noreply.github.com> Date: Fri, 6 Sep 2024 11:56:15 +0000 Subject: [PATCH] Update Grub --- Grub | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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