Update Grub

This commit is contained in:
InoriShio
2024-09-06 11:56:15 +00:00
committed by GitHub
parent 3c32cf2b26
commit 51c498e381
+5 -2
View File
@@ -1,8 +1,11 @@
# Add Windows to bootmenu # Edit Grub bootmenu
sudo grub-mkconfig sudo grub-mkconfig
sudo nano /etc/default/grub 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 sudo os-prober
# Save updated grub config to grub # Save updated grub config to grub
sudo grub-mkconfig -o /boot/grub/grub.cfg sudo grub-mkconfig -o /boot/grub/grub.cfg