Has anyone tried to install VMWare in freebsd? does 64bit works? how is this installation done? or im better off using virtualbox?
That's probably going to be the best, or really anything that installs to bare metal. Mainly because performance is probably going to suck big time if you're trying to run on OS on top of another one. For some applications that might be acceptable, but in my, admittedly little, experience it would have to either be a very simple program or a highly optimized VM.DrJ said:If you need it now, that is probably the best solution. Note: I've not used esxi.
knotabot said:Does ESXi bare metal need support from BIOS enabling of AMD-v or Intel-VT?
Otherwise defaults to a 32bit version?
How XenServer 5 works, you must enable AMD-v or Intel-VT in the BIOS. If your hardware doesn't support enabling in the BIOS then XenServer uses KVM not bare metal.
This limits guests to 32bit modified guests only. Which means that FreeBSD wouldn't work running in guest.
Full support for 32bit Windows though, I think.
For XenServer, that is how I understand it from what I have read.phoenix said:XEN and KVM are two very different virtualisation packages,
I would like to thank Citrix for helping me to appear confused for terminology.phoenix said:You're confusing your VM technologies and terms.
SuperMiguel said:ummm how do KVm run in freebsd? i tough kvm was from linux so i guess it needs to be ported?
phoenix said:VirtualBox is almost ready, though.
1.3.1. Xen: the engine that powers XenServerXen provides fast, secure, open source virtualization that allows multiple operating system instances to run as Xen Virtual Machines or VMs on a single physical x86 computer. Xen supports modified guest operating systems using a technique known as paravirtualization, which requires modifying the operating system to run on Xen, but offers near-native performance. Paravirtualized operating systems "know" that they are virtualized. Xen also supports unmodified operating systems using processor extensions from Intel (VT) and AMD (AMD-V).
Xen Server 5.0 Documentation: Section 3.4.1
- HVM: a mode in which unmodified OS kernels run with the help of virtualization support in the hardware.
- PV: a mode in which specially modified "paravirtualized" kernels run explicitly on top of a hypervisor without requiring hardware support for virtualization.
foo_daemon said:I'm confused as to why you say it's almost ready. It has been committed to the ports tree, the guest additions compile and work, and I use it on i386 7.2-PRE (PCBSD 7.1) with minimal problems.