I use the command to run easyos in qemu
Code: Select all
qemu-system-x86_64 -m 4G -drive format=raw,file=583.img,media=disk,index=0 -enable-kvm -bios efi64.bin
then I can't enter the desktop
but I use this
Code: Select all
qemu-system-x86_64 -m 4G -drive format=raw,file=583.img,media=disk,index=0 -enable-kvm -bios efi64.bin -vga vmware
I got a black screen.Nothing I can see.
Who can solve this problem?