Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Search line in /etc/grub.d/40_custom is not generic #23

Open
bengtfredh opened this issue Feb 6, 2021 · 0 comments
Open

Search line in /etc/grub.d/40_custom is not generic #23

bengtfredh opened this issue Feb 6, 2021 · 0 comments

Comments

@bengtfredh
Copy link

Can be good idea to put instruction that you need to adjust the search line in 40_custom for your system. Most easy is probably to find out what search line is on your system with something like this:

# grep "set=root" `find /boot -name "grub.cfg"` | tail -1

output: search --no-floppy --fs-uuid --set=root 00000000-0000-0000-0000-000000000000

40_custom can look like this:

search --no-floppy --fs-uuid --set=root 00000000-0000-0000-0000-000000000000
chainloader (${root})/EFI/custom/apple_set_os.efi
boot

Confirmed to work on:

  • MacBookPro11,4 (Retina Iris Pro)
  • Big Sur
  • Fedora 33 btrfs Workstation
  • Kernel 5.10.12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant