Archivos en la categoría 'VMware'

VMware Fusion (OSX): Mooltipass in Virtual Machines

Martes, Agosto 19th, 2014

So, I wanted to test the Mooltipass in different platforms besides my main OS, Mac OS X. The better way is to use virtual machines I already have VMware Fusion. On first try I wasn’t able to associate the Mooltipass to any of my virtual machines because the MP is an HiD device and as so, is always connected to the main OS and then emulated via VMware Fusion in the guest OS (in my case, Windows XP and Windows 8):

vmware_fusion_screenshot_without_usb_mooltipass

Mooltipass is not eligible to be associated to the guest OS

After some googling I found a relevant KB (knowledge base) article about associating HiD devices entirely to a Virtual Machine and disassociating it from the host OS: http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&externalId=1033435.

The article says that the virtual machine hardware definition file (.vmx extension, usually located at /Users/$USER/Documents/Virtual Machines.localized) has to be manually edited after shutting down the virtual machine and the VMware Fusion to add the two following lines:

usb.generic.allowHID = "TRUE"
usb.generic.allowLastHID = "TRUE"

After adding both lines, you can safely search for the Mooltipass HiD devide to properly associate it to the guest OS:

vmware_fusion_screenshot_with_usb_mooltipass

vmware_fusion_screenshot_with_usb_mooltipass

Update: Since VMware Fusion 7.1.1 it’s necessary to also add usb.generic.allowHID = “TRUE” in the following file: /Users/$USER/Library/Preferences/VMware\ Fusion/preferences

Crear PEN Bootable de ESXi 4.1 Update 1

Miércoles, Marzo 9th, 2011

El procedimiento es similar al de imágenes ESXi anteriores pero con los nombres cambiados.

Una vez descargado la iso de ESXi 4.1 Update 1 (VMware-VMvisor-Installer-4.1.0.update1-348481.x86_64.iso) la abrimos con algún extractor de archivos que lea ISOs y de la raíz extraemos el archivo imagedd.bz2, que como bien indica su nombre se trata de una imagen del sistema operativo ESXi para ‘quemar’ con dd. No olvidar extraer imagedd de imagedd.bz2.

En linux podemos quemar esta imagen sobre un pen con:

user@host:~ # dd if=imagedd of=/dev/sdb

Donde deberemos reemplazar /dev/sdb con la localización correcta de nuestro pen drive (ojo! muy importante, si nos equivocamos podríamos formatear el/los disco(s) duro(s) de nuestro ordenador!!). Se puede averiguar con dmesg.

En Windows podemos utilizar la opción ‘Restaurar imagen de disco en disco físico’ del programa WinImage.