In which step? Can you please quote it?
Found where we alter the USB ( D: ) using this command.
It creates the directory /USB/EFI.bcdboot C:\Windows /s D: /f uefi
In which step? Can you please quote it?
It creates the directory /USB/EFI.bcdboot C:\Windows /s D: /f uefi
I see. Thank you for taking the time to explain.A command can be placed anywhere, doesn't need to be in EFI/BOOT folder. You just need to enter the correct path to the command when invoking it.
You don't need to cd to the destination directory if you use full path for the file names.
.
means the current directory.
..
means the parent directory.
/
separates directories and files in a path.
A path that starts with/
means it's an absolute path starting from the root file system.
A path that starts with~
means it's a path starting from your home directory.
So if you're in your home directory~
or anywhere else, and disklabel is in your Downloads folder, then you can do this command:
sudo ~/Downloads/disklabel -e "YourLabel" /Volumes/EFI/EFI/BOOT/.disk_label /Volumes/EFI/EFI/BOOT/.disk_label_2x
Idk, but the reason I use 0.6.3 is I use Martin Lo’s package for 0.6.3 that includes the Wifi patch. Otherwise my Wifi doesn’t work in Big Sur.Wasn't OC 0.6.6 supposed to have been released yesterday?
My question about 0.6.6 was a general one, not directly addressed to you.Idk, but the reason I use 0.6.3 is I use Martin Lo’s package for 0.6.3 that includes the Wifi patch. Otherwise my Wifi doesn’t work in Big Sur.
Yes, but security issues requiring more testing came up. It is now planned for today.Wasn't OC 0.6.6 supposed to have been released yesterday?
same, I downloaded the full installer from the App Store and it appeared to install but when booting back up was still at 11.1. VMM flag is Enabled. trying the install againMine just keeps saying your Mac is up to date and I can't see 11.2
Mate, love your work. Many thanks!Yes, but security issues requiring more testing came up. It is now planned for today.
When I first looked at the update list, I didn't see Safari on my MacBook Pro 2020, also my Mac Pro 2010.I just noticed, that on my MacBook Pro 2020 I got the Safari and a Security Update today,
but on my OpenCore Mac Pro 5,1 2012 I got only the Safari Update. (both using Catalina)
I guess this is normal due to the Hardware?
And by the way, what happens if you try to softwarupdate with VMM off?
(this Security Update took maybe ~45min on the MBP !! strange!)
i know, but what happens if you forget and try to update with VMM off ?Mac Pro 2010 is that update after turning on VMM. Turn off VMM when the update is complete.
I don't know what will happen.i know, but what happens if you forget and try to update with VMM off ?
any dangers here?
dism /get-wiminfo /wimfile:install.wim
dism /apply-image /imagefile:install.wim /index:1 /applydir:C:\ /compact /EA
Do you mean the emulate key entry? I have that set to default (so no VMM) and I am getting the 11.2 update in System Preferences..i know, but what happens if you forget and try to update with VMM off ?
any dangers here?
So unfairgva and BiosVersion are now integrated?The guide has been updated to OpenCore version 0.6.6.
There are also a few changes and additions to the guide. These include
- simplifications to the instructions
- details for Big Sur
- directions for easier updates
Yes, for enabling DRM and blocking unwanted firmware updates, respectively.So unfairgva and BiosVersion are now integrated?
I am re-checking this again and the VRAM keeps slowly filing up more and more over time letting the system run practically idle..So I have been successful at installing Big Sur 11.1 using OpenCore 0.6.3 however using iStat Menus i can see my GPU Ram (RX580 8GB) is always maxed out.
Video works fine initially, however I am noticing slower graphics in Logic Pro X (meters lagging for instance)
However I can see the vRam steadily climb all the way up to 100% after about 1 hour working on just spreadsheets and web work, not doing anything graphically intensive
CPU Usage always very low. Ram (24GB) also is low, always have about 15GB to spare.
What could be causing this? I think this issue maybe causing my graphics in Logic to lag and, eventually slow down system response visually.
Depending on your configuration, it might or might not work. Note that VMM also serves as an extra precaution against unwanted firmware updates.And by the way, what happens if you try to softwarupdate with VMM off?
Hmm. So this is why the firmware update did not occur on a MBP11,3 with OC and I had to update manually. That firmware update block is now enforced without an option to remove?Yes, for enabling DRM and blocking unwanted firmware updates, respectively.
I'm not sure I'm following. To use BIOSVersion to block firmware updates, you still have to add it (either manually like in the guide or by using MaxBIOSVersion in automatic mode).Hmm. So this is why the firmware update did not occur on a MBP11,3 with OC and I had to update manually. That firmware update block is now enforced without an option to remove?
Well because I see in "settings to remove"I'm not sure I'm following. To use BIOSVersion to block firmware updates, you still have to add it (either manually like in the guide or by using MaxBIOSVersion in automatic mode).
<key>BIOSVersion</key>
<string>9999.0.0.0.0</string>