Update Grub
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user