Impresiones web superior
lunes, 24 de febrero de 2025
INSTALAR XPENOLOGY COMO MAQUINA VIRTUAL EN MAC
Tenemos 2 partes:
Convertir la imagen ova a qcow2
How to Run .ova files on M1 Mac Using UTM
Zena Abusharkh
Zena Abusharkh
Lead Software Developer @SoulsticeDating | Computer Science 馃懇馃帗
1️⃣ Install UTM
Download and install the UTM app for virtual machines on macOS.
2️⃣ Install .ova
This is the file am trying to run but feel free to use your own file ..download the OSC10e.ova from this link -> https://cs.westminstercollege.edu/~greg/osc10e/vm/index.html
After downloading the .ova file, you'll need to convert it to the .qcow2 format.
3️⃣ Convert the .ova to .qcow2 (Ensure You Have Enough Disk Space 馃捑)
You'll need Terminal to convert the file. Make sure you have enough space, or it will cause an error! If you encounter issues, use ChatGPT to debug. Here's how:
馃敼 Step 1: Open Terminal and run:
arch -arm64 brew install qemu
馃敼 Step 2: Once successfully installed, extract the .ova file using:
tar -xvf /path/to/OSC10e.ova
馃敼 Step 3: This will generate two files:
OSC10e-disk1.vmdk and OSC10e.ovf (typically found under /Users/).
馃敼 Step 4: Now, convert the .vmdk file to .qcow2:
qemu-img convert -f vmdk -O qcow2 /path/to/OSC10e-disk1.vmdk OSC10e.qcow2
馃帀 Success! The converted file (OSC10e.qcow2) should be located under /Users/.
4️⃣ Run the File in UTM
Follow this tutorial to run the .qcow2 file properly in UTM:
馃摵 Watch the tutorial -> https://youtu.be/enF3zbyiNZA?si=y-jg_lBhM-R87jLU
Crear la maquina virtual en utm
Youtube
Creditos
convertir a qemu
crear maquina virtual en utm
Suscribirse a:
Enviar comentarios (Atom)
No hay comentarios:
Publicar un comentario