On Tue, Mar 31, 2015 at 09:11:26PM -0000, Peter wrote:
> $ sudo efibootmgr -v
> BootCurrent: 0001
> Timeout: 2 seconds
> BootOrder: 0004,2002,0000,2001
> Boot0000* Windows Boot Manager  
> HD(2,12c800,96000,46e7c798-af89-47a1-89ae-ebc2141a24b5)File(\EFI\Microsoft\Boot\bootmgfw.efi)RC
> Boot0001* Unknown Device:       
> HD(2,12c800,96000,46e7c798-af89-47a1-89ae-ebc2141a24b5)File(\EFI\ubuntu\shimx64.efi)RC
> Boot0002* ATAPI CDROM: MATSHITA DVD-RAM UJ8HC   
> ACPI(a0341d0,0)PCI(1f,2)SATA(1,0,0)CD-ROM(1,83f27,11c0)RC
> Boot0003* Unknown Device:       
> HD(2,12c800,96000,46e7c798-af89-47a1-89ae-ebc2141a24b5)File(\EFI\ubuntu\shimx64.efi)RC
> Boot0004* ubuntu        
> HD(2,12c800,96000,46e7c798-af89-47a1-89ae-ebc2141a24b5)File(\EFI\ubuntu\shimx64.efi)
> Boot0005* Unknown Device:       
> HD(2,12c800,96000,46e7c798-af89-47a1-89ae-ebc2141a24b5)File(\EFI\ubuntu\shimx64.efi)RC
> Boot2001* EFI USB Device        RC
> Boot2002* EFI DVD/CDROM RC
> Boot2003* EFI Network   RC

This shows a few interesting things:

- The disk path for both Boot0000 (the Windows boot entry) and Boot0004 (the
  Ubuntu boot entry) match, which indicates that the Ubuntu boot entry is
  correctly set up to use the same ESP that Windows was using.  Please
  confirm that /boot/efi/EFI/Microsoft/Boot/bootmgfw.efi and
  /boot/efi/EFI/ubuntu/shimx64.efi are both present on your system.
- The currently-booted option, Boot0001, is also pointing at the Ubuntu
  bootloader on the hard disk.  Can you describe exactly how you booted this
  system to Ubuntu?
- All of the boot entries in your list show "junk" characters, "RC", at the
  end of the device definition - *except* for Boot0004, which is the
  (non-functional) boot option created by the Ubuntu installer using
  efibootmgr.

I don't have a straightforward way to include this 'RC' for testing, and I
don't know what this is supposed to mean.  But since you have two other
ubuntu entries that do have the 'RC' appended already, we could try making
one of those the default and see what happens.

Could you try running:

  sudo efibootmgr --bootorder 0001,0004,2002,0000,2001

and rebooting, and see if this takes you to the grub menu on boot?

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

Title:
  I can't boot ubuntu after installing it dual-boot from kubuntu 14.10
  CD prallel to windows 8.1, UEFI secure boot, on an Acer Aspire E15.

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

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

Reply via email to