[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-discuss] ESXi prebuilt image
From: |
Jan Schermer |
Subject: |
Re: [Qemu-discuss] ESXi prebuilt image |
Date: |
Sun, 6 Aug 2017 15:51:05 +0200 |
You can’t redistribute that image legally, which is probably why you didn’t
find any.
Solution:
virt-install --connect=qemu:///system -n esxi --cpu=host --vcpus=2 \
--ram 4096 --os-type=linux \
--cdrom=/tank/images/VMware-VMvisor-Installer-6.5.0.update01-5969303.x86_64.iso
\
--disk \
path=/dev/zvol/tank/volumes/esxi,bus=ide \
--hvm --network bridge=br-vm,model=e1000 --virt-type=kvm --arch=x86_64 \
--graphics spice --accelerate --video qxl --channel spicevmc
Jan
> On 6 Aug 2017, at 15:33, Kevin Wilson <address@hidden> wrote:
>
> Hi, qemu community,
> Is there anywhere a prebuilt ESXi image for quemu ?
>
> I am newbie to qemu, and in the google search I did, I got many
> recommendations about
> how to create such an image. I would prefer to use a prebuilt image
> which is known to work under
> Ubnutu.
>
> Regards,
> Kevin
>