Changement from LSilogic paralel into pvscsi
How-to avoid BSOD (Blue Screen of Death) when you want to change from LSI Logic paralel into PVSCSI
Before update 1 you could only use the new PVSCSI adapter for your DATA disks in your VMs. The benefits of using PVSCSI are:
- less CPU usage (about 18% less CPU)
- better Throughput (about 12%)
But, when you want to migrate VMs to the new PVSCSI adapter now supported on boot disks by vSphere 4 Update 1, you might want to follow some steps to avoid BSOD. Because it’s not possible to just change from LSI Logic paralel into PVSCSI like this. The VM does BSOD. I tried, beleive me. Here is how it can be done and it worked for me on a VM running 2003 R2 server. (I’m sure you can follow those steps for other OS too).
01. Add a second hard disk to your VM (VM is powered OFF) with SCSI ID 1:0 ( no matter how big your disk you add, you will be able to Delete this disk afterwards). Doing this the VM will have the PVSCSI driver installed when started. (I suppose that you have already updated your VMware Tools to the latest version !!!)

While you there change the SCSI controler from LSI logic Parallel to PVSCSI

02. Boot the VM and let the system to detect and install the new hardware for the second Disk.
03. Power Off your VM and change from the LSI Logic Paralel to PVSCSI on your boot disk. Start your VM.
04. You might get a message to reactivate your Windows, since the hardware has changed.

05. After your VM fully started, you might get a prompt to restart again, to finish installing your new hardware. While doing this las restart, you can just delete your Second disk you added at step 1. At the end you should ended up with your PVSCSI adapater on your boot disk.
UPDATE: OR you might try to do it this more elegant way….
My French colleague Raphael from Hypervisor.fr had done a great job by writing this article.
You know already that since the release of VMware ESX 4 – Update 1 – the boot drives of your VMs can have pvscsi driver. (They actualy could use it earlier, but it was not supported by VMware on boot drives). The benefit for having pvscsi instead of LSI logic SAS is that you gain 12% in performance and you’ll use 18% les CPU.
The good news is that Raphael has done a little bat script which automates the process. The video starts with BSOD (Blue screen of death) to show you that the driver for pvscsi is not present in the VM and that you must inject the driver in the Windows database drivers first.
It’s a 2008 server VM, but the same way it’s been tested in Windows 2003 server too and it works. I checked.
Source: VMware Communities
1 Comment
Leave a Reply
Other posts from Server Virtualization
- Create your own Provider Virtual Data Center
- Measure some perf benchs with VMark
- VMware partners with Symantec on ApplicationHA
- Andre Leibovici's Linked cloning storage calculator
- SIOC yes, but not in the SMB kit...
- Best practices KB on how-to install ESX 4.1 and vCenter
- Hyper-V and new linux integration tools
- How to Fix “Transaction log for database ‘VIM_VCDB’ is full” errors
- How to change from ACPI Multiprocessor HAL back to ACPI Uniprocessor HAL in Windows 2003
- AD Integration for ESXi 4.1
- vCenter converter with Hyper-V import
- Serial Port handling in ESXi 4.1
- Four memory optimization techniques available in vSphere 4.1
- Activating remote access via SSH in ESXi4.1
- vSphere Compatibility Matrixes
- 150 new features or enhancements in vSphere 4.1
- Personalized install of VMware tools
- VMware tools download from VMware Website
- How to change virtual SCSI controler
- Microsoft's patch for .NET breaks VI client connection






















Thanks Vladan