0

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

I have a partitioned drive with Windows XP on C and Ubuntu on D. Following update of XP with last service pack I cannot get Ubuntu to boot. Very frustrating.

DRJLB
  • 9
  • Do you still have Grub or other bootmanager installed? – LnxSlck Sep 09 '12 at 00:34
  • While you didn't get in your situation by installing Windows, the question from Anwar's comment probably reflects the condition your system is in and the steps in the answers there are probably the best way to proceed. – John S Gruber Sep 09 '12 at 04:51

1 Answers1

1

It seems you have to repair boot. There is a tool that make it very easy.

  1. Boot from a Ubuntu installed in a usb pendrive,

  2. Install Boot Repair by running these commands in terminal, one-by-one, and accepting prompts:

    1. sudo add-apt-repository ppa:yannubuntu/boot-repair && sudo apt-get update
    2. sudo apt-get install -y boot-repair && boot-repair
  3. Run Boot Repair (press Super, type "boot-repair" and Enter)

desgua
  • 32,917
  • Thanks. I don't have Ubuntu on USB or disk. Installed by a friend in IT Dept. I will need to obtain download. – DRJLB Sep 09 '12 at 01:00