ravynsoft / ravynos

A BSD-based OS project that aims to provide source and binary compatibility with macOS® and a similar user experience.
https://www.ravynos.com
Other
5.68k stars 192 forks source link

No GUI #433

Closed Ygarr closed 5 months ago

Ygarr commented 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

The-Ladle commented 5 months ago

GUI isn't supported on VMs yet I believe

mszoek commented 5 months ago

That's right - there are no drivers for the virtual GPU, so no GUI.