[Bug 1242417] Re: UEFI install broken on Kubuntu 13.10

Harald Sitter sitter.harald at gmail.com
Mon Oct 21 15:23:31 UTC 2013


build-efi-images references EFI/ubuntu:
"$grub_mkimage" -O "$platform" -o "$outdir/grub$efi_name.efi" \
	-d "$grub_core" -p /EFI/ubuntu $GRUB_MODULES

everything else in the world uses bootloader_id such that EFI/kubuntu gets used:
if [ "$bootloader_id" ] && [ -d "/boot/efi/EFI/$bootloader_id" ]; then

Since the images however reference EFI/ubuntu installations are broken... so I guess the options are
a) create 2 sets of images (one for /ubuntu and for /kubuntu)
b) find a way to make the images generic such that both work
c) change everything else in the world to not use bootloader_id


** Changed in: grub2 (Ubuntu)
   Importance: Undecided => High

** Changed in: grub2 (Ubuntu)
       Status: Confirmed => Triaged

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

Title:
  UEFI install broken on Kubuntu 13.10

Status in “grub2” package in Ubuntu:
  Triaged

Bug description:
  Kubuntu 13.10 is broken for UEFI installs. You will just get the grub2
  cli after reinstall..

  Its a really stupid bug - with a really easy fix - you just need to
  copy the kubuntu folder in the efi directory to ubuntu.

  i.e

  sudo cp -rv /boot/efi/EFI/kubuntu /boot/efi/EFI/ubuntu

  Will 'fix' it.

  It looks like its effecting various people

  i.e - randomly found this.

  http://www.kubuntuforums.net/showthread.php?63589-13-10-64Bit-Beta1
  -UEFI-GRUB-Not-Working-After-Install

  To fix this surely the 13.10 .iso will have to be rebuilt?

  This is a Kubuntu speficic bug - Ubuntu 13.10 is fine.

  ------------------------
  1) The release of Ubuntu you are using, via 'lsb_release -rd' or System -> About Ubuntu

  13.10 - kubuntu

  2) The version of the package you are using, via 'apt-cache policy
  pkgname' or by checking in Software Center

  $ dpkg -l |grep grub

  ii  grub-common                           2.00-19ubuntu2                      amd64        GRand Unified Bootloader (common files)
  ii  grub-efi-amd64                        2.00-19ubuntu2                      amd64        GRand Unified Bootloader, version 2 (EFI-AMD64 version)
  ii  grub-efi-amd64-bin                    2.00-19ubuntu2                      amd64        GRand Unified Bootloader, version 2 (EFI-AMD64 binaries)
  ii  grub-efi-amd64-signed                 1.22+2.00-19ubuntu2                 amd64        GRand Unified Bootloader, version 2 (EFI-AMD64 version, signed)
  ii  grub2-common                          2.00-19ubuntu2                      amd64        GRand Unified Bootloader (common files for version 2)

  3) What you expected to happen

  The install to work

  4) What happened instead

  Install not able to boot - just grub2 cli - had to manually copy the
  efi directory to 'ubuntu' to 'fix' it

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: grub-efi-amd64 2.00-19ubuntu2
  ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
  Uname: Linux 3.11.0-12-generic x86_64
  ApportVersion: 2.12.5-0ubuntu2
  Architecture: amd64
  Date: Sun Oct 20 20:00:54 2013
  InstallationDate: Installed on 2013-10-20 (0 days ago)
  InstallationMedia: Kubuntu 13.10 "Saucy Salamander" - Release amd64 (20131016.1)
  MarkForUpload: True
  ProcEnviron:
   LANGUAGE=en_GB:en
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  SourcePackage: grub2
  UpgradeStatus: No upgrade log present (probably fresh install)

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



More information about the foundations-bugs mailing list