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
Related Posts :
Do I choose the PVSCSI or LSI Logic virtual adapter on ESX 4.0 for non-IO intensive workloads? ...
New paravirtualized SCSI adapter is more optimized SCSI adapter than the LSI virtual Adapter. Th ...
VMware Paravirtualized SCSI (PVSCSI driver) Introduced with vSphere 4 this driver can speed ...
Speed up your Guest VM with paravirtual SCSI adapters: PVSCSI is part of vSphere 4 I wrote an a ...
New test of PVSCSI adapter compared to LSI Logic SAS. Few weeks back I pointed out a VMware KB ...
Other posts from Server Virtualization
- Disable web access on VMware vCenter
- VMware ESX - Configuration of Service console via CLI
- Basic VMware ESX CLI networking commands
- How to change the default location of updates in vCenter
- Did you know that ESX 3.5 general support will end in less than 90 days?
- Starwind iSCSI HA Connection to ESX Server
- See a list of Storage Array Type Plugins on ESX Server
- New whitepaper released on PVSCSI
- Enable Jumbo Frames in ESXi 4
- How-to troubleshoot iSCSI connection to your SAN
- Starwind with ISCSI SAN Software can do High Availability for you...
- Overview Video from the new vSphere Pro video training from Train Signal
- New upgrade webpage for ESXi 4 pushes us to the right direction?
- You know how to collect diag information when your ESXi does PSOD?
- Use PVSCSI or not for lower intensive workloads
- Hardening guides for vSphere 4
- NTLDR missing - silly but can happend
- How To Shrink VMware Virtual Disk Files and disable shrinking
- vSphere Quick Start guide bonus download..
- ESXi - the past, the present and the future
- Farm commander - management tool for VI and TS or Citrix Farms
- How to collect log information from vCenter Server 4
- How to know where is my VM if vCenter is down?
- New patches for ESX 4 and ESXi 4
- Use VMware Converter to import 3rd party VMs, for example Virtual Iron's VMs
- Windows XP installation as a VM - trouble to see the disk or not?
- Vmware HCL for ESXi 4
- Time keeping for Windows VM's best practices
- Virtu-Al releasing 3rd update of PowerPack
- Not even tried Appspeed and new version is already available!



















Thanks Vladan