If you ever need to remove the EISA partition that gets created by things like Dell and HP server installation CDs, this is how. This is useful if you’ve carried out a physical to virtual conversion of a machine with an EISA partition on it and the EISA has been virtualised too, or if you want to set up a software RAID 1 mirror and want to keep things simple in your boot.ini file…
This is what the EISA partition looks like in Disk Management:
First thing to do is to set the c:\boot.ini file to not be read only. Right-click on it, select properties and untick Read-only:

Then edit the c:\boot.ini file in notepad and change the two number 2s to number 1s as shown. This is because when you have deleted the EISA partition you will have changed the Windows partition from partition 2 to partition 1. Save the file after making the changes.
Before:
After:
Reboot the machine and boot off of the Windows CD. Press R to boot into the Recovery Console:
Once in the Recovery Console, type in diskpart and hit return:
In diskpart, highlight the 39MB Partition1 and press D to Delete Partition:
Press L to Delete:
The partition will now show as unpartitioned space:
Quit out of diskpart and reboot the machine and hopefully you’ll see this:
Back in Disk Management the partition should now look like this:
Last thing to do is to set the c:\boot.ini file to be read only again. Right-click on it, select properties and tick Read-only:













Recent Comments