Is Possible MBP 2011 iGPU get 2048MB VRAM?

Nev-Bolt1インストール失敗の関係でOCLPやMacRumorsのフォーラムを見ていると,どうもiGPUのVRAMをkextで動的に変化できるような気配が…

YouTubeでもIntel HD3000のVRAMを4096MBにしていたので,MacRumorsのスレッドを参考にしてVRAMの容量を増加させてみることにした。 SIPは無効にしてkext署名も無効にして

~ ❯❯❯ csrutil status
System Integrity Protection status: unknown (Custom Configuration).

Configuration:
	Apple Internal: disabled
	Kext Signing: disabled
	Filesystem Protections: disabled
	Debugging Restrictions: disabled
	DTrace Restrictions: disabled
	NVRAM Protections: disabled
	BaseSystem Verification: disabled

This is an unsupported configuration, likely to break in the future and leave your machine in an unknown state.
sudo mount -uw /
sudo chown -R 0:0 /System/Library/Extensions && sudo chmod -R 755 /System/Library/Extensions

アタッチメントを/System/Library/Extensions/に入れてから MacRumorsのkext の中から必要なkextを入れて

sudo kextcache -i /
sudo reboot

この方法はCatalinaまで利用できるがBig Sur以降はSSV(Signed System Volume)の関係で簡単に出来そうもない。
Big Sur’s Signed System Volume: added security protection

Intel HD4000はここで実験しているけど様子見だな〜
HD4000 driver hack for custom VRAM size