Cannot generate display to capture mappings without a display engine, capture card, and toolbox.
Unable to determine any display output to display capture device mappings - tests cannot continue.
No board detected!
Errata/Filter#166032 for boolean(//Device[starts-with(@Name,"VMware")] | //Device[starts-with(@Name,"Red Hat VirtIO")])
Desktop: Failed to install NdisStudio.inf (Error: 0x800B0101 - A required certificate is not within its validity period when verifying against the current system clock or the timestamp in the signed file.)
An unexpected error occurred while validating driver package. Catalog = NdisStudio.cat, Error = 0x800B0101
Request errata from Microsoft or wait for a new HLK kit with a solution
“Analyzer detected XXX errors with packets per DPC = XXX”
The test has 3 iterations (packets per DPC = 10,100,1000), each iteration fail with the same error, only number of errors during the iteration may differ
Errata/filter#175565 to include 'boolean(//Devnode[
or contains(.,''PCI\VEN_1AF4&DEV_1000'')
or contains(.,''PCI\VEN_1AF4&DEV_1041'')
{"Field":"KitVersion","MatchType":2,"Values":["10.1.26100"]}'
PM No MUTT devices were detected
Unfortunately MS didn’t grant errata for this test and the redirection MUTT device to test VM is needed in order to pass the test.
In order to pass the test use the following instructions when using Super MUTT V3.0 device connected to the host USB3 port:
Redirection script
#! /bin/bash
hmon_port=10005
muttbus=0
muttaddr=0
renew_device() {
{ echo "device_del m1" ; sleep 1 ; echo "device_add usb-host,id=m1,hostbus=$muttbus,hostaddr=$muttaddr"; sleep 1; } | telnet localhost $hmon_port
}
for (( ; ; ))
do
lsusb | grep 045e | sed 's/Bus //g;s/Device //g;s/://' > lsusb.txt
cat lsusb.txt
read _muttbus _muttaddr xx <<< $(cat lsusb.txt)
bus=$((10#$_muttbus))
addr=$((10#$_muttaddr))
echo $bus $addr
if [ "$bus" != "$muttbus" ] || [ "$addr" != "$muttaddr" ] ; then
muttbus=$bus
muttaddr=$addr
renew_device
fi
sleep 1
done
AreEqual(g_numberOfTypeCPorts, expectedNumberOfTypeCPorts): Compare number of marked Type-C ports (_UPC in ACPI) to expected number of Type-C ports. Please make sure the parameter 'NumberOfUsbTypeCPorts' has been set correctly. If this is a USB Dual-Role system that uses the URS driver, connect a USB device to each Dual-Role capable connector and re-run the test. - Values (0, 3)
https://docs.microsoft.com/en-us/windows-hardware/test/hlk/testref/b3c41a3f-b844-4c2d-b115-dad51a37f123
Set test job parameter NumberOfUsbTypeCPorts to 0.
For Server 2022, please use this playlist - “HLK Version 21H2 CompatPlaylist x64 ARM64 server”.
https://techcommunity.microsoft.com/t5/windows-hardware-certification/windows-11-amp-server-2022-hlk-kit-guidance-for-creating-new/ba-p/2567481