Jump to content

OpenCore General Discussion


dgsga
8,805 posts in this topic

Recommended Posts

2 minutes ago, ghost8282 said:

Again you are missing a lot of information.

Imagine to be one of us, how can we be of any help for you if you don't provide oc logs, opencore config, oc efi folder, you system specs, ioreg tree?

You said you can boot with clover, so why not attaching also your clover config?

ok sory 

config.plist

OC 2.zip

Link to comment
Share on other sites

Your EFI is a total mess...

I strongly recommend to read the Configuration.pdf file as I wrote before.

You are using keySupport and keyboard drivers, you are loading apfsdriverloader and your config has also the apfs section, kexts everywhere, please read documents and start again from scratch.

Link to comment
Share on other sites

1 minute ago, ghost8282 said:

Your EFI is a total mess...

I strongly recommend to read the Configuration.pdf file as I wrote before.

You are using keySupport and keyboard drivers, you are loading apfsdriverloader and your config has also the apfs section, kexts everywhere, please read documents and start again from scratch.

oh come on just tell me which kext to kick out and maybe delete a section

  • Confused 1
Link to comment
Share on other sites

25 minutes ago, markl18 said:

oh come on just tell me which kext to kick out and maybe delete a section

I got this thing to boot once than I started worying about wifi and stuff maybe to get touch to work thats why there are some extra kexts in there

Link to comment
Share on other sites

Anyone know how to add a device property changing the 'Device Name' for a Device Path in Config.Plist?

 

Have an JMB585 controller that shows up as '???' for Device Name in Hackintool. 

 

Its cosmetic purely.

 

Not a big deal.

 

Thanks

Link to comment
Share on other sites

19 hours ago, anmool said:

 

i have also this issue 

this issue is not related of openCanopy

when i compiled with latest commit changes  and add Bootprotect to config to None then completely disappear my windows partition from boot Menu

this is behavior of bootstrap.efi and bootprotect

@vit9696 are we missing something else?

Same problem here. With last commit my Windows partition disappear from bootpicker.

 

Edit: I just find out, that with DEBUG version of OpenCore this problem is not present.

Edited by darthsian
Link to comment
Share on other sites

Is there a "XMPDetection=Yes" section I'm missing in OpenCore? Everything is running sweet, but when i turn on XMP in my bios, system wont boot (kernel panics). Gigabyte X99P-SLi motherboard, RAMis rated at 3200mhz but only shows 2133mhz in 10.14.6

Link to comment
Share on other sites

On 4/24/2020 at 8:24 PM, MacNB said:

 

Yes you can.

After vit9696's explanation, Windows partition's icon can be displayed too.

 

Here's what mine looks like:

 

IMG_1712.thumb.jpg.c285963dff188d4da7e8e38c672b1db2.jpg

 

See Configuration.pdf Section 8.3 (5) - PickerAttributes.

It'd early days for OpenCanopy (pre-release) so not all features are implemented and/or working.

 

This is what I did:

1. Set PickerAttributes=1

2. Create your icons. I used Image2icon App and rename it .VolumeIcon.icns

3. For APFS volumes, I had to mount the preboot partition (diskutil mount diskXsy) and copy the .VolumeIcon.icns to the root of the preboot partition. Unmount the partition (diskutil unmount diskXsy)

4. For HFS volume, just copy the .VolumeIcon.icns to the root of the volume 

5. For Windows, copy the .VolumeIcon.icns file to the root of EFI partition from where Windows boots. 

 

YMMV

 

EDIT:

Here's what preboot looks like:


% ls -ail /volumes/preboot
total 10432
    2 drwxr-xr-x@  5 root  wheel      160 11 Apr 15:45 .
24273 drwxr-xr-x  10 root  wheel      320 24 Apr 12:03 ..
  153 d-wx--x--t   4 root  wheel      128 24 Feb 18:16 .Trashes
 1236 -rw-r--r--@  1 root  wheel  2193241 14 Apr 19:00 .Volumeicon.icns
   16 drwxr-xr-x   7 root  wheel      224 22 Nov  2018 E279060B-74D4-3B85-A4C4-6835F84A3C7A
% 

Here's what the EFI folder (where Windows is booted from):


% ls -ail /volumes/efi
total 5184
        2 drwxrwxrwx@  1 MacNB  staff     1024 24 Apr 12:43 .
    24273 drwxr-xr-x  10 root    wheel      320 24 Apr 13:56 ..
   193933 drwxrwxrwx   1 MacNB  staff      512 16 Dec  2017 .TemporaryItems
        3 drwxrwxrwx@  1 MacNB  staff      512 24 Apr 13:56 .Trashes
    26897 -rwxrwxrwx@  1 MacNB  staff  2192190 14 Apr 21:39 .VolumeIcon.icns
        4 -rwxrwxrwx   1 MacNB  staff     4096  2 Dec  2016 ._.Trashes
    26889 -rwxrwxrwx   1 MacNB  staff     4096 24 Apr 12:43 ._.VolumeIcon.icns
    26887 drwxrwxrwx   1 MacNB  staff      512 24 Apr 13:56 .fseventsd
