Below you will find pages that utilize the taxonomy term “14.04”
Blogs
Ubuntu 14.04 - post-install enhancements for Trusty Tahr
Excellent coincidence that the release of Ubuntu 14.04 LTS (Trusty Tahr) fell into the Easter holidays. This gives me the time to install earlier than I normally have time for.
This realease being a LTS (long-term support) release means it is a fairly conservative release. There are some nice enhancements and most importantly for me the 3.13 Kernel means finally Wacom Touch devices are supported without kernel mods.
Unfortunately some things are still not included (such as the boot-repair tools not being part of the standard repos).
Blogs
Fixing UEFI Secure Boot problems on Ubuntu 14.04
Unfortunately the mess that is UEFI Secure Boot still causes issues on some hardware. In my case it’s a Toshiba Z930 Ultrabook. I have documented the procedure to get it working here.
However it turns out that there is no ‘Trusty’ release for the boot-repair utility. The fix is relatively easy.
sudo vim /etc/apt/sources.list.d/yannubuntu-boot-repair-trusty.list<br></br>#change the following line from 'trusty' to 'saucy'<br></br>sudo vim /etc/apt/sources.list.d/yannubuntu-boot-repair-trusty.list
You can then just finish with
sudo apt-get update<br></br>sudo apt-get install -y boot-repair && (boot-repair &)