Estou executando o qemu no Windows em um computador de 64 bits. Eu estou tentando executar o Linux mint iso com o Qemu no powershell. Este é o meu comando para executá-lo no powershell.
qemu-system-x86_64 -boot d -cdrom E:\linuxmint-19.iso -m 512 -hda LinuxM19.img, -drive format=raw,file=E:\Data.vhd
Eu estou inicializando o iso de um USB e o LinuxM19.img é salvo na pasta onde estão todas as coisas do Qemu. Eu fiz esse arquivo usando o Qemu.
Meu problema é quando eu seleciono iniciar o Linux leva alguns segundos para carregar, então ele mostra uma tela preta com essa mensagem de erro no powershell.
WARNING: Image format was not specified for 'LinuxM19.img' and probing guessed raw.
Automatically detecting the format is dangerous for raw images, write operations on block 0 will be restricted.
Specify the 'raw' format explicitly to remove the restrictions.
Em seguida, ele vai para o menu de seleção, onde eu posso selecionar para instalá-lo ou executá-lo eu entro no modo de execução e eu recebo uma janela em branco e no powershell diz:
(qemu-system-x86_64.exe:20488): Gtk-WARNING **: Could not load a pixbuf from /org/gtk/libgtk/theme/Adwaita/assets/check-symbolic.svg
This may indicate that pixbuf loaders or the mime database could not be found.
Estou usando powershell
, pois cmd
está bloqueado em minha conta.
Tags qemu linux-mint