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
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2014-06-06
Unfortunately there's no rEFInd entry on my efibootmgr.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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
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?
You should be able to get it to work by adjusting the boot order with the
efibootmgr
command in Linux, as in:This example changes
BootOrder
from 3,0,6,1 to 0,3,6,1 -- it makesrEFInd
the top item rather thanubuntu
. You'll need to adjust the specific numbers for your own system, of course.Unfortunately there's no rEFInd entry on my efibootmgr.
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 thebcdedit
command under Windows and thebcfg
command in an EFI shell, too. If all these tools fail, you might need to resort to renaming the boot files, as noted here.