Börne Posted March 7, 2011 Share Posted March 7, 2011 Hi at all... i hope all of you understand my poor english I have successful installes MacOS on my DELL Precision M6400. Most component working well. Only the system is detected/working as Desktop-System... can I change the systemtype from "Mac Pro" to Macbook Pro"? Thanks all, rgds, bö! Quote Link to comment https://www.insanelymac.com/forum/topic/250599-how-to-chance-mac-pro-to-macbook-pro/ Share on other sites More sharing options...
echoz Posted March 8, 2011 Share Posted March 8, 2011 You need an smbios.plist that is the /Extra folder of your boot drive. Here's a minmal one. <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>SMboardproduct</key> <string>Mac-F221BEC8</string> <key>SMfamily</key> <string>MacPro</string> <key>SMproductname</key> <string>MacPro5,1</string> <key>SMserial</key> <string>G8031788GWR</string> <key>SMbiosversion</key> <string>MP51.007F.B00.0903051113</string> </dict> </plist> You can swop the SMfamily to MacBookPro and SMproductname to something like MacBookPro4,1. Quote Link to comment https://www.insanelymac.com/forum/topic/250599-how-to-chance-mac-pro-to-macbook-pro/#findComment-1651545 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.