To address the booting issues you're experiencing with your USB NVMe SSD on different hardware setups, here are some steps and considerations:
- Ensure Compatibility: Since your colleague's setup works seamlessly, ensure that your USB NVMe SSD is compatible with both systems. Sometimes, specific firmware or BIOS settings can affect booting from USB drives.
- BIOS Settings: You've already tried adjusting BIOS settings. Make sure that:
- Secure Boot is disabled.
- Fast Boot is disabled.
- The boot mode is set to UEFI only, as this is typically required for Windows installations.
- Rebuild BCD: Since you've attempted to rebuild the Boot Configuration Data (BCD), ensure that you are using the correct commands. You can try the following:
- Boot from a Windows installation media.
- Open Command Prompt and run:
bootrec /fixmbr bootrec /fixboot bootrec /scanos bootrec /rebuildbcd - This should help in recognizing the Windows installation on the USB SSD.
- Check EFI Partition: Ensure that the EFI partition is correctly formatted and contains the necessary boot files. You can use Diskpart to check the partition:
- Boot from installation media and open Command Prompt.
- Run:
diskpart list disk select disk X (where X is your USB SSD) list partition - Ensure the EFI partition is formatted as FAT32 and has the boot files.
- Windows Installation Media: When performing an in-place upgrade, ensure that the installation media is created correctly and matches the architecture (x64) of your Windows installation. This can sometimes lead to boot issues if there are mismatches.
- Driver Issues: Since you're switching between AMD and Intel hardware, ensure that the necessary drivers are installed for both systems. Sometimes, driver incompatibilities can lead to boot failures.
- Testing: If possible, test the USB SSD on another system to see if the issue persists. This can help isolate whether the problem lies with the SSD or the specific hardware configurations.
If these steps do not resolve the issue, consider consulting the manufacturer's documentation for both the Dell and your personal PC, as there may be specific settings or updates required for optimal compatibility.
References: