Skip to content

Instantly share code, notes, and snippets.

@schnell18
Created March 12, 2021 14:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save schnell18/b7e38836a65e59f440fd3807c7eae2ac to your computer and use it in GitHub Desktop.
Save schnell18/b7e38836a65e59f440fd3807c7eae2ac to your computer and use it in GitHub Desktop.
fix grub Windows entry missing problem

Grub got some needed security updates 62. Note that os-prober is now disabled by default for security reasons: broken patch 36; fixed patch 57. More infos about it here 167. To restore the old behavior, open a terminal and issue

sudo echo GRUB_DISABLE_OS_PROBER=false >> /etc/default/grub && sudo update-grub 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment