It seems you are encountering issues with booting your virtual machine in Hyper-V. The error messages indicate that the virtual machine is unable to find a valid boot image from the configured devices. Here are a few steps you can take to troubleshoot this issue:
- Verify the ISO File: Ensure that the ISO file you are using is not corrupted and is a valid Windows 11 installation image. You can try downloading the ISO again from a reliable source.
- Check Boot Order: You mentioned that the DVD Drive is set to the top of the boot order in the Firmware settings. Double-check that this is correctly configured and that the SCSI DVD drive is indeed the first device in the boot sequence.
- Enable Virtualization Features: Ensure that virtualization features are enabled in your BIOS/UEFI settings. This includes enabling Intel VT-x or AMD-V, which are necessary for Hyper-V to function properly.
- Check TMP Settings: Since you have TMP enabled, make sure that it is properly configured in the BIOS/UEFI. Some systems require specific settings to be enabled for TMP to function correctly.
- SCSI Controller Configuration: Ensure that the SCSI controller is properly configured and that the DVD Drive is correctly attached to it. You might also want to try using an IDE controller instead of SCSI to see if that resolves the issue.
- Network Adapter Configuration: The error regarding the Network Adapter suggests that it may not be configured correctly. Ensure that the virtual switch is set up properly and that the network adapter is connected to a valid virtual switch.
If you continue to experience issues after trying these steps, you may want to consult the Hyper-V troubleshooting documentation for further guidance.
References: