Boot Camp Assistant Crashes after Initial "Continue"
Boot Camp Assistant does not start.
Others have had this issue
thank you for your help
iMac 27" 5K, macOS 10.15
You can make a difference in the Apple Support Community!
When you sign up with your Apple Account, you can provide valuable feedback to other community members by upvoting helpful replies and User Tips.
When you sign up with your Apple Account, you can provide valuable feedback to other community members by upvoting helpful replies and User Tips.
Boot Camp Assistant does not start.
Others have had this issue
thank you for your help
iMac 27" 5K, macOS 10.15
christopher_AAPL wrote:
Snazzy Labs upgraded his 2017 iMac and talked about how he fusion drived his SSDs but warned it will reduce the life of the SSDs as they will constantly move files back and forth from now being fused. On other forums I've read people's experience where the NVME speeds will be lowered to the SATA speeds. Another person didn't experience that, but I imagine that is determined by which drive the fusion determines is the primary boot?
This is the 'down' side of Fusion with a secondary SSD. Fusion was specifically designed to move blocks from faster to slower storage to allow faster response from the most recently blocks used on a smaller storage unit.
I've gotten to a point where I've partitioned the 860, loaded a USB boot drive with Windows, began the process and formatted the partition to Windows NT File system, but when I select the now Windows-formatted partition, it gives the error "We couldn't create a new partition or locate an existing one. see the setup log files."
On this website https://www.easeus.com/partition-master/we-could-not-create-a-new-partition-or-locate-an-existing-one.html it says that problem occurs when another drive is connected, which I'm assuming could be my NVME but I can't remove that.
Yes, this is normal and expected and is due to the NVME.
Also, when I hold down option, shouldn't the 860 Evo come up as an option?
Only if an OS is installed. You have a NTFS File system, not a working Windows installation.
Also, now instead of Boot Camp Assistant giving me a crash report, it now just says "An internal error has occurred" when I click continue.
You have two APFS containers, which BC Assistant does not support and cannot handle.
christopher_AAPL wrote:
Snazzy Labs upgraded his 2017 iMac and talked about how he fusion drived his SSDs but warned it will reduce the life of the SSDs as they will constantly move files back and forth from now being fused. On other forums I've read people's experience where the NVME speeds will be lowered to the SATA speeds. Another person didn't experience that, but I imagine that is determined by which drive the fusion determines is the primary boot?
This is the 'down' side of Fusion with a secondary SSD. Fusion was specifically designed to move blocks from faster to slower storage to allow faster response from the most recently blocks used on a smaller storage unit.
I've gotten to a point where I've partitioned the 860, loaded a USB boot drive with Windows, began the process and formatted the partition to Windows NT File system, but when I select the now Windows-formatted partition, it gives the error "We couldn't create a new partition or locate an existing one. see the setup log files."
On this website https://www.easeus.com/partition-master/we-could-not-create-a-new-partition-or-locate-an-existing-one.html it says that problem occurs when another drive is connected, which I'm assuming could be my NVME but I can't remove that.
Yes, this is normal and expected and is due to the NVME.
Also, when I hold down option, shouldn't the 860 Evo come up as an option?
Only if an OS is installed. You have a NTFS File system, not a working Windows installation.
Also, now instead of Boot Camp Assistant giving me a crash report, it now just says "An internal error has occurred" when I click continue.
You have two APFS containers, which BC Assistant does not support and cannot handle.
If you have a Time Machine backup of your primary macOS installation, boot into Internet Recovery (Command+Opt+R), and then we can build your APFS Fusion drive, step by step.
See Posting Text Output in macOS Recovery Con… - Apple Community. This will help us coordinate as you perform each step.
Snazzy Labs upgraded his 2017 iMac and talked about how he fusion drived his SSDs but warned it will reduce the life of the SSDs as they will constantly move files back and forth from now being fused. On other forums I've read people's experience where the NVME speeds will be lowered to the SATA speeds. Another person didn't experience that, but I imagine that is determined by which drive the fusion determines is the primary boot?
I've gotten to a point where I've partitioned the 860, loaded a USB boot drive with Windows, began the process and formatted the partition to Windows NT File system, but when I select the now Windows-formatted partition, it gives the error "We couldn't create a new partition or locate an existing one. see the setup log files."
On this website https://www.easeus.com/partition-master/we-could-not-create-a-new-partition-or-locate-an-existing-one.html it says that problem occurs when another drive is connected, which I'm assuming could be my NVME but I can't remove that.
Also, when I hold down option, shouldn't the 860 Evo come up as an option? Also, now instead of Boot Camp Assistant giving me a crash report, it now just says "An internal error has occurred" when I click continue.
You also wrote..
I have a iMac 2017 with Catalina (10.15). I recently upgraded my 1TB Fusion to a 1TB Samsung 860 Evo and 1TB NVME Samsung 970 Evo.
These two drives must be put back together as a Fusion drive, for BC Assistant to work, otherwise it will not start correctly. It is crashing because you have two APFS Containers, which BCA cannot handle.
christopher_AAPL wrote:
That’s very helpful, thank you.
NP.
I’ve read on other forums that it’s not helpful to apply fusion drive to two SSDs. Are there any drawbacks?
Can you post relevant link(s)? There are no drawbacks that I am aware of.
Typically, the larger of the SSDs is chosen for Windows. In your specific case, I recommend using the 860 EVO. Be aware that Samsung EVOs are problematic on Macs when installing Windows. macOS should work fine.
As a test, you can build the Fusion drive, as recommended, install Windows, and then remove Windows and split the Fusion drive. macOS can be run with the storage as two distinct drives.
If you must have Windows, and are willing to live with the performance of VMs, you can try VMware Fusion, Parallels or VirtualBox.
Will do. I'm in the process of learning the steps to create a fusion drive.
One of the command lines is:
diskutil coreStorage createVolume FusionDrive jhfs+ “Macintosh HD” 100%
But apparently jhfs+ means MacOS Journaled, but my drive is APFS. I know both will be formatted to create the fusion drive, but will that create complications as my TimeMachine backup of my current Mac is APFS?
Also, is it possible to create a APFS fusion drive instead of Journaled?
christopher_AAPL wrote:
One of the command lines is:
diskutil coreStorage createVolume FusionDrive jhfs+ “Macintosh HD” 100%
This is not valid for APFS Fusion drives. You will need to use
diskutil apfs createContainer -main <disk> [-secondary <disk>]
where <disk> = MountPoint|DiskIdentifier|DeviceNode
Once the Container has been created, you can create individual volumes using
diskutil apfs addVolume <containerRefDisk> <fs> <name>
[-passprompt | -passphrase <passphrase> | -stdinpassphrase]
[-passphraseHint <passHint>]
[-reserve <reserveSize>] [-quota <quotaSize>]
[-role <roles>]
[-nomount | -mountpoint <mountPoint>]
where <containerRefDisk> = Container Reference DiskIdentifier
<fs> = an APFS personality: e.g. "APFS"
<name> = a volume name
<passphrase> = optionally create an encrypted volume (disk user)
<passHint> = some string that can be shown even while locked
<reserveSize> = optional minimum guaranteed file data capacity
<quotaSize> = optional maximum file data usage limit
<roles> = one or more of 0|B|R|V|I; see changeVolumeRole
<mountPoint> = "your" mount point (root only) (dir must exist)
so at this point I would need a step by step. I'm not familiar with code enough to navigate the steps.
I understand I should input my own into the blue colored text, but I'm not sure what that would be. I don't need my drive to be encrypted, I just need whatever steps are necessary to install Windows on the iMac.
That’s very helpful, thank you.
I’ve read on other forums that it’s not helpful to apply fusion drive to two SSDs. Are there any drawbacks?
Thanks Loner! You've been a great help
Boot Camp Assistant Crashes after Initial "Continue"