Thanks!
I've merged your new thread with this thread here as well as your other post just to clean things up a bit!
First off, in regards to the perfmon, we're missing a lot of drivers:
The device driver for Universal Serial Bus (USB) Controller has not been installed. This device will not be available until the correct device driver is installed.
The device driver for PCI Device has not been installed. This device will not be available until the correct device driver is installed.
The device driver for Ethernet Controller has not been installed. This device will not be available until the correct device driver is installed.
The device driver for SM Bus Controller has not been installed. This device will not be available until the correct device driver is installed.
^^ For reference, SM Bus Controller = Chipset.
Let's go ahead and fix all of this by navigating to HP's website and downloading and installing the latest drivers for your machine -
HP Drivers and Downloads for Printers, Scanners and More | HP ® Support
-------------------------
Onto the crash dumps, they are all of the
DRIVER_IRQL_NOT_LESS_OR_EQUAL (d1) bug check.
This indicates that a kernel-mode driver attempted to access pageable memory at a process IRQL that was too high.
A driver tried to access an address that is pageable (or that is completely invalid) while the IRQL was too high. This bug check is usually caused by drivers that have used improper addresses.
By default, the fault of the crashes is NETIO.sys which is the Network I/O Subsystem. This is not the true cause of the crash, and usually when we have network related crashes like this, it's caused by one of two things:
1. Network drivers themselves need to be updated.
2. 3rd party antivirus or firewall software causing NETBIOS conflicts.
In your case, I don't see a 3rd party antivirus installed, so it's likely #1. #1 also seems more likely the cause, especially since the chipset driver + ethernet controller driver is not installed.
-------------------------
AODDriver2.sys - Thu Apr 05 05:23:37 2012
^^ AMD Overdrive driver, known BSOD software. Uninstall it ASAP.
Regards,
Patrick