Sare lokalak apunteak
2007k2007 Urria 3
Utzi zure iruzkina
Categories: Uncategorized
Sistema eragile bat instalatu nahi badegu (vmwarez) baina ISO fitxategi batetik:
Use the ISO image option in EasyVMX!
If you already made and installed your virtual machine, edit your .vmx file and add these lines:
CODE
# Second CDROM, ISO-image
ide1:1.present = “TRUE”
ide1:1.fileName = “my_iso_image.iso”
ide1:1.deviceType = “cdrom-image”
ide1:1.startConnected = “FALSE”
ide1:1.mode = “persistent”
Replace “my_iso_image.iso” with the name of your ISO image.
Place your ISO image in the same directory as your virtual machine.