Open RSX11MPLUS opened 2 months ago
Did you figure this one out?
You're missing graphics
in your config if you're gonna run uefi and be able to start vnc.
graphics="yes"
xhci_mouse="yes"
graphics_res="1600x900"
That might not be the reason why it exits. You're being very cheap with RAM :) , how much do you have?
It's possible that Debian won't run on 512 anymore, give it a 1G.
They did up the miminum requirements Memory and Disk Space Requirements As they mention it is possible to install in lowmem
mode I would still give it at least 1024M. Although a VM can exit if there's not enough RAM.
And if you meant that you were actually able to go through the installation, with a different config file, but when you rebooted it didn't boot then you're missing efivars
in config as Debian's boot loader has always been in a non standard place, unless something changed recently.
So add efivars
, here's the config I use.
loader="uefi"
cpu=4
memory=4096M
network0_type="virtio-net"
network0_switch="public"
graphics="yes"
xhci_mouse="yes"
graphics_res="1600x900"
zfs_zvol_opts="volblocksize=128k"
disk0_name="disk0"
disk0_dev="sparse-zvol"
disk0_type="virtio-blk"
uefi_vars="yes"
i am having a strange issue that is preventing me from starting more than one linux vm at a time. the configuration i am using is as follows, for debian vms:
i am able to create the vm and the install command exits successfully, but the vm does not start. i see this in the debug log, but nothing else, and no indication as to why the vm actually exited.
i have previously had this issue on 14.0, and now 14.1 as well. storage is zfs. appreciate any insight you can provide, i am pulling my hair out here :)