[Bug 1289977] Re: Ubuntu 14.04 Update breaks grub, resulting in "error: symbol 'grub_term_highlight_color' not found"

2014-04-27 Thread olly_b
I have encountered this bug on both an upgrade and an install of 14.04 with on a Toshiba Laptop $ sudo parted -l Model: ATA TOSHIBA MQ01ABD1 (scsi) Disk /dev/sda: 1000GB Sector size (logical/physical): 512B/4096B Partition Table: gpt Number Start End SizeFile system Name

[Bug 1289977] Re: Ubuntu 14.04 Update breaks grub, resulting in "error: symbol 'grub_term_highlight_color' not found"

2014-05-14 Thread olly_b
After many attempts I have found a fix that works for my situation (Win 8 dual boot with 14-04 upgraded from 13-10 after running boot repair) Status before fix on power-up "symbol 'grub_term_highlight_color' not found" boot from 14-04 USB sudo parted -l Model: ATA TOSHIBA MQ01ABD1 (scsi)

[Bug 1289977] Re: Ubuntu 14.04 Update breaks grub, resulting in "error: symbol 'grub_term_highlight_color' not found"

2014-04-29 Thread olly_b
@psusi, Thanks for the suggestions - As my laptop is currently running a fresh install of 13.04, I'm not sure the requested information is relevant: olly@olly-laptop-1-ubuntu:/var/log/dist-upgrade$ ls olly@olly-laptop-1-ubuntu:/var/log/dist-upgrade$ df Filesystem 1K-blocks Used Available

[Bug 1289977] Re: Ubuntu 14.04 Update breaks grub, resulting in "error: symbol 'grub_term_highlight_color' not found"

2014-04-30 Thread olly_b
@psusi I am aware that I should not be running 13.04; that is why I attemped to install 14.04, which failed due to the bug we are all discussing! The information I gave is from a functional re-install of 13.04, which successfully boots either into Ubuntu or Win8, apparently without grub-efi. When

[Bug 1289977] Re: Ubuntu 14.04 Update breaks grub, resulting in "error: symbol 'grub_term_highlight_color' not found"

2014-05-01 Thread olly_b
Some thoughts after reading the comments to date: The root cause of this error is stated clearly on #109 Various successful workarounds have been reported, including: Identifying the device mounted on /boot then chrooting to it. Then either manually uninstalling and reinstalling the grub packages

[Bug 1289977] Re: Ubuntu 14.04 Update breaks grub, resulting in "error: symbol 'grub_term_highlight_color' not found"

2014-05-01 Thread olly_b
refers to #129 Sorry - I got the sequence wrong! boot from usb or cd df to determine device mounted on /boot/efi (sda2 in my case) cd /tmp mkdir mount-point sudo mount /dev/sda2 /tmp/mount-point sudo mount --bind /dev /tmp/mount-point/dev sudo mount --bind /proc /tmp/mount-point/proc sudo mount