zoukankan      html  css  js  c++  java
  • Workstation 可成功安装ESX但发现不到本地存储的解决方法


    近日尝试用Dell desktop 搭建临时学习环境, 因CPU不支持64位和虚拟化,所以采用的是ESX 3.5方案。通过对Dell 商用台式机的测试,例如280, 520, 330等多种型号,发现Dell OptiPlex 330能成功安装并能启动,但在Virtual Center里无法发现存储,后来发现原来与BIOS中的硬盘设置有关,将RAID Autodetect / ATA 转为 RAID Autodetect / AHCI, 本地存储就可以认出来了。 经测试,Dell OptiPlex 330 能在ESX中完全识别而且安装后能成功启动。

    clip_image002


    以下是BIOS中的修改步骤。

    Change the SATA Operation Setting From RAID Autodetect / ATA to RAID Autodetect / AHCI in System Setup

    1. Restart the computer.

    2. Press <F2> immediately after the keyboard LEDs flash to enter the BIOS (System Setup).

    3. In the System Setup screen, press <Up Arrow> or <Down Arrow> to highlight the Drives section, and then press <Enter>.

    4. Press the <Up Arrow> or <Down Arrow> to highlight the SATA Operation section, and then press <Enter>.

    5. Press the <Up Arrow> or <Down Arrow> to highlight RAID Autodetect / AHCI, and then press <Enter>.

    6. Press <Esc> to exit the System Setup.

    7. Press <Up Arrow> or <Down Arrow> to highlight Save/Exit, and then press <Enter>. The computer restarts.

     
  • 相关阅读:
    JDK自动安装脚本
    lamp script
    spring MVC multipart处理文件上传
    在Java中定义常量
    常用服务搭建(nfs/ftp/samba)
    源码编译安装mysql5.6
    Spring MVC
    Linux crontab 命令格式与详细例子
    Linux : IPTABLES
    linux monitor and maintanence
  • 原文地址:https://www.cnblogs.com/vmware/p/1650149.html
Copyright © 2011-2022 走看看