|
You might want to try what I posted here - http://communities.vmware.com/message/834672#834672. Is it ESX 3i or 3.5 that you have installed and if you run lspci, what device ID does the ICH5 controller show.
|
|
So, I tried getting ESX 3.5 to install on an IBM x306 server with SATA drives am also having the root drive failing to mount problem. Attached are my lspci output as well as a modified version of the script rpartmann has graciously provided. I noticed that on Ubuntu 7.10, when running the script I was getting the following error:
./enable_ml110g2_sata_esx3.5_v0.1.sh: 61: lines: not found Which turned out to be due to the way the script was doing its arithematic in bash... I put in a quick fix to use the bc command instead, and the script runs fine, however it still doesn't help me with booting up ESX properly. The SATA controller is an Intel 6300ESB with a PCID of 25a3... Has anyone else tried installing on similar hardware? Paul Update: I had to go into the BIOS and totally disable my IDE controller, at which point I was able to boot and mount the local SATA disk with no issues. Thanks to everyone in this thread for the fantastic help!
Attachments:
|
|
I have the controller recorded as working (on a supermicro motherboard) in a list I'm compiling here - http://www.vm-help.com/esx/esx3.5/Whiteboxes_SATA_Controllers_for_ESX_3.5_3i.htm - but make note of the BIOS changes that were required.
|
|
I had a similar problem with an Intel board with the ICH9 controller and had to use an HTTP install to install ESX 3.5. http://communities.vmware.com/thread/123254
|
|
Hi, I have a Sun Ultra 40 M2 with two internal SATA disks. It install well, but does not reboot. I followed the "Service Console" procedure from Dave and also the "script" procedure from Reinhard. In both cases I do not have a good result. It still fails on the mounting root failed. I have attached the lspcii output when I'm booted with the Ubuntu LiveCD. There are multiple SATA controller entries with 10de:037f. This Ultra 40M2 has 8 slots for disks. In the BIOS I did not configured RAID (I did one time, but ESX still sees two disks). Hope sombody has another suggestion for me to fix this issue. Thanks in advance, Jaap
Attachments:
|
|
Hi Dave,
tested another SATA Controller Intel SCRS28x / PCI-X 8xSATA Firmware rev. 814D RaidBIOS H431 http://www.intel.com/design/servers/raid/srcs28x/index.htm /etc/vmware/pciid/megaraid2.xml <device id="0409:8086:3008"> <vmware label="scsi"> <driver>megaraid2</driver> </vmware> <name>LSI Logic MegaRAID SATA</name> <table file="pcitable" module="megaraid2"> <desc>LSI Logic|MegaRAID</desc> </table> <table file="pcitable.Linux" module="megaraid2"> <desc>LSI Logic SATA|MegaRAID SATA</desc> </table> </device> as i figured out in that case it was important to also add the SUBSYSTEM ID´s because the boot process didn´t continue. bye, Reinhard ps: Award points if you find answers helpful. Thanks. |
|
Hi Dave,
next System for your list hp xw8200 (Dual Xeon Workstation) ICH5 (82801EB) http://h10010.www1.hp.com/wwpc/us/en/sm/WF10a/12454-12454-296719-307907-296721-424560.html?jumpid=oc_R1002_USENC-001_HP%20xw8200%20Workstation&lang=en&cc=us bye, Reinhard. ps: Award points if you find answers helpful. Thanks. |