Win11 + Ubuntu + macOS/Tesla P100+RX 5700工作站搭建

软件工具:

  1. ProperTree
  2. MountEFI
  3. Opencore Legacy Patcher

硬件配置:三个硬盘,

  1. Windows 11: 1T ssd,引导器自带
  2. ubuntu: 256GB ssd,grub
  3. macOS Sonoma: 512GB ssd,opencore(EFI/BOOT/BOOTx64.efi,EFI/OC)
  • 主板:ASUS-Z390-P
  • CPU:i5-9500
  • 内存:32GB
  • 电源:长城1250W(小功率电源会报PCI 10 系统资源不够错误)

安装镜像制作:

mkdir -p ~/macOS-installer && cd ~/macOS-installer && curl https://raw.githubusercontent.com/munki/macadmin-scripts/main/installinstallmacos.py > installinstallmacos.py && sudo python installinstallmacos.py
sudo /Applications/Install\ macOS\ Big\ Sur.app/Contents/Resources/createinstallmedia --volume /Volumes/MyVolume

config.plist:

Z370-P II 如下设置需要更改:

EnableWriteUnprotector -> True

RebuildAppleMemoryMap -> False

SyncRuntimePermissions -> False

SSDTs:

Drivers:

Kexts:

Tools:

进入BIOS,关闭:

  1. CSM Support
  2. Fast Boot
  3. Secure Boot
  4. Serial/COM Port
  5. VT-d
  6. Intel SGX
  7. CFG Lock

开启:

  1. VT-x
  2. ResizeBAR
  3. Above 4G Decoding
  4. EHCI/XHCI Hand-off
  5. OS type: Other OS
  6. SATA mode: AHCI

引导参数:agdpmod=pikera

其他参考 https://dortania.github.io/OpenCore-Install-Guide/

生成海报

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注