0

Possible Duplicate:
How can I repair grub? (How to get Ubuntu back after installing Windows?)

Here's the situation. I installed Ubuntu using the along side option. Everything went ok. When I restarted I went strait to Ubuntu and it worked beautifully. When I restarted and tried to enter windows, the loading screen appeared, and after 3 -4 seconds it restarted again. No error, no cursor waiting, no nothing.

I looked on the internet for help and found several resources.

I tried first lilo since it seemes that many people had they're issues solved with it.

After lilo neither ubuntu nor Windows would start.

I installed and used bootinfoscript. The RESULTS.txt can be seen below

https://www.dropbox.com/sh/r3luoa672qe73uq/Mob13HhNiB

After that I looked at

Boot-Repair

I did as instructed here

Can't boot XP after Ubuntu Installation, how to fix?

,meaning I redid the mbr of my Ubuntu install using a generic mbr.

with no success. The results of boot-repair are in the first link.

Now when I restart my computer I don't even get the windows loading screen, just

Missing operating system
Missing operation system
Operating system not found

that's it.

I did not use the fixboot or fixmbr option because I don't have a windows cd cabable of seeing my hdd drivers. The usual XP windows setup tells me that I have no hdd.

Please help, I don't know what to to next. This is my first time with Ubuntu or any Linux OS.

2 Answers2

0

You'll need to boot off the Ubuntu LiveCD and re-install grub and configure it. Instructinos are here:

How can I repair grub? (How to get Ubuntu back after installing Windows?)

One possible reason for Windows not booting is that the base operating system was damaged during the partition re-size operation. A possible cause for this is an inconsistency in the data.

This is why we normally recommend a few steps before installing alongside Windows:

  1. Backup your data and make sure you have a Windows boot disk or some other recovery option
  2. Run chkdsk on the drive to make sure there are no errors.
  3. Defrag the drive so that the re-size operation has as little work to do as possible and that it goes quickly
fabricator4
  • 8,471
  • 1
  • 37
  • 39
0
  1. First check if your XP is broken or not, by running Boot-Repair --> Advanced options --> tick Restore MBR --> click the Apply button , then reboot the PC. If XP is ok, your PC will boot directly to XP.
  2. If the PC fails to boot directly on XP, you first need to fix XP via a XP disk, this way: https://help.ubuntu.com/community/RestoreUbuntu/XP/Vista/7Bootloader , until you get direct access to XP.
  3. Then reinstall GRUB via Boot-Repair --> Recommended Repair.
LovinBuntu
  • 3,785