Hi Dave,
If you have Installed Windows after a GNU/Linux distribution like Ubuntu with 
Bootloader Grub. You have the probleme with the MBR on your Harddisk. 
The MBR is 512 Byte and the startpoint with partition table for the following 
boot process of your system.
If you install Ubuntu with Grub there will be put the bootloader into.
If you installed Windows after Ubuntu the MBR will be new described, but not 
with Grub Files.

You can reinstall Grub with grub-install
A hint for the process about reinstall grub into MBR 
(https://help.ubuntu.com/community/GrubHowto)

* If you want to reinstall run a live-cd open a terminal.
use the follow command's for this
(example with a IDE Harddisk)

sudo mount /dev/hda2 /mnt
sudo grub-install --root-directory=/mnt /dev/hda

-- 
grub doesn't boot windows from a non-first disk
https://bugs.launchpad.net/bugs/141109
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to