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

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
  • 33,215