0

PC model- Lenovo Ideapad 300 OS- Windows 10 dual booted with Ubuntu 18.04

I am not able to start windows or view grub menu or see Lenovo logo(which was visible earlier) after one fine day I put my Windows to sleep. Sleep mode was working perfectly fine earlier. Now only Ubuntu 18.04 is starting and grub menu is not visible, also windows is not able to start properly. The display is black until Ubuntu loads. How can I recover windows and bios. When grub is updated in terminal it successfully detects all OS.

2 Answers2

0

Most boot/dual boot issues can be fixed with the awesome Boot Repair utility:

Boot-Repair

Make yourself a boot repair disk, boot it and run the Recommended Repair utility.

0

Try changing the grub boot manager timeout so that you get a change to select the OS on startup. To do this, boot into Ubuntu and then edit the following file.

sudo nano /etc/default/grub

Modify the line with GRUB_TIMEOUT to something like

GRUB_TIMEOUT=30

After that you need to update the grub setup in your boot manager

sudo update-grub

You should now be able to select your Ubuntu or Windows OS in the boot manager menu.

Bernard Wei
  • 2,175
  • 1
  • 14
  • 23