Virtuozzo 4.7 install show Hardware check errors as below :
=========
[general] error getting information about file /sbin/lspci (No s|
=========
The error is due to missing package pciutils which is not included in CentOS 6 minimal install.
Install pciutils using yum on CentOS server :
yum install pciutils
Once done you can start the install without issues.