-
All replies
-
Helpful answers
-
Jan 15, 2015 2:37 PM in response to Loner Tby trunolimit,Yeah i saw that but the problem is dragging. Right now on the mac I can click on something then use my second finger to drag. I can also use the double finger tap as a right click. However, windows only lets you do one or the other. If I'm dragging something and my second finger hits the pad it'll stop dragging and it will initiate a right click.
It's not a big deal I'm just happy it's working. The gestures I didn't bother looking to much into. That I will work on.
-
Jan 15, 2015 3:31 PM in response to trunolimitby Loner T,The OS X driver has much richer features than the Windows driver. I get by on the Windows side, without being a great fan of the available functions.
-
Feb 7, 2015 11:23 PM in response to rickyXP78by jumbo.staffa,Hope you will help me.
I have Macbooc Air late 2010 with Yosemite. The option to create windows 7 bootable disk does not appear for me in BC.
I tried following the steps. Still No Luck.
Plist as below. My entries in bold.
<array>
<string>MBA31.0061.B07</string>
<string>IM41.0055.B08</string>
<string>IM42.0071.B03</string>
<string>IM51.0090.B03</string>
<string>IM52.0090.B03</string>
<string>IM61.0093.B01</string>
<string>MP11.005C.B04</string>
<string>MB11.0061.B03</string>
<string>MBP11.0055.B08</string>
<string>MBP12.0061.B03</string>
<string>MM11.0055.B08</string>
</array>
<key>USBBootSupportedModels</key><array>
<string>MacBook7,1</string>
<string>MacBookAir3,1</string>
<string>MacBookAir3,2</string>
<string>MacBookPro8,3</string>
<string>MacPro5,1</string>
<string>Macmini4,1</string>
<string>iMac12,2</string>
</array>
-
Feb 8, 2015 7:26 AM in response to jumbo.staffaby trunolimit,According to this Boot Camp: System requirements for Microsoft Windows operating systems - Apple Support
your mac is only compatible with bootcamp version 4. Im not sure what to do with that info but maybe the string entries are different in 4.
-
Feb 8, 2015 7:47 AM in response to trunolimitby jumbo.staffa,It worked after typing below in terminal
sudo codesign -fs - /Applications/Utilities/Boot\ Camp\ Assistant.app
thanks to BITTTeEnable Bootcamp to install from usb for OSX 10.9**WORKS**
-
Feb 20, 2015 5:28 AM in response to jumbo.staffaby majid khalili,please some one help me
i have MacBookPro6,2 and when i add it to info.plist in PreUSBBootSupportedModels it cause bootcamp to crash when u run it , what should i do about it ?!!!
-
Feb 20, 2015 5:35 AM in response to majid khaliliby Loner T,majid khalili wrote:
please some one help me
i have MacBookPro6,2 and when i add it to info.plist in PreUSBBootSupportedModels it cause bootcamp to crash when u run it , what should i do about it ?!!!
Please try
sudo codesign --deep -fs - /Applications/Utilities/Boot\ Camp\ Assistant.app
-
May 27, 2015 10:49 PM in response to jacktouristby daniel_brazil,Thank you man, it worked!
I will describe my problem to future help someone.... maybe me again.
I have a MacBook Air 1,1 in Lion 10.7.4. My BootCamp version is 4.0.3.
I was trying to do the BootCamp in it, but in the BootCamp Assistant it don't even show the Check Box to Create an USB Bootable Disk (not even in gray).
I edit the info.plist and input on DARequiredROMVersions my ROM that is MBA11.00BB.B03 and in USBBootSupportedModeIS MacBookAir1,1. I was trying to codesign it in Terminal, but in the finish i saw it was not necessary for this version.
But it didn't work at all, the finally i chan the MacBookAir1,1 to MBA11. Voilá!!! It worked! I hope it helps someone.