[翻译] 从U盘安装ESXi服务器

如果你的服务器没有光驱,则可能需要通过U盘来安装ESXi服务器。
具体步骤如下:

 

1、下载一个叫Syslinux的软件。windows下载zip格式的,解压缩即可使用。

目前最新版本是3.83。
官方地址:http://syslinux.zytor.com/wiki/index.php/The_Syslinux_Project
下载地址:http://www.kernel.org/pub/linux/utils/boot/syslinux/

 

2、进入cmd命令行,进入..\win32\目录,运行命令:

syslinux.exe <U盘盘符>

 

3、把 ESXi 安装CD的所有内容,copy到U盘。

 

4、把U盘的 isolinux.cfg文件,重命名为SYSlinux.cfg。

 

一般这样就可以从U盘来安装ESXi服务器了。

如果不行的话,参考命令:

 syslinux 命令参数:

    -s - this option causes Syslinux to use simpler code which boots easier on some older BIOSes.

    -f - this option will force the install

    -m - (Windows only) - this will install a bootable MBR sector at the beginning of the drive

    -a - this marks the partions as active (bootable)

 

你可能感兴趣的:(服务器,职场,U盘,休闲,esxi)