Closed Ygarr closed 5 months ago
qemu-system-x86_64 \ -enable-kvm \ -m 4G \ -smp 4 \ -hda disk.img \ -boot d \ -cdrom ravynOS_0.5.0_f15_amd64.iso \ -netdev user,id=net0,net=192.168.0.0/24,dhcpstart=192.168.0.9 \ -device virtio-net-pci,netdev=net0 \ -vga qxl \ -device AC97
But got only console
GUI isn't supported on VMs yet I believe
That's right - there are no drivers for the virtual GPU, so no GUI.
qemu-system-x86_64 \ -enable-kvm \ -m 4G \ -smp 4 \ -hda disk.img \ -boot d \ -cdrom ravynOS_0.5.0_f15_amd64.iso \ -netdev user,id=net0,net=192.168.0.0/24,dhcpstart=192.168.0.9 \ -device virtio-net-pci,netdev=net0 \ -vga qxl \ -device AC97
But got only console