Badruzeus Posted January 4, 2019 Share Posted January 4, 2019 4 hours ago, Slice said: See Searching ZFS for Clover OK, "zfs_x64.efi" is installed on /EFI/CLOVER/drivers64UEFI/ I was actually, referring to this part but I found no BSD entry loader on it. Adding this line is definitely possible, it detected by Clover and BSD System boot just fine (plus os_ghostbsd.icns for GUI): { L"\\EFI\\boot\\bootx64-trueos.efi", L"GhostBSD EFI boot menu", L"ghostbsd,linux", "GhostBSD" }, ..though sorry for my script kiddie, it' s wrong bcoz BSD is not Linux for sure. Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/729/#findComment-2657201 Share on other sites More sharing options...
apianti Posted January 4, 2019 Share Posted January 4, 2019 That's a list of icons, you don't need to put linux there, lol. Just do ghostbsd,bsd and make both icons if you want. You can't have both ghostbsd and trueos installed then? That's stupid. 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/729/#findComment-2657215 Share on other sites More sharing options...
Matgen84 Posted January 4, 2019 Share Posted January 4, 2019 Hi @Slice Thanks for commit r4833: If I understand well Goldfish64's readme, it works only for Intel HD. My system use HDMI audio via my Nvidia graphic card. How can I have sound at startup on Clover GUI in this case. There is a solution. Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/729/#findComment-2657217 Share on other sites More sharing options...
Badruzeus Posted January 4, 2019 Share Posted January 4, 2019 (edited) 1 hour ago, apianti said: That's a list of icons, you don't need to put linux there, lol. Just do ghostbsd,bsd and make both icons if you want. You can't have both ghostbsd and trueos installed then? That's stupid. Oh I see, now much better with "os_unknown.icns" instead of wrong generic "os_linux.icns" for BSD System LoL (if there's no os_ghostbsd.icns provided with a theme used). #EDIT: Nevermind, no longer using "os_unknown.icns" if there's "os_bsd.icns" on /icons dir (which previously was missing). Edited January 4, 2019 by Badruzeus Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/729/#findComment-2657218 Share on other sites More sharing options...
Slice Posted January 4, 2019 Share Posted January 4, 2019 31 minutes ago, Matgen84 said: Hi @Slice Thanks for commit r4833: If I understand well Goldfish64's readme, it works only for Intel HD. My system use HDMI audio via my Nvidia graphic card. How can I have sound at startup on Clover GUI in this case. There is a solution. VoodooHDA works with HDMI as well as with non-Intel chipsets so yes it's possible just requires a work. 1 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/729/#findComment-2657219 Share on other sites More sharing options...
SavageAUS Posted January 4, 2019 Share Posted January 4, 2019 (edited) 1 hour ago, Matgen84 said: Hi @Slice Thanks for commit r4833: If I understand well Goldfish64's readme, it works only for Intel HD. My system use HDMI audio via my Nvidia graphic card. How can I have sound at startup on Clover GUI in this case. There is a solution. I am unable to build r4833 until i downloaded AudioPkg-master.zip from https://github.com/Goldfish64/AudioPkg and extract it to my edk2 folder and rename it. Is this what you did also? After using the guide from Slice i cannot get sound to work on my laptop even though while setting it up in clover shell i had audio. Is the issue my conversion? Mac Startup.wav Edited January 4, 2019 by SavageAUS Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/729/#findComment-2657223 Share on other sites More sharing options...
MICKHAEL Posted January 4, 2019 Share Posted January 4, 2019 53 minutes ago, SavageAUS said: check this file and if you could, share your r4833 build please sound.wav 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/729/#findComment-2657226 Share on other sites More sharing options...
SavageAUS Posted January 4, 2019 Share Posted January 4, 2019 (edited) 1 hour ago, MICKHAEL said: check this file and if you could, share your r4833 build please sound.wav Will do when I get a chance. I converted my file as slice described and also tried 1 and 2 channel but neither work. Hopefully his test file will work. Edit: test file works fine so it’s my conversion. Edit2: All working now. Attached mac startup chime working with clover for anyone who wants it. Clover_v2.4k_r4833.pkg macstart.wav Edited January 4, 2019 by SavageAUS Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/729/#findComment-2657228 Share on other sites More sharing options...
SavageAUS Posted January 4, 2019 Share Posted January 4, 2019 3 hours ago, Badruzeus said: @Slice Following your guide, it doesn't work on my mach till I also placed "BootChimeDxe.efi" on ../drivers64UEFI But weird is, I hear StartUp sound after Clover GUI, not before it.. on the contrary as what you said. Anyway, I built AudioPkg under Linux with GCC5 (debbuild.sh), how if using macOS? Thanks. r4833_plus_AudioPkg.zip Try the file attached in the theme folder your currently using. macstart.wav Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/729/#findComment-2657239 Share on other sites More sharing options...
Matgen84 Posted January 4, 2019 Share Posted January 4, 2019 Hi again @Slice Could you add AudioPkg to Ext-Package: it will be more easy to build Clover than add AudioPkg manually method. Please. Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/729/#findComment-2657252 Share on other sites More sharing options...
Slice Posted January 4, 2019 Share Posted January 4, 2019 I propose to add AudioDxe into Clover instead of whole package. For this moment you have to add ready-to-use-binaries. 3 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/729/#findComment-2657254 Share on other sites More sharing options...
Matgen84 Posted January 4, 2019 Share Posted January 4, 2019 7 minutes ago, Slice said: I propose to add AudioDxe into Clover instead of whole package. For this moment you have to add ready-to-use-binaries. Thanks for reply. I must use binaries. If I copy AudioPkg in src/UDK2018, I can't build Clover because I've this issue: build.py... /Users/mathieu/src/UDK2018/Clover/Library/WaveLib/WaveLib.inf(35): error 000E: File/directory not found in workspace /Users/mathieu/src/UDK2018/AudioPkg/AudioPkg.dec Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/729/#findComment-2657257 Share on other sites More sharing options...
al6042 Posted January 4, 2019 Share Posted January 4, 2019 You guys should definitely add a volume value for the chime... I just checked the stuff on my Skylake WoodenBox with an Headset and it almost blew my head off.... Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/729/#findComment-2657267 Share on other sites More sharing options...
SavageAUS Posted January 4, 2019 Share Posted January 4, 2019 (edited) You guys should definitely add a volume value for the chime... I just checked the stuff on my Skylake WoodenBox with an Headset and it almost blew my head off.... Clearly you didn’t follow instructions. Tuning.Before first start you have to tune your sound system.Start Clover, goto Shell.Shell> fs0:fs0:> cd EFI\CLOVER\toolsfs0:EFI\CLOVER\tools>BootChimeCfg.efiYou will see all options-l -- list all devices. See and choose.Then you have to configure and hear.BootChimeCfg.efi -s 1 -v 60 -t Audio Output=1 and Sound Volume=60% will be stored in NVRAM and will be used by Clover after next restart. Edited January 4, 2019 by SavageAUS Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/729/#findComment-2657269 Share on other sites More sharing options...
al6042 Posted January 4, 2019 Share Posted January 4, 2019 You're right, I didn't saw that entry... Thanks for the hint. Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/729/#findComment-2657270 Share on other sites More sharing options...
Matgen84 Posted January 4, 2019 Share Posted January 4, 2019 (edited) Hi Guys Despite of Slice's guide, I haven't any sound: AudioDxe isn't compatible with external HDMI. I use Nvidia HDMI audio output on my desktop. From Goldfish64 Readme file: AudioPkg is a set of drivers/applications for supporting audio (currently only Intel HD audio) under UEFI. Edited January 4, 2019 by Matgen84 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/729/#findComment-2657274 Share on other sites More sharing options...
al6042 Posted January 4, 2019 Share Posted January 4, 2019 Tried it on a H170N-Wifi, which only uses the HD530. Since the Boards has two HDMI outlets I tested the following on both HDMI ports, but couldn't get a tone out of it. Switching to "-s 2" I could hear the chime, while i had a headset plugged in at green rear. Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/729/#findComment-2657275 Share on other sites More sharing options...
kgp Posted January 4, 2019 Share Posted January 4, 2019 I was off for some days. Maybe this has been explained already somewhere else. Anyway, my problem is that when building the current clover revision with Build Clover command, I get the following error: Processing meta-data . build.py... ~/src/edk2/Clover/Library/WaveLib/WaveLib.inf(35): error 000E: File/directory not found in workspace ~/src/edk2/AudioPkg/AudioPkg.de How to solve this issue? 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/729/#findComment-2657277 Share on other sites More sharing options...
Matgen84 Posted January 4, 2019 Share Posted January 4, 2019 6 minutes ago, KGP-iMacPro said: I was off for some days. Maybe this has been explained already somewhere else. Anyway, my problem is that when building the current clover revision with Build Clover command, I get the following error: Processing meta-data . build.py... ~/src/edk2/Clover/Library/WaveLib/WaveLib.inf(35): error 000E: File/directory not found in workspace ~/src/edk2/AudioPkg/AudioPkg.de How to solve this issue? I think Build_Clover.command will be update. You can post this issue to the Build_Clover topic. 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/729/#findComment-2657280 Share on other sites More sharing options...
Slice Posted January 4, 2019 Share Posted January 4, 2019 5 hours ago, KGP-iMacPro said: I was off for some days. Maybe this has been explained already somewhere else. Anyway, my problem is that when building the current clover revision with Build Clover command, I get the following error: Processing meta-data . build.py... ~/src/edk2/Clover/Library/WaveLib/WaveLib.inf(35): error 000E: File/directory not found in workspace ~/src/edk2/AudioPkg/AudioPkg.de How to solve this issue? Rev 4834. Just wonder how can I compile before. 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/729/#findComment-2657302 Share on other sites More sharing options...
apianti Posted January 5, 2019 Share Posted January 5, 2019 Because you had AudioPkg in your edk2 workspace. 1 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/729/#findComment-2657313 Share on other sites More sharing options...
chris1111 Posted January 5, 2019 Share Posted January 5, 2019 here attaching Mac Chime.aiff Mac Chime.aiff.zip Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/729/#findComment-2657316 Share on other sites More sharing options...
apianti Posted January 5, 2019 Share Posted January 5, 2019 16 hours ago, Matgen84 said: Hi @Slice Thanks for commit r4833: If I understand well Goldfish64's readme, it works only for Intel HD. My system use HDMI audio via my Nvidia graphic card. How can I have sound at startup on Clover GUI in this case. There is a solution. No, it just doesn't work for HDMI or digital outputs, there are both intel and nvidia controllers and many audio codecs supported. 16 hours ago, Slice said: VoodooHDA works with HDMI as well as with non-Intel chipsets so yes it's possible just requires a work. Yes, just need to add digital support, but there is intel and nvidia chipsets support already, the only other one would be amd, that I know of. Don't confuse the controller chipset with the codec chipset. https://en.wikipedia.org/wiki/Intel_High_Definition_Audio#Host_controller https://en.wikipedia.org/wiki/Sound_card#Integrated_sound_hardware_on_PC_motherboards Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/729/#findComment-2657318 Share on other sites More sharing options...
Sherlocks Posted January 5, 2019 Share Posted January 5, 2019 (edited) @Slice thank you for boot sound. i have a question. how can i reset BootChimeCfg.efi(return original)? also current gui screen -> play boot sound -> scan drive -> clover gui screen. when play boot sound, hold 3sec(follow wav sound length), can we play boot sound with clover gui at the same time? Edited January 5, 2019 by Sherlocks Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/729/#findComment-2657328 Share on other sites More sharing options...
Slice Posted January 5, 2019 Share Posted January 5, 2019 40 minutes ago, Sherlocks said: @Slice thank you for boot sound. i have a question. how can i reset BootChimeCfg.efi(return original)? also current gui screen -> play boot sound -> scan drive -> clover gui screen. when play boot sound, hold 3sec(follow wav sound length), can we play boot sound with clover gui at the same time? I think -x will be answer to your question. There is StartPlaybackAsync but it is still not full developed. 2 Link to comment https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page/729/#findComment-2657332 Share on other sites More sharing options...
Recommended Posts