I have a dual boot Acer Aspire. Been dual booting for years. Ubuntu suggested an update to 24.04 LTS and now I cannot get to Windows. Where's Grub and the ability to edit it?
Asked
Active
Viewed 767 times
1 Answers
0
Ubuntu disables GRUB's ability to detect other OSes like Windows by default. If you change that grub setting and update grub, it should detect and give you the option to boot into windows. Specifically, edit /etc/default/grub, and either add or un-comment this line:
GRUB_DISABLE_OS_PROBER=false
Save and quit, then run:
sudo update-grub
Abhinav Verma
- 101