@Scott you can find the old deb packages here:
http://packages.ubuntu.com/saucy/grub2

You will have to fix any dependencies but it's easy just download the files 
needed. You may need to add Windows manually through editing 
/etc/grub.d/40_custom
In my case I had to add this:
menuentry "Windows 8" {
    insmod part_gpt
    insmod chain
    set root='(hd0,gpt3)'
    chainloader /EFI/Microsoft/Boot/bkpbootmgfw.efi
}

I am running UEFI system and that partition is the small one containing
that folder. Also I had to use that specific efi file instead of the
default bootmgfw.efi. The easiest way to figure out what works is to add
multiple entries on the 40_custom file with various settings and test
them. This will save you multiple reboots.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1289977

Title:
  Ubuntu 14.04 Update breaks grub, resulting in "error: symbol
  'grub_term_highlight_color' not found"

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1289977/+subscriptions

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

Reply via email to