Mes: octubre 2024

Instalar Windows 11 24H2 en Linux con QEMU
By: Date: octubre 2, 2024 Categories: Consultoria y Manuales

Pendiente de edicion Comandos usados: swtpm socket –tpmstate dir=/home/lastdragon/qemu/win1124h2/ –ctrl type=unixio,path=/home/lastdragon/qemu/win1124h2/swtpm-sock –tpm2 –log level=20 & qemu-system-x86_64 –enable-kvm -m 8G -M q35 -cpu host -smp 4 -drive “if=pflash,format=raw,readonly=on,file=OVMF_CODE.fd” -drive “if=pflash,format=raw,file=OVMF_VARS.fd” -cpu qemu64,+fpu,+vme,+de,+pse,+tsc,+msr,+pae,+mce,+cx8,+apic,+sep,+mtrr,+pge,+mca,+cmov,+pat,+pse36,+clflush,+mmx,+fxsr,+sse,+sse2,+ht,+syscall,+nx,+pni,+ssse3,+cx16,+sse4_1,+sse4_2,+x2apic,+popcnt,+hypervisor,+lahf_lm -smp cores=2,threads=2 -chardev socket,id=chrtpm,path=/home/lastdragon/qemu/win1124h2/swtpm-sock -tpmdev emulator,id=tpm0,chardev=chrtpm -device tpm-tis,tpmdev=tpm0 -drive file=../ISOS/Win11_24H2_Spanish_Mexico_x64.iso,media=cdrom -drive file=../ISOS/virtio-win.iso,media=cdrom -drive file=win11.img,if=virtio,media=disk,cache=unsafe,format=raw -boot menu=on -vga virtio Video de referencia:

Read More →