sileshn / Ryzentosh

Opencore files to run MacOS Catalina to Sequoia on AMD Ryzen 5 3600 CPU, AMD Radeon RX570 4gb GPU and Gigabyte B450 Aorus Elite motherboard using the BsxOc1 theme.
MIT License
232 stars 43 forks source link

What is the method used to boot Manjaro Linux? #17

Closed fhilipecrash closed 1 year ago

fhilipecrash commented 1 year ago

Hi, I would like to know how you did to boot Manjaro Linux, I currently use OpenLinuxBoot but I find it limited because I haven't found out how to pass parameters to the kernel at boot time. Do you chainload with GRUB and the like or do you use an entry for EFISTUB? I couldn't identify the method looking at your config.plist

sileshn commented 1 year ago

None of this is required for me. I install manjaro in a separate disk with its own efi partition. OC picks it up automatically. For the icon, I add the manjaro.icns from my theme to the manjaro efi folder renamed as .VolumeIcon.icns

fhilipecrash commented 1 year ago

Exactly, from what I could see OpenLinuxBoot uses some GRUB binaries and configurations to work, so I simply generated the grub.cfg file based on the /etc/default/grub file parameters. That's why I closed the issue because thinking a little I managed to solve my problem