Solutions
-
SimonF's post in How to make VM web server accessible? was marked as the answerChange to br0 as virbr0 is nat'd
-
SimonF's post in Command line for WOL was marked as the answerHave a look at this post
-
SimonF's post in VM crashing system, now won't even try. was marked as the answerVM settings has option to set start to disable should be set to no
-
SimonF's post in iGPU broke again? was marked as the answerhttps://forums.unraid.net/topic/89453-plugin-gpu-statistics/?do=findComment&comment=1476181
-
SimonF's post in Trying to pass thru Serato SL3 to my windows 10 Vm was marked as the answer
-
SimonF's post in Clone VM, including vdisk, to new name - without modifying original was marked as the answerAh your path and VM name do not match.
I have fixed the check boxes for next release.
-
SimonF's post in M.2 (PCIe) NVME passthrough to VM was marked as the answerDoes it go into the ovmf shell, have you tried exit and then goto boot manager and select the nvme?
-
SimonF's post in Issues with virtual machine and backblaze, please help ! was marked as the answerThis allows a share to show in the VM, but you need to mount if in Linux or use winfs in windows, look at the help text.
-
SimonF's post in Graphics card status not showing up after move was marked as the answerYes.
Your Nvidia card is bound to the VM so will not get any results in GPU stat. Here are my NV and AMD cards. AMD is inuse with the VM and bound to vfio not the amdgpu driver. NV is seen by the host and bound to the NV driver.
GPU Stats shows the following. GPU stats cannot show any data if it is in use in a VM.
-
SimonF's post in Debian 12 VM and character | (cant type it) was marked as the answerThe change is in the 7 beta but you can manually remove the keyboard from the XML, not if you change the VM via the gui it would put it back in.
Switch to form view
Scroll down to this section and remove the keymap entry some of the other bits may have different values.
<graphics type='vnc' port='-1' autoport='yes' websocket='-1' listen='0.0.0.0' keymap='fi'> to <graphics type='vnc' port='-1' autoport='yes' websocket='-1' listen='0.0.0.0' >
-
SimonF's post in Will Unraid 7 be pushed to 2025? was marked as the answerIssue is that openzfs is slow to release updates currently and 7 would not be released on a kernel which is eol. Kernels have gone eol within a couple of weeks following a new release recently
-
SimonF's post in [SOLVED] VMs will not start, not even basic console or bios was marked as the answerDo you get a red banner on tbe vnc page, could be a cookie problem if you do.
-
SimonF's post in Home Assistant VM (HAOS) can't be shut down from within HA nor from Unraid VM UI was marked as the answerDo you have usb manager installed and set to start vm if device is connected? Some devices used in HA get renumerated when disconnected which is detected like a device being plugged in.
-
SimonF's post in Mover...is not moving was marked as the answerHe meant for it to be posted on the support thread for the plugin
-
SimonF's post in Unraid has bound to my serial port card that I want to passthrough to VM was marked as the answerOK the other card is not in its own iommu group.
/sys/kernel/iommu_groups/15/devices/0000:01:00.0
/sys/kernel/iommu_groups/15/devices/0000:01:00.1
/sys/kernel/iommu_groups/15/devices/0000:01:00.2
/sys/kernel/iommu_groups/15/devices/0000:02:00.0
/sys/kernel/iommu_groups/15/devices/0000:02:02.0
/sys/kernel/iommu_groups/15/devices/0000:02:04.0
/sys/kernel/iommu_groups/15/devices/0000:04:00.0
/sys/kernel/iommu_groups/15/devices/0000:05:00.0
You could try the acs override options in VM settings to see if that will add into its own group.
-
SimonF's post in [Unraid 7] was marked as the answerAny packages in the extra folder get loaded at boot. Nerdtools just places the packages in there.
-
SimonF's post in AMD GPU VM was marked as the answerLikely because you have not included the Audio part of the card in the VM Template. Add sound card for the audio part.
-
SimonF's post in Cannot create VM in 7.0 beta 2 was marked as the answerWhen I checked your diags you have the Disable option set to yes. It needs to be no.
You can check the config file here.
root@LincstationN1:~# cat /boot/config/domain.cfg
SERVICE="enable"
IMAGE_FILE="/mnt/user/system/libvirt/libvirt.img"
IMAGE_SIZE="1"
DEBUG="no"
DOMAINDIR="/mnt/pool/domains/"
MEDIADIR="/mnt/user/isos/"
VIRTIOISO="/mnt/user/isos/virtio-win-0.1.248-1.iso"
BRNAME="br0"
VMSTORAGEMODE="auto"
TIMEOUT="60"
DISABLE="no"
HOSTSHUTDOWN="shutdown"
CONSOLE="both"
RDPOPT="no"
USAGE="N"
USAGETIMER="3"
-
SimonF's post in pcie acs override was marked as the answerDid you mean VMs rather than dockers?
The ACS override creates kernel command line entries in the syslinux config.
You need to edit /boot/syslinux/syslinux.cfg and then reboot. Remove the pcie_acs_override bits. i.e. pcie_acs_override=downstream,multifunction may be one or two options depending on what was selected.
root@GUITest:~# cat /boot/syslinux/syslinux.cfg default menu.c32 menu title Lime Technology, Inc. prompt 0 timeout 50 label Unraid OS menu default kernel /bzimage append unraidlabel=UNRAIDKEY quiet intel_iommu=on nofb nomodeset video=vesafb:off,efifb:off pcie_acs_override=downstream,multifunction initrd=/bzroot label Unraid OS GUI Mode kernel /bzimage append unraidlabel=UNRAIDKEY isolcpus=1-2,4-9 pcie_acs_override=downstream,multifunction initrd=/bzroot,/bzroot-gui label Unraid OS Safe Mode (no plugins, no GUI) kernel /bzimage append initrd=/bzroot unraidsafemode label Unraid OS GUI Safe Mode (no plugins) kernel /bzimage append initrd=/bzroot,/bzroot-gui unraidsafemode label Memtest86+ (legacy)(legacy) kernel /memtest label Memtest86+ (UEFI) kernel /memtest.efi label Memtest86+ (legacy)(UEFI) kernel /memtest64.efi label Memtest86+ (UEFI) kernel /memtest.efi root@GUITest:~#
-
SimonF's post in QEMU Command Line form not saved - no effect was marked as the answerYou need to use libvirt xml format i.e.
<qemu:commandline> <qemu:arg value='-vga'/> <qemu:arg value='vmware'/> </qemu:commandline>
https://libvirt.org/kbase/qemu-passthrough-security.html
-
SimonF's post in Windows 11 VM (Low Resolution (1280x800)) was marked as the answerHave you tried updating drive in device manager in windows and selecting qxl in virtio cd?
-
SimonF's post in VM VNC Comsole no longer working was marked as the answerTry clearing cookies for the vnc connection.
-
SimonF's post in Cant Delete/Create VMs/Docker Containers was marked as the answerRemove this plugin docker.folder.plg - 2021.08.20 (Up to date) (Incompatible)
-
SimonF's post in Windows 10 KVM Execution Error After Motherboard Upgrade was marked as the answerYou can remove that hostdev secton. Want did you have passed thru on old MB?
-
SimonF's post in Block VM accessing dockers and shares was marked as the answerYou can create vlans and create bridges for each vlan to bind the vm to. Not sure it would work as you wont have a trunk port.
Other option if you have more than one nic to connect to differnent ports with different vlans on the router.
again create different bridge per nic.