Has anyone managed to get redox os running on proxmox?
I have been trying to follow these instructions for QEMU on their website
https://doc.redox-os.org/book/ch02-01-running-vm.html#linux-1
i have been converting this to proxmox as much as i can but still running into issues with the booting
i have asked on the redox chats but no one so far as run redox on proxmox as far as i can tell.
if anyone has please let me know thanks
I have been trying to follow these instructions for QEMU on their website
https://doc.redox-os.org/book/ch02-01-running-vm.html#linux-1
Bash:
SDL_VIDEO_X11_DGAMOUSE=0 qemu-system-x86_64 -d cpu_reset,guest_errors -smp 4 -m 2048 \
-chardev stdio,id=debug,signal=off,mux=on,"" -serial chardev:debug -mon chardev=debug \
-machine q35 -device ich9-intel-hda -device hda-duplex -netdev user,id=net0 \
-device e1000,netdev=net0 -device nec-usb-xhci,id=xhci -enable-kvm -cpu host \
-drive file=`echo $HOME/Downloads/redox_demo_x86_64_*_harddrive.img`,format=raw
i have been converting this to proxmox as much as i can but still running into issues with the booting
i have asked on the redox chats but no one so far as run redox on proxmox as far as i can tell.
if anyone has please let me know thanks