0

I recently installed Ubuntu 14.04 on the same partition as windows 7. I shrunk the win7 partition expecting that that will allow me to install Ubuntu ( which it did ). When I start up my computer it goes to my HP probook start up screen where you can access your BIOS, then next is the Grub2 menu. Problem is that windows 7 does not show on the grub.

For the past 2 days I have been reading solutions and tried

sudo update-grub2
  • Also tried boot-repair
  • Manually adding a menu entry for windows 7
  • Creating a systems repair disc, but I am unable to get a windows 7 system image. And when I enter the product key, from the Microsoft recovery website, it says that there is a problem with the network.

The windows partition still doesn't show. Does anyone have any Idea what might have happened and how I can fix it?

EDIT:

I Followed this written process to shrink a partition https://technet.microsoft.com/en-us/magazine/gg309169.aspx, And in the unallocated space created is where I installed Ubuntu. However, I did not create a new partition from the unallocated space, just installed Ubuntu there.

Also every time I boot my pc and login to Ubuntu I get a notification saying that my hard disk memory is full.

From the two reasons above I believe that windows 7 still exists.

gparted looks like this: http://postimg.org/image/8pli3mhc5/

Elder Geek
  • 36,752

2 Answers2

0

Try to press f9 Immediately on boot...It would take you to the EFI Bios boot screen, See if "OS Boot Manager" is an option there, and if it boots. There is also the option of Manually selecting an EFI file Use it to browse the EFI System Partition to locate the EFI files with the .EFI extension and try to boot from it.

0

Use your Ubuntu CD Live and launch a terminal console where you are going to type these commands:

sudo su [Enter]
gparted [Enter]

Take a picture of gparted and post the link to the image (for privileges reasons in this forum you can not include an image directly in your post). We will see if you still have a Windows 7 partition in your hard disk drive. If you have it, I will edit my post to point out how you can manually adding a menu entry for windows 7.

xunilk
  • 288