rEFind doal boot option disappeared after ubuntu 14 to 16 upgrade

user967710

I had a dual boat rEFind with osx and ubuntu 14. I just upgraded to ubuntu 16. Now it doesn't appear at all. I get ubuntu on every startup without the usual boot screen I had.

Rod Smith

You've encountered what I call a boot coup -- the update from Ubuntu 14[.04?] to 16[.04?] has made GRUB the default boot manager, bypassing rEFInd. rEFInd is probably still installed and can be made the default again in several ways, or there are other things you might do:

  • Use refind-mkdefault -- This script, which comes with rEFInd, will probably fix the problem. If you installed rEFInd in OS X, it won't be in the path from Ubuntu, so you'd need to find it on your OS X partition or obtain a version in Ubuntu. The most direct way is to download it from rEFInd's Sourceforge repository.
  • Use efibootmgr -- You can type sudo efibootmgr -v to see all your boot options and the current boot order (the BootOrder line). If you can figure out which option is rEFInd (it probably refers to refind_x64.efi), you can then change the boot order with the -o option, as in sudo efibootmgr -o xxxx[,yyyy,zzzz], where xxxx is the Boot#### option for rEFInd and subsequent numbers refer to alternative boot options. This is what refind-mkdefault does; the script just does it automatically.
  • Use bless -- If you can boot to OS X (by using Alt or Option as you power on the computer), you can use the bless utility in OS X to restore rEFInd as the main boot program. You'd follow steps 1, 2, and 8 in the manual rEFInd OS X installation procedure. Note that, if you're using a recent version of OS X, you might run into problems with SIP.
  • Re-install rEFInd -- You could install the rEFInd PPA or Debian package in Ubuntu; or use the Alt or Option key as you power on the computer to do a one-time boot to OS X and re-install rEFInd there. This option is overkill, and so might accidentally make a change you don't intend, but it can be relatively easy. On Macs, I recommend doing the re-installation from OS X if possible, although you might run into issues with SIP.
  • Keep using GRUB -- Presumably GRUB is controlling the boot process now. In theory, it should show you a boot menu that will enable booting either Ubuntu or OS X; however, it's not clear from your description if that's the case. If not, or if the OS X option doesn't work, GRUB Customizer might help you get it working better.

Your personal preferences and skill level come into play, but overall, I'd say you should try these options in more-or-less the order noted.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

Hibernation disappeared in Ubuntu 16.04 after a kernel upgrade

From Dev

Stuck at fsck "/dev/sda1: clean xxx/xxx files [...] " after upgrade to Ubuntu 16 from 14

From Dev

Stuck at fsck "/dev/sda1: clean xxx/xxx files [...] " after upgrade to Ubuntu 16 from 14

From Dev

Ubuntu 15.10 GRUB menu option disappeared after updating Ubuntu 14.04

From Dev

Dock disappeared after upgrade to Ubuntu 19.10, only visible in Activities overview

From Dev

Dock disappeared after upgrade to Ubuntu 19.10, only visible in Activities overview

From Dev

wlan0 interface disappeared after upgrade to ubuntu 15.10

From Dev

Ubuntu installation succeeded, but HDD boot option disappeared from BIOS

From Dev

Ubuntu installation succeeded, but HDD boot option disappeared from BIOS

From Dev

Dual Boot - Ubuntu disappeared

From Dev

No boot option after installing Ubuntu

From Dev

Device not managed after upgrade to ubuntu 16

From Dev

Can't boot Ubuntu after update to MacOS Sierra in dual boot with rEFInd

From Dev

Ubuntu won't boot after kernel upgrade

From Dev

Trash icon and files have disappeared from the desktop after upgrade to Ubuntu 19.04

From Dev

EFI boot Ubuntu 14.04 on a Mac without rEFInd

From Dev

High Sierra Preventing Boot Into Ubuntu with rEFInd

From Dev

Solaris 11.3 upgrade - rpool changes after upgrade disappeared after restart

From Dev

WiFi hotspot option disabled after upgrade to Ubuntu 20.04

From Dev

rEFInd showing multiple ubuntu after update

From Dev

rEFInd showing multiple ubuntu after update

From Dev

GRUB disappeared from Boot Menu after UEFI (BIOS) upgrade on Thinkpad X1 Carbon gen5

From Dev

Ubuntu not listed as a Boot option after using Boot Repair

From Dev

No option to boot Ubuntu after Windows 10 update in dual boot

From Dev

No boot option after dual boot Windows 7 and Ubuntu 13.10

From Dev

Ubuntu 12.10 won't boot after Nvidia drivers upgrade

From Dev

Cannot boot into rEFIt (to choose Ubuntu) on Mac after Yosemite upgrade

From Dev

Can't boot Ubuntu anymore after attempting upgrade

From Dev

Cannot boot into rEFIt (to choose Ubuntu) on Mac after Yosemite upgrade

Related Related

  1. 1

    Hibernation disappeared in Ubuntu 16.04 after a kernel upgrade

  2. 2

    Stuck at fsck "/dev/sda1: clean xxx/xxx files [...] " after upgrade to Ubuntu 16 from 14

  3. 3

    Stuck at fsck "/dev/sda1: clean xxx/xxx files [...] " after upgrade to Ubuntu 16 from 14

  4. 4

    Ubuntu 15.10 GRUB menu option disappeared after updating Ubuntu 14.04

  5. 5

    Dock disappeared after upgrade to Ubuntu 19.10, only visible in Activities overview

  6. 6

    Dock disappeared after upgrade to Ubuntu 19.10, only visible in Activities overview

  7. 7

    wlan0 interface disappeared after upgrade to ubuntu 15.10

  8. 8

    Ubuntu installation succeeded, but HDD boot option disappeared from BIOS

  9. 9

    Ubuntu installation succeeded, but HDD boot option disappeared from BIOS

  10. 10

    Dual Boot - Ubuntu disappeared

  11. 11

    No boot option after installing Ubuntu

  12. 12

    Device not managed after upgrade to ubuntu 16

  13. 13

    Can't boot Ubuntu after update to MacOS Sierra in dual boot with rEFInd

  14. 14

    Ubuntu won't boot after kernel upgrade

  15. 15

    Trash icon and files have disappeared from the desktop after upgrade to Ubuntu 19.04

  16. 16

    EFI boot Ubuntu 14.04 on a Mac without rEFInd

  17. 17

    High Sierra Preventing Boot Into Ubuntu with rEFInd

  18. 18

    Solaris 11.3 upgrade - rpool changes after upgrade disappeared after restart

  19. 19

    WiFi hotspot option disabled after upgrade to Ubuntu 20.04

  20. 20

    rEFInd showing multiple ubuntu after update

  21. 21

    rEFInd showing multiple ubuntu after update

  22. 22

    GRUB disappeared from Boot Menu after UEFI (BIOS) upgrade on Thinkpad X1 Carbon gen5

  23. 23

    Ubuntu not listed as a Boot option after using Boot Repair

  24. 24

    No option to boot Ubuntu after Windows 10 update in dual boot

  25. 25

    No boot option after dual boot Windows 7 and Ubuntu 13.10

  26. 26

    Ubuntu 12.10 won't boot after Nvidia drivers upgrade

  27. 27

    Cannot boot into rEFIt (to choose Ubuntu) on Mac after Yosemite upgrade

  28. 28

    Can't boot Ubuntu anymore after attempting upgrade

  29. 29

    Cannot boot into rEFIt (to choose Ubuntu) on Mac after Yosemite upgrade

HotTag

Archive