Navigate to your ISO file. Right-click it and select Mount . Windows 11 will assign it the next available drive letter (e.g., “D:” or “E:”). Note: It will NOT be “CD/DVD 2” yet – that’s fine.
Ensure your CD/DVD drive drivers are up-to-date. Outdated drivers can cause compatibility issues.
While the VM is running, manually go to the hardware settings and "Eject" the disc from the second drive, then re-select the unattended.iso file to force a reconnection. 2. The "Better" Permanent Solutions windows 11 cannot connect unattendediso to cd dvd 2 better
0 requirements for Windows 11 while setting up your VirtualBox VM?
Before fixing the error, you need to understand the root cause. The phrase “Cannot connect” is misleading. The problem is rarely a hardware issue. Instead, it involves four common culprits: Navigate to your ISO file
Hypervisors look for a secondary virtual CD/DVD drive to mount the temporary unattended.iso file containing your setup scripts. If that second drive does not exist, is misconfigured, or is locked by another process, the system errors out.
Ensure your file is correctly formatted for Windows 11. Note: It will NOT be “CD/DVD 2” yet – that’s fine
Uncheck the option that says or Fast Installation during the setup prompt.
If you're trying to create a bootable USB or DVD from an ISO, consider using the Media Creation Tool provided by Microsoft:
dism /mount-wim /wimfile:<path_to_iso_file> /index:1 /mountdir:<mount_directory>
Avoid snapshots/checkpoints interference