dual boot (windows and linux)
Go to solution
Solved by C2dan88,
First ensure os-prober is installed (carefully read output of command)
sudo apt install os-prober
Does os-prober find Windows
sudo os-prober
If it does check grubs config file /etc/default/grub or any extra files in /etc/default/grub.d/ for a line that reads
GRUB_DISABLE_OS_PROBER=true
Either delete that line or comment it out (add a # at the beginning of the line).
Then try updating grub
sudo update-grub

Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now