Jump to content

macOS on Lenovo ThinkCenter M700 Tiny


Recommended Posts

Posted

Hello,

I have a Lenovo ThinkCentre M700 Tiny and I want to install macOS on it

Here are the specifications :
CPU : Intel Core i5 6500T
Gfx : Intel HD Graphics 530
Memory : 2 x 4 Go DDR4 A-Data
Lan : Intel i219-V
SSD M2 Sata WD Blue SA510 1 To
HDD 2,5" Seagate ST200LM007 2 To

Do you know which version of macOS it is possible to install?

Thank you for your help :)

  • Administrators
Posted

Full native last is monterey. After that need to use properties from kabylake.

-Guides and Tutorials HERE

-Hackintosh Tutorial Database - HERE

-The largest EFI folder collection for Hackintosh HERE

-Support Olarila Vanilla Hackintosh by making a donation HERE

-Professional Hackintosh Support since 2006 HERE

Posted

Hello,

Ok, thank you for your answer.

I have tried your OpenCore folder fol SkyLake desktop with Big Sur and it stop at first boot on this screen :

spacer.png

 

  • Administrators
Posted

-Bios/UEFI in full default settings(Just change CSM to Disable if you have a AMD GPU and Sata to Ahci)
-Use USB2 port for easy installation with no remap USB
-Users with IGPU can use -igfxvesa bootarg for easy installation
-Delete old EFI folder and paste new. Don't use merge files
-Don't use Drag and Drop into EFI partition. Use Copy/Paste instead
-Reset NVRAM one time - with OpenCore use entry "Reset Nvram" / with Clover use F11 key on boot screen

-Guides and Tutorials HERE

-Hackintosh Tutorial Database - HERE

-The largest EFI folder collection for Hackintosh HERE

-Support Olarila Vanilla Hackintosh by making a donation HERE

-Professional Hackintosh Support since 2006 HERE

Posted

Hello MaLd0n,

Thank you for your help.

I have successfully installed macOS Sonoma.

I have used the -igfxvesa argument and there is no graphics acceleration : how can I fix it?

Posted

Hello,

I have added this to the config.plist 

			<key>PciRoot(0x0)/Pci(0x2,0x0)</key>
			<dict>
				<key>AAPL,ig-platform-id</key>
				<data>0x19120000</data>
				<key>device-id</key>
				<data>16590000</data>
				<key>enable-hdmi20</key>
				<data>01000000</data>
				<key>framebuffer-fbmem</key>
				<data>00009000</data>
				<key>framebuffer-patch-enable</key>
				<data>01000000</data>
				<key>framebuffer-stolenmem</key>
				<data>00003001</data>
				<key>hda-gfx</key>
				<string>onboard-1</string>
			</dict>

macOS boots but there is still no graphic acceleration

  • Administrators
Posted

Try with only ig-platform-id = 0x19120000

 

-Guides and Tutorials HERE

-Hackintosh Tutorial Database - HERE

-The largest EFI folder collection for Hackintosh HERE

-Support Olarila Vanilla Hackintosh by making a donation HERE

-Professional Hackintosh Support since 2006 HERE

Posted

Hello MaLd0n,

Thank you again for your help.

Here is my device properties section 

	<key>DeviceProperties</key>
	<dict>
		<key>Add</key>
		<dict>
			<key>PciRoot(0x0)/Pci(0x17,0x0)</key>
			<dict>
				<key>compatible</key>
				<string>pci8086,a182</string>
			</dict>
			<key>PciRoot(0x0)/Pci(0x2,0x0)</key>
			<dict>
				<key>ig-platform-id</key>
				<data>0x19120000</data>
			</dict>
		</dict>
		<key>Delete</key>
		<dict/>
	</dict>

macOS boot but there is still no graphic acceleration

  • Administrators
Posted

check if -igfxvesa is on bootarg

-Guides and Tutorials HERE

-Hackintosh Tutorial Database - HERE

-The largest EFI folder collection for Hackintosh HERE

-Support Olarila Vanilla Hackintosh by making a donation HERE

-Professional Hackintosh Support since 2006 HERE

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...