999999999 -rwxrwxrwx   1 MacNB  staff        0  2 Oct  2017 .metadata_never_index
     1530 drwxrwxrwx   1 MacNB  staff     1024  7 Nov  2018 EFI
   332437 -rwxrwxrwx   1 MacNB  staff   450048 27 Sep  2017 boot
% 

 

Can you share your icons please. 

Link to comment
Share on other sites

On 4/24/2020 at 8:24 PM, MacNB said:

 

Yes you can.

After vit9696's explanation, Windows partition's icon can be displayed too.

 

Here's what mine looks like:

 

IMG_1712.thumb.jpg.c285963dff188d4da7e8e38c672b1db2.jpg

 

See Configuration.pdf Section 8.3 (5) - PickerAttributes.

It'd early days for OpenCanopy (pre-release) so not all features are implemented and/or working.

 

This is what I did:

1. Set PickerAttributes=1

2. Create your icons. I used Image2icon App and rename it .VolumeIcon.icns

3. For APFS volumes, I had to mount the preboot partition (diskutil mount diskXsy) and copy the .VolumeIcon.icns to the root of the preboot partition. Unmount the partition (diskutil unmount diskXsy)

4. For HFS volume, just copy the .VolumeIcon.icns to the root of the volume 

5. For Windows, copy the .VolumeIcon.icns file to the root of EFI partition from where Windows boots. 

 

YMMV

 

EDIT:

Here's what preboot looks like:


% ls -ail /volumes/preboot
total 10432
    2 drwxr-xr-x@  5 root  wheel      160 11 Apr 15:45 .
24273 drwxr-xr-x  10 root  wheel      320 24 Apr 12:03 ..
  153 d-wx--x--t   4 root  wheel      128 24 Feb 18:16 .Trashes
 1236 -rw-r--r--@  1 root  wheel  2193241 14 Apr 19:00 .Volumeicon.icns
   16 drwxr-xr-x   7 root  wheel      224 22 Nov  2018 E279060B-74D4-3B85-A4C4-6835F84A3C7A
% 

Here's what the EFI folder (where Windows is booted from):


% ls -ail /volumes/efi
total 5184
        2 drwxrwxrwx@  1 MacNB  staff     1024 24 Apr 12:43 .
    24273 drwxr-xr-x  10 root    wheel      320 24 Apr 13:56 ..
   193933 drwxrwxrwx   1 MacNB  staff      512 16 Dec  2017 .TemporaryItems
        3 drwxrwxrwx@  1 MacNB  staff      512 24 Apr 13:56 .Trashes
    26897 -rwxrwxrwx@  1 MacNB  staff  2192190 14 Apr 21:39 .VolumeIcon.icns
        4 -rwxrwxrwx   1 MacNB  staff     4096  2 Dec  2016 ._.Trashes
    26889 -rwxrwxrwx   1 MacNB  staff     4096 24 Apr 12:43 ._.VolumeIcon.icns
    26887 drwxrwxrwx   1 MacNB  staff      512 24 Apr 13:56 .fseventsd
999999999 -rwxrwxrwx   1 MacNB  staff        0  2 Oct  2017 .metadata_never_index
     1530 drwxrwxrwx   1 MacNB  staff     1024  7 Nov  2018 EFI
   332437 -rwxrwxrwx   1 MacNB  staff   450048 27 Sep  2017 boot
% 

 

Can you share your icons please. 

Link to comment
Share on other sites

On 4/25/2020 at 3:13 PM, SavageAUS said:

Can you share your icons please. 

 

Here you go.

INTG-120GB-icon-1024.icns

INTG-240GB-icon-1024.icns

MX300-ssd-1024.icns

Sabrent-1TB-NVMe.icns

 

Edit: Also added 256x256 low-res icons recommended by @Andrey1970

MacNB-Low-Res-256-Icons.zip

Edited by MacNB
Added low-res 256x256 icons
  • Like 1
Link to comment
Share on other sites

From the Open Core Boot Menu, how do I set the picker to pick by default #2 instead of always defaulting to #1.   Also is there way to auto mount my EFI upon startup.  My Nvram is setup for legacy and is working.  I also enabled AllowSetDefault from Misc/Security and at boot menu Ctrl+Enter does nothing.  I also tried by going to  MacOS System preferences and startup disk but I get an message can't change startup disk to selected disk, nvram tool was unable to set a preference.

 

Find attached my config.plist

 

Thanks!

config.plist

Link to comment
Share on other sites

6 hours ago, darthsian said:

Same problem here. With last commit my Windows partition disappear from bootpicker.

 

Edit: I just find out, that with DEBUG version of OpenCore this problem is not present.

Yes the debug version of OpenCore this problem is not present

windows partition is disappear in release version

Link to comment
Share on other sites

×
×
  • Create New...