Jump to content
1335 posts in this topic

Recommended Posts

15 minutes ago, LAbyOne said:

 

it has been moved to Duetpkg

so now the new path is:  Opencorepkg/UDK/DuetPkg/BootLoader/bin

 

i suggest you wait for ndk to make the new modifications. 

 

@btwise

The modification is already there: commit  1133914

Edited by Matgen84

Hi All

I can't boot windows 10 with Latest version 0.5.8

But 0.5.7 windows 10 can boot.1594144202_ScreenShot2020-05-03at7_02_12AM.png.821dd20f815d660763d5ddd77e7270cb.png

  • Confused 1

Hi all, 

Today at boot my OpenCore 0.5.8 displayed one msg that I can't read because is so quick, and today I tried and succeeded to take a photo from my screen and the result is the photo below. "OCS: No schema for Protocols at 5 index" what is this and how can I solve it?

IMG_6373.jpg

Edited by MorenoAv
20 minutes ago, MorenoAv said:

Hi all, 

Today at boot my OpenCore 0.5.8 displayed one msg that I can't read because is so quick, and today I tried and succeeded to take a photo from my screen and the result is the photo below. "OCS: No schema for Protocols at 5 index" what is this and how can I solve it?

IMG_6373.jpg

 

Protocols was renamed to ProtocolOverrides.

Always read Differences.pdf when you try a new build as certain config.plist entries may have changed, added or deleted.

 

47 minutes ago, MorenoAv said:

Hi @MacNB

Thanks to your answer, and I have read the Differences.pdf but didn't notice that, but I wanted to know if I have to do anything or not?

 

 

It's in the document but can be missed.

Just rename Protocols to ProtocolOverrides.

Hi all, 

Where are the dark icons in the icons folder? Or better said how can we change light with dark icons?

Thanks

@Matgen84 do you know how to make the change?

Edited by MorenoAv
11 hours ago, MorenoAv said:

Hi all, 

Where are the dark icons in the icons folder? Or better said how can we change light with dark icons?

Thanks

@Matgen84 do you know how to make the change?

 

Hi @MorenoAv

 

I don't test. Do you try To replace light icons sub-folder by dark icons sub-folder in your EFI folder: EFI/OC/Icons

17 hours ago, LAbyOne said:

@n.d.k

The bootpicker is failing to build right now, i guess the new changes to OC 0.5.9 broke something.

 

 

@n.d.k Same here of course.
 

Existing directory

 

/Users/mathieu/NdkBootPicker/NdkBootPicker/UDK/OpenCorePkg/Application/NdkBootPicker/NdkBootPicker.c:2545:26: error: no member named 'IsAuxiliary' in 'struct OC_BOOT_ENTRY_'
      BootEntries[Index].IsAuxiliary = Context->CustomEntries[CustomEntryIndex].Auxiliary;
      ~~~~~~~~~~~~~~~~~~ ^
