windows option missing after installing ubuntu

15,089

Solution 1

Install Grub bootloader ( If you haven't installed already) open a terminal and run:

sudo update-grub

Solution 2

You can install Grub Customiser:

sudo add-apt-repository ppa:danielrichter2007/grub-customizer
sudo apt-get update
sudo apt-get install grub-customizer

Example of the interface: http://i.stack.imgur.com/1bmmp.png

Solution 3

Install os-prober

Run it.

sudo os-prober

Then update grub

sudo update-grub

Share:
15,089

Related videos on Youtube

kalyan tulabandu
Author by

kalyan tulabandu

Updated on September 18, 2022

Comments

  • kalyan tulabandu
    kalyan tulabandu over 1 year

    I am completely new to Linux and Ubuntu. I have a HP Envy laptop with pre-installed windows 8.1 I have created a Ubuntu bootable usb drive and installed Ubuntu successfully. After installation, I am not able to load windows, everytime system is directly loading Ubuntu.

    More information: Windows OS is available on C: driver, D: drive is having recovery provided by HP. I created a new drive E: by shrinking C: drive and installed ubuntu on E: drive.

    I have gone through existing threads around this issue in Ubuntu community but could not find anything helpful. I have installed boot-repair software and captured my boot information here

    Any help/information/education would be much appreciated!

    Please suggest if any further information is required to better illustrate this issue.

    Thank You!

  • kalyan tulabandu
    kalyan tulabandu over 9 years
    Install success. But I dont see 'windows' option in list configuration tab of grub-customizer. I see below options
  • kalyan tulabandu
    kalyan tulabandu over 9 years
    <<Here is my complete comment>> Install success. But I dont see 'windows' option in list configuration tab of grub-customizer. I see below options (1)Ubuntu (2)EFI/refind/MokManager.efit (3)EFI/ubuntu/MokManager.efi (4)EFI/refind/drivers_x64/ext4_x64.efi(5)System setup. Does it mean I completely erased windows? Is there a way to know if windows is existing on hard drive?
  • 23ars
    23ars about 7 years
    worked on Arch! :)