wiki:TipAndDoc/VM/VMware/ESXi

Version 8 (modified by mitty, 14 years ago) (diff)

--

making USB installer

  1. syslinuxをDL -> http://www.kernel.org/pub/linux/utils/boot/syslinux/
  2. syslinux.exe -am <DRIVELETTER of USB-flash>
    • 管理権限で実行すること
  3. VMware-VMvisor-Installer-4.0.0-171294.x86_64.iso の中身をUSB-flashにコピー
  4. isolinux.cfgをsyslinux.cfgとリネーム

Harware Compatibility

M2A-VM

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
    

onboard SATA and NIC(Realtek)

  • 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
    

with wget

misc

  • Failed to load lvmdriver
    • 認識可能なNICが一つもない環境だと、インストーラの起動がこのエラーとともに停止する模様

Attachments (8)

Download all attachments as: .zip