/Users/mathieu/NdkBootPicker/NdkBootPicker/UDK/OpenCorePkg/Application/NdkBootPicker/NdkBootPicker.c:2562:34: error: no member named 'IsAuxiliary' in 'struct OC_BOOT_ENTRY_'
          || (BootEntries[Index].IsAuxiliary && !ShowAll)) {
              ~~~~~~~~~~~~~~~~~~ ^
/Users/mathieu/NdkBootPicker/NdkBootPicker/UDK/OpenCorePkg/Application/NdkBootPicker/NdkBootPicker.c:2644:41: error: no member named 'IsAuxiliary' in 'struct OC_BOOT_ENTRY_'
          && !BootEntries[DefaultEntry].IsAuxiliary
              ~~~~~~~~~~~~~~~~~~~~~~~~~ ^
/Users/mathieu/NdkBootPicker/NdkBootPicker/UDK/OpenCorePkg/Application/NdkBootPicker/NdkBootPicker.c:2734:50: error: no member named 'IsAuxiliary' in 'struct OC_BOOT_ENTRY_'
          && !BootEntries[VisibleList[KeyIndex]].IsAuxiliary
              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^
Building ... /Users/mathieu/NdkBootPicker/NdkBootPicker/UDK/Conf/.cache/EA4BB293-2D7F-4456-A681-1F22F42CD0BCShell.inf [X64]
/Users/mathieu/NdkBootPicker/NdkBootPicker/UDK/OpenCorePkg/Application/NdkBootPicker/NdkBootPicker.c:2840:7: error: too many arguments to function call, expected 2, have 6
      &Entries,
      ^~~~~~~~~
/Users/mathieu/NdkBootPicker/NdkBootPicker/UDK/OpenCorePkg/Include/Library/OcBootManagementLib.h:736:1: note: 'OcScanForBootEntries' declared here
OC_BOOT_CONTEXT *
^
/Users/mathieu/NdkBootPicker/NdkBootPicker/UDK/OpenCorePkg/Application/NdkBootPicker/NdkBootPicker.c:2894:7: error: implicit declaration of function 'OcFreeBootEntries' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
      OcFreeBootEntries (Entries, EntryCount);
      ^
/Users/mathieu/NdkBootPicker/NdkBootPicker/UDK/OpenCorePkg/Application/NdkBootPicker/NdkBootPicker.c:2954:7: error: implicit declaration of function 'OcFreeBootEntries' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
      OcFreeBootEntries (Entries, EntryCount);
      ^
7 errors generated.
make: *** [/Users/mathieu/NdkBootPicker/NdkBootPicker/UDK/Build/OpenCorePkg/DEBUG_XCODE5/X64/OpenCorePkg/Application/NdkBootPicker/NdkBootPicker/OUTPUT/NdkBootPicker.obj] Error 1


build.py...
 : error 7000: Failed to execute command
	make tbuild [/Users/mathieu/NdkBootPicker/NdkBootPicker/UDK/Build/OpenCorePkg/DEBUG_XCODE5/X64/OpenCorePkg/Application/NdkBootPicker/NdkBootPicker]


build.py...
 : error F002: Failed to build module
	/Users/mathieu/NdkBootPicker/NdkBootPicker/UDK/OpenCorePkg/Application/NdkBootPicker/NdkBootPicker.inf [X64, XCODE5, DEBUG]

- Failed -

 

Clean directory

 

/Users/mathieu/Desktop/NdkBootPicker-master/UDK/OpenCorePkg/Application/NdkBootPicker/NdkBootPicker.c:2954:7: error: implicit declaration of function 'OcFreeBootEntries' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
      OcFreeBootEntries (Entries, EntryCount);
      ^
7 errors generated.
make: *** [/Users/mathieu/Desktop/NdkBootPicker-master/UDK/Build/OpenCorePkg/DEBUG_XCODE5/X64/OpenCorePkg/Application/NdkBootPicker/NdkBootPicker/OUTPUT/NdkBootPicker.obj] Error 1


build.py...
 : error 7000: Failed to execute command
	make tbuild [/Users/mathieu/Desktop/NdkBootPicker-master/UDK/Build/OpenCorePkg/DEBUG_XCODE5/X64/OpenCorePkg/Application/NdkBootPicker/NdkBootPicker]


build.py...
 : error F002: Failed to build module
	/Users/mathieu/Desktop/NdkBootPicker-master/UDK/OpenCorePkg/Application/NdkBootPicker/NdkBootPicker.inf [X64, XCODE5, DEBUG]

- Failed -

 

Edited by Matgen84
22 minutes ago, MorenoAv said:

Thanks @Matgen84, but where are the sub folder in my OC/Icons?

I have built OC 0.5.9 yesterday night and it built with no errors, today I didn't try again...

 

@MorenoAv sorry for my poor English: I means replace icons folder (light) by icons folder (dark) from source.

  • Thanks 1

It's done, the icons were at OC Master N-D-K/Themes. 

Thanks one more time @Matgen84

PS: I have built OC 0.5.9 again to look for the black icons and it build well and without errors.

Edited by MorenoAv
  • Like 1

opencore-version DBG-059-2020-05-07

broke Ndkbootpicker.

04:430 00:039 OC: OpenCore is loaded, showing boot menu...
04:457 00:026 OC: Handing off to external boot controller
04:488 00:030 OC: Incompatible external GUI protocol - 2 vs 4
04:522 00:034 OC: Ready for takeoff in 5000 us

 

  • Sad 1
40 minutes ago, btwise said:

@ndk

Why haven't you updated OpenCore synchronously for many days?

Well, you can guess...

 

1st hypothesis would be he's really busy with some real life thing... 

 

2nd hypothesis, (suggested by my sick brain, and some other Sci-fi novel), would be, given the latest OC releases, in which as originally stated by them, any of the modified behaviour ported by ndk would never take place (as not needed), are almost all included now, wasting time to just have a background at boot is not really worth it.

But again i'm watching too many marvels s**t lately, so i'm not very lucid :P

 

Take my 1st as the good one ...

Edited by LAbyOne
  • Like 4
  • Haha 1
48 minutes ago, LAbyOne said:

Well, you can guess...

 

1st hypothesis would be he's really busy with some real life thing... 

 

2nd hypothesis, (suggested by my sick brain, and some other Sci-fi novel), would be, given the latest OC releases, in which as originally stated by them, any of the modified behaviour ported by ndk would never take place (as not needed), are almost all included now, wasting time to just have a background at boot is not really worth it.

But again i'm watching too many marvels s**t lately, so i'm not very lucid :P

 

Take my 1st as the good one ...

 

And NdkBootPicker in the future :cry: 

Hi I am new to hackintosh and my first post here.

I have 3 OS - windows, mac and pop!os booting from ndkbootpicker.

Can anyone tell me how can I change the name of OS and also the icon for OS.

I know that I have to write full path of OS EFI in config.plist under MISC/Entries/ like PciRoot(0x0)/Pci(0x1,0x1)/Pci(0x0,0x0)/NVMe(0x1,11-22-33-44-55-66-77-88)/HD(1,GPT,00000000-0000-0000-0000-000000000000,0x800,0x64000)/\EFI\BOOT\BOOTX64.EFI.

How do I find the path for my OS EFI in different partitions and how to change the icon in EFI bootpicker.

Any help or reference to guide will be really helpful.

Cheers!!!

Amit

3 hours ago, aky said:

Hi I am new to hackintosh and my first post here.

I have 3 OS - windows, mac and pop!os booting from ndkbootpicker.

Can anyone tell me how can I change the name of OS and also the icon for OS.

I know that I have to write full path of OS EFI in config.plist under MISC/Entries/ like PciRoot(0x0)/Pci(0x1,0x1)/Pci(0x0,0x0)/NVMe(0x1,11-22-33-44-55-66-77-88)/HD(1,GPT,00000000-0000-0000-0000-000000000000,0x800,0x64000)/\EFI\BOOT\BOOTX64.EFI.

How do I find the path for my OS EFI in different partitions and how to change the icon in EFI bootpicker.

Any help or reference to guide will be really helpful.

Cheers!!!

Amit

For the NDK Fork, press F9 on the GUI interface to get the path information for each bootable system, which will be saved in the current EFI partition

  • Like 2

Hello,

I know this thread is about the boot picker but since it covers multi booting, I would like to ask some help.

 

I have a working OC 0.5.8 hack and it works great. I would like to add a second SSD for Windows 10 specifically. What would be the recommended way of installing? I cannot unplug my macOS NVMe SSD because it is installed at the back of the motherboard. I would need to remove all components to do that.

 

Should I just install Windows 10 directly to my second SSD? Would it not affect the EFI of the macOS drive?

 

TIA.

1 hour ago, insanefrancis said:

Hello,

I know this thread is about the boot picker but since it covers multi booting, I would like to ask some help.

 

I have a working OC 0.5.8 hack and it works great. I would like to add a second SSD for Windows 10 specifically. What would be the recommended way of installing? I cannot unplug my macOS NVMe SSD because it is installed at the back of the motherboard. I would need to remove all components to do that.

 

Should I just install Windows 10 directly to my second SSD? Would it not affect the EFI of the macOS drive?

 

TIA.

Think of the second SSD as a separate hard drive and install your WINDOWS in the state of one. OC will automatically recognize it!

×
×
  • Create New...