I have a msi 3.2 ghz dual core system which uses ICH7.
1. I also have two adaptec pci controllers 2200S and 2120S both show up on the compatibilty list.
I first tried to install 3.5 using the 2200S and two drives raid1 via the controller setup. This same array works fine when I install windows 2003 and it shows up in the bios after I create the array.
But when I try and install 3.5, I get an error that ESX Server 3i 3.5.0 could not find a supported device to write the image to:
lspci shows that it can see the mass controller umhba2
fdisk -l sees nothing.
This happens if I use either controller with 2 different sets of drives.
2. My next attempt was to use the ICH7 with a SATA drive. I received the same error but used a technique found on
another site that let me edit the TargetFilter.py
By editing the TargetFilter.py I got the system to install.
I changed :
return interface.GetInterfaceType() == ScsiInterface.SCSI_IFACE_TYPE_IDE
to
return interface.GetInterfaceType() == ScsiInterface.SCSI_IFACE_TYPE_ISCSI
It then installed and seemed to run fine.
All I did after this was change the ip on the nic to static and put in a password. I rebooted the server and I used the vmware client and connected to the server.
I rebooted again but this time I received an error in the startup log, "Panic failed to find HD boot partition". I reinstalled on another SATA and it failed the same way on the first reboot.
I am not sure what to do next? I don't know why the drives on the adaptec cards aren't showing up as usable. I would really perfer to use those SCSI drives instead of SATA.
The SATA method looked like it would work but the boot partition keeps failing after the orginal install.
Can someone shed light on what I can do please? Thanks for any help. Just frustrated.
1. I also have two adaptec pci controllers 2200S and 2120S both show up on the compatibilty list.
I first tried to install 3.5 using the 2200S and two drives raid1 via the controller setup. This same array works fine when I install windows 2003 and it shows up in the bios after I create the array.
But when I try and install 3.5, I get an error that ESX Server 3i 3.5.0 could not find a supported device to write the image to:
lspci shows that it can see the mass controller umhba2
fdisk -l sees nothing.
This happens if I use either controller with 2 different sets of drives.
2. My next attempt was to use the ICH7 with a SATA drive. I received the same error but used a technique found on
another site that let me edit the TargetFilter.py
By editing the TargetFilter.py I got the system to install.
I changed :
return interface.GetInterfaceType() == ScsiInterface.SCSI_IFACE_TYPE_IDE
to
return interface.GetInterfaceType() == ScsiInterface.SCSI_IFACE_TYPE_ISCSI
It then installed and seemed to run fine.
All I did after this was change the ip on the nic to static and put in a password. I rebooted the server and I used the vmware client and connected to the server.
I rebooted again but this time I received an error in the startup log, "Panic failed to find HD boot partition". I reinstalled on another SATA and it failed the same way on the first reboot.
I am not sure what to do next? I don't know why the drives on the adaptec cards aren't showing up as usable. I would really perfer to use those SCSI drives instead of SATA.
The SATA method looked like it would work but the boot partition keeps failing after the orginal install.
Can someone shed light on what I can do please? Thanks for any help. Just frustrated.