Menu

0.8.1, Mac: rEFInd vs. Grub

Anonymous
2014-05-27
2014-06-08
  • Anonymous

    Anonymous - 2014-05-27

    I'm not really sure what causes my problem. I'm trying to install openSUSE or Fedora on my second internal SSD in an encrypted LVM. I use the suggested partitions and it works except that I have to exit GRUB everytime I boot to get into rEFInd. Is there an easy way to make sure rEFInd starts up first or to disable GRUB's start? I got it working by messing around in Fedora's /boot- and /efi- (?) partitions by trial and error but that didn't work for openSUSE... And it's noobish :-D

     
  • Anonymous

    Anonymous - 2014-05-28

    The same happens when I install without LVM and encryption. Maybe GRUB goes first because it's on disk0 while the main disk with Mac OS (WDE) and rEFInd (ESP) on it is disk1? Or is this just normal behaviour and I missed any steps?

     
  • Roderick W. Smith

    You should be able to get it to work by adjusting the boot order with the efibootmgr command in Linux, as in:

    $ sudo efibootmgr 
    BootCurrent: 0000
    Timeout: 0 seconds
    BootOrder: 0003,0000,0006,0001
    Boot0000* rEFInd
    Boot0001* Lenovo Recovery System
    Boot0003* ubuntu
    Boot0006* Windows Boot Manager
    $ sudo efibootmgr -o 0,3,6,1
    

    This example changes BootOrder from 3,0,6,1 to 0,3,6,1 -- it makes rEFInd the top item rather than ubuntu. You'll need to adjust the specific numbers for your own system, of course.

     
  • Anonymous

    Anonymous - 2014-06-06

    Unfortunately there's no rEFInd entry on my efibootmgr.

     
  • Roderick W. Smith

    Then you need to add one, as described in step #6 of the rEFInd manual installation instructions. Note that some computers have buggy EFIs that forget these settings. Sometimes another tool works better than efibootmgr, so check the bcdedit command under Windows and the bcfg command in an EFI shell, too. If all these tools fail, you might need to resort to renaming the boot files, as noted here.

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.