Put the ssd in to another computer, load windows, put the ssd back in to the PC that has non Boateable USB Flaskdisk !how to install Windows ??
i try follow 1st pgae, buat Flasdisk dont bootable.
have simple sollution??
Flashed GC-Titan Ridge Thunderbolt 3 PCI card
I've read conflicting information regarding the use of OpenCore and the Titan Ridge TB card on a Mac Pro 5,1. If I haven't misinterpreted the issue, it appears some folks claim that, once it's been flashed and a couple of connectors bridged together, the card works flawlessly (for instance, in Catalina) even if macOS is booted natively. Others seem to claim OpenCore is required, at least for certain features. Can anyone clarify? Is there a specific kext or a driver that should be installed somewhere on the EFI volume within the EFI folder that will allow the Titan Ridge TB card to work correctly when the computer is booted using OpenCore?
Can you be more specific? I've noticed there's a version 2.0 of this card, which includes USB 3.2 compatibility. Is this the "commercial" solution you are talking about? If I purchase version 1.0 (with USB 3.1 capabilities), which features will be missing if I don't include anything in particular in the OpenCore configuration?A new (commercial) solution is in the works that resolves this issue.
install normal on PC? and Put again to my MacPro?Put the ssd in to another computer, load windows, put the ssd back in to the PC that has non Boateable USB Flaskdisk !
Can you be more specific? I've noticed there's a version 2.0 of this card, which includes USB 3.2 compatibility. Is this the "commercial" solution you are talking about?
If I purchase version 1.0 (with USB 3.1 capabilities), which features will be missing if I don't include anything in particular in the OpenCore configuration?
Similar to above, I'm having difficulty getting OC to make SATA3 SSD and HDDs attached to a SAS HBA (ATTO H608) as internal. I followed the instructions in the first post for "Making External Drives Internal" and I've got this in my config (with PCIe path specific to my HBA)
XML:<key>DeviceProperties</key> <dict> <key>Add</key> <dict> <key>PciRoot(0x0)/Pci(0x7,0x0)/Pci(0x0,0x0)</key> <dict> <key>built-in</key> <data> AA== </data> </dict> </dict> <key>Delete</key> <dict/> </dict>
Any advice? Has anyone had success with similar configuration?
This is my procedure, combined from other posts in these forums, sorry no time to format from Markdown code:how to install Windows ??
i try follow 1st pgae, buat Flasdisk dont bootable.
have simple sollution??
## OS Install
Download the [Windows 10 iso](https://www.microsoft.com/en-us/software-download/windows10ISO) and install [VirtualBox](https://www.virtualbox.org). Reboot into Recovery:
```sh
sudo nvram "recovery-boot-mode=unused"
sudo reboot recovery
```
In Recovery, open a terminal and disable SIP:
```sh
csrutil disable
reboot
```
Create a VMDK linked to the unmounted physical disk where Windows will be installed:
```sh
sudo -i
sudo VBoxManage internalcommands createrawvmdk -filename /opt/disk.vmdk -rawdisk /dev/disk0
```
Create a Windows 10 WM without a virtual hard disk:
```sh
sudo VirtualBox
```
Go to Settings > System and enable EFI
Go to Storage, add the disk.vmdk and Windows 10 iso
Install the OS through VirtualBox and at restart, shutdown the VM
Continue installation on Mac.
## Drivers
Install 7zip and [Brigadier](https://github.com/timsutton/brigadier), then download the drivers:
```
brigadier -m iMacPro1,1
```
Open Device Manager and manually install the drivers for all unknown devices, from `/$WinPEDriver$` directory.
To fix the Magic Mouse scrolling, right click on `/$WinPEDriver$/AppleWirelessMouse/AppleWirelessMouse.inf` and install the drivers.
Thanks so much brotherThis is my procedure, combined from other posts in these forums, sorry no time to format from Markdown code:
Code:## OS Install Download the [Windows 10 iso](https://www.microsoft.com/en-us/software-download/windows10ISO) and install [VirtualBox](https://www.virtualbox.org). Reboot into Recovery: ```sh sudo nvram "recovery-boot-mode=unused" sudo reboot recovery ``` In Recovery, open a terminal and disable SIP: ```sh csrutil disable reboot ``` Create a VMDK linked to the unmounted physical disk where Windows will be installed: ```sh sudo -i sudo VBoxManage internalcommands createrawvmdk -filename /opt/disk.vmdk -rawdisk /dev/disk0 ``` Create a Windows 10 WM without a virtual hard disk: ```sh sudo VirtualBox ``` Go to Settings > System and enable EFI Go to Storage, add the disk.vmdk and Windows 10 iso Install the OS through VirtualBox and at restart, shutdown the VM Continue installation on Mac. ## Drivers Install 7zip and [Brigadier](https://github.com/timsutton/brigadier), then download the drivers: ``` brigadier -m iMacPro1,1 ``` Open Device Manager and manually install the drivers for all unknown devices, from `/$WinPEDriver$` directory. To fix the Magic Mouse scrolling, right click on `/$WinPEDriver$/AppleWirelessMouse/AppleWirelessMouse.inf` and install the drivers.
Try this:how to install Windows ??
i try follow 1st pgae, buat Flasdisk dont bootable.
have simple sollution??
opencore-version REL-061-2020-08-14
His installation puts a Patch Updater tool in system preferences. You may want to check there or if not query under the Installing Catalina on an unsupported Mac thread in the Mac Pro forum.Night Shift
I'm not sure if OpenCore/iMac Pro spoofing may be responsible for this, but I've noticed that after "natively" applying the 10.15.6 Supplmental Update, Night Shift is still theoretically available in the relevant System Preferences/Display tab, but it doesn't seem to work at all (for instance, it doesn't appear on Notification Center. Is there a way to actually make it work? I know dosdude1's Catalina patcher includes a post-install feature that should automatically re-apply all necessary patches, including the Night Shift one, but, if it is was applied (and I think it was), it didn't work. Is there a way to manually re-apply it?
Night Shift
I'm not sure if OpenCore/iMac Pro spoofing may be responsible for this, but I've noticed that after "natively" applying the 10.15.6 Supplmental Update, Night Shift is still theoretically available in the relevant System Preferences/Display tab, but it doesn't seem to work at all (for instance, it doesn't appear on Notification Center. Is there a way to actually make it work? I know dosdude1's Catalina patcher includes a post-install feature that should automatically re-apply all necessary patches, including the Night Shift one, but, if it is was applied (and I think it was), it didn't work. Is there a way to manually re-apply it?
Hey, I simply applied OpenCore to my existing Catalina install, which I effected months ago using Catalina Patcher. In my case (a Mac Pro 5,1), it simply inserted the "no-compatibilty check" in NVRAM and patched Night Shift. It all works great. And, if I so wish, I can also boot Catalina without OpenCore, without modifying the EFI volume or its contents.Are you mixing OpenCore with a patched installation? This is really not recommended on a Mac Pro 5,1 with compatible hardware. You should review the wiki and consider installing cleanly. The wiki also explains how to enable Night Shift.
I relate to what's been said. I have the 8/15 release and it is super reactive and apps open faster than before. I do not know how long it took you to get on the desktop but my boot load took longer than usual. Anything I can do actually to make it go faster? Any idea?opencore-version REL-061-2020-08-14
Everything is very responsive now in BigSur. All applications which previously did not load now work as designed. It is now usable.
For fastest boot there are many factors. For instance booting to OC picker screen depends mostly on type of OC i.e. RELEASE or DEBUG where release is faster. Also it matters how much RAM you have installed and how many hard drives with different partitions. I normally boot in verbose mode so if there is a hang for whatever reason I see what is causing it.Anything I can do actually to make it go faster? Any idea?
That is correct with 128GB of RAM, and NVMe's everywhere...For fastest boot there are many factors. For instance booting to OC picker screen depends mostly on type of OC i.e. RELEASE or DEBUG where release is faster. Also it matters how much RAM you have installed and how many hard drives with different partitions. I normally boot in verbose mode so if there is a hang for whatever reason I see what is causing it.
So it is still doing it. I can't stress this enough. Guys don't use Clover with cMP5,1. It is designed for PC's. Opencore on the other hand is designed for both PC's and real Macs. You may easily brick your firmware with Clover. Don't use it on cMP5,1.
Yes there is.I'm assuming there is a difference between the "Clover" mentioned here and the "Clover Configurator"
Clover
I am referring to is a boot loader similar to OC, whereas Clover Configurator
is just a tool.Yes there is.Clover
I am referring to is a boot loader similar to OC, whereas Clover Configurator is just a tool.