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
mi茅rcoles, 19 de febrero de 2025
Instalacion en utm con procesador m1
Si intentas instalar, por ejemplo, truenas en utm en un mac m1, te sale un error en pantalla, tal que: Display output is not active.
Para solucionar esto se puede tener en cuenta lo establecido en este post de Github
Tuve un problema similar y parece que de alguna manera funcion贸.
Us茅 Virtio-VGA en su lugar.
Intent茅 emular Ubuntu 16.04.7 LTS (Xenial Xerus) - AMD64, en macOS Ventura (13.5.1) con chip m1.
La configuraci贸n de pantalla predeterminada era virto-gpu-pci, como otras.
Prob茅 virtio-ramfb-gl, pero se detuvo (incluso antes de iniciar) m谩s de 5 minutos.@alicebear1203arriba.
Intent茅 agregar otra pantalla y la configuraci贸n predeterminada de la pantalla agregada era Virtio-VGA.
Finalmente, prob茅 Virtio-VGA en lugar de Virtio-RAMFB-GL y este es el resultado.
Fuente
Suscribirse a:
Entradas (Atom)