[[PageOutline]] * [http://www.vm-help.com/ Welcome to vm-help.com] * 非常に情報量の多いサイト * 内部構成について => [./diskstructure] = making USB installer = 1. syslinuxをDL -> http://www.kernel.org/pub/linux/utils/boot/syslinux/ 1. syslinux.exe -am * 管理権限で実行すること 1. VMware-VMvisor-Installer-4.0.0-171294.x86_64.iso の中身をUSB-flashにコピー 1. isolinux.cfgをsyslinux.cfgとリネーム = Harware Compatibility = == M2A-VM == * [http://unkoman2012.blogspot.com/2008/12/esxi-2.html unkoman2012: ESXi その2] * [http://www.vm-help.com/forum/viewtopic.php?f=13&t=362 vm-help.com - View topic - ASUS M2A-VM SATA] === onboard SATA === * diff simple.map {{{ --- simple.map 2009-06-12 04:35:46.000000000 +0900 +++ ahci/simple.map 2009-11-12 07:42:59.000000000 +0900 @@ -33,6 +33,7 @@ 1000:1960 0000:0000 storage megaraid2.o 1000:9010 0000:0000 storage megaraid2.o 1000:9060 0000:0000 storage megaraid2.o +1002:4380 0000:0000 storage ahci 1002:4390 0000:0000 storage ahci.o 1002:4391 0000:0000 storage ahci.o 1002:4392 0000:0000 storage ahci.o }}} * => attachment:SB600-SATA-oem.tgz === onboard SATA and NIC(Realtek) === * see [http://www.vm-help.com/forum/viewtopic.php?f=12&t=1272 vm-help.com - View topic - RTL8111/8168 and P55 integr. SATA Ctrl. (AHCI) for ESX 4] * !r8168.o from http://www.vm-help.com/forum/download/file.php?id=136 * diff simple.map {{{ --- simple.map 2009-06-12 04:35:46.000000000 +0900 +++ ahci+realtek/simple.map 2009-11-11 23:44:24.176278600 +0900 @@ -33,6 +33,7 @@ 1000:1960 0000:0000 storage megaraid2.o 1000:9010 0000:0000 storage megaraid2.o 1000:9060 0000:0000 storage megaraid2.o +1002:4380 0000:0000 storage ahci 1002:4390 0000:0000 storage ahci.o 1002:4391 0000:0000 storage ahci.o 1002:4392 0000:0000 storage ahci.o @@ -223,6 +224,7 @@ 10df:fe00 0000:0000 storage lpfc820.o 10df:fe05 0000:0000 storage lpfc820.o 10df:fe12 0000:0000 storage lpfc820.o +10ec:8168 0000:0000 network r8168.o 1103:0004 0000:0000 storage pata_hpt3x2n.o 1103:0005 0000:0000 storage pata_hpt3x2n.o 1103:0006 0000:0000 storage pata_hpt3x2n.o }}} * => attachment:SB600-SATA-NIC-oem.tgz ==== with wget ==== * 上記に追加して、wget (via http://www.vm-help.com/esx/esx3i/ESXi_enable_FTP.php )も追加した物 * attachment:wget-SB600-SATA-NIC-oem.tgz * /bin/wget で使用できる * bin/wget --version {{{ GNU Wget 1.11.4 }}} * 標準に入っているBusyBox v1.9.1-VMware-visor-654のwgetはhttpsに対応していない * 標準のwgetを置き換えることは出来ないので、「alias wget='/bin/wget'」等して使うのがよい = misc = * Failed to load lvmdriver * 認識可能なNICが一つもない環境だと、インストーラの起動がこのエラーとともに停止する模様