2

I know that there are several posts about operating system not found problem. But my situation is severe. My company will start to develop embedded systems on Linux at the end of this year and I wanted to get familiar with Linux.

I wanted to install Ubuntu 12.04. First, Ubuntu did not recognize windows partitions. I try to solve this problem (I do not know and remember what I did here but I think this is the problem). After several hours I manage to install Ubuntu on a 50 GB partition (in fact I think that I successfully install). After rebooting the computer, I see the screen OS not found. I realized that I cannot install Ubuntu properly and cannot boot from Windows 7 now. I use my Windows 7 disk to repair Windows 7 but installation cannot see any harddisk partition and cannot find anything to repair or re-install.

I am in a desperate situation since my work on my work computer is about to get lost. My boss is not happy with that and give me time to solve this problem by the end of this day.

Please Help!!!!!

Ekrem.

devav2
  • 36,312

2 Answers2

1

From your pastebin, it appears you still have windows. Give this a try:

Boot into Ubuntu and open the terminal(Press Ctrl+Alt+T on your keyboard) or look for it in the dash. Once opened, type the following commands:

sudo grub-install "(hd0)"
sudo update-grub

This will install grub(the boot manager for Ubuntu on you hard drive.

That should do it.

Tell me if it works. Hope this helps you.

PS. Tell me if you get a picture similar to this:

Example of what sudo update-grub renders

Max Tither
  • 1,364
0

Here are few steps that might help you solve your problem

First, boot into your Windows 7 repair disk and click on startup repair. Once the repair is over, you will be able to boot into windows. After you boot into windows, follow the steps in this link to remove Ubuntu:

Go to ubuntu.com and download the windows installer for Ubuntu and install it.

After installation, you will be able to boot into both the operating systems. Hope it helps