skiffos / SkiffOS

Any Linux distribution, anywhere.
https://skiffos.com
MIT License
699 stars 52 forks source link

intel/desktop: use GRUB2 to chainload rEFInd #244

Closed paralin closed 2 years ago

paralin commented 2 years ago

Some platforms (Lenovo Laptops) don't detect the rEFInd EFI correctly.

Use grub2 to chainload the rEFInd binary:

set default="0"
set timeout="1"

menuentry "Refind" {
        chainloader /EFI/refind/refind_x64.efi
}
paralin commented 2 years ago

cc @peterwilli not sure if you have done your testing w/ intel/desktop yet but this is relevant.

peterwilli commented 2 years ago

I have but not the second distro thing yet. I'll try both today (I hope, have to prepare a lot for vacation)

paralin commented 2 years ago

Most EFi issues are solved with fixes to refind, there were some mistakes in how it was setup. I'll re-open this again if I can't figure out how to get refind to work reliably.