Solutions
-
SimonF's post in Intel Arc B570 battlemage was marked as the answerYou may have to force_probe the card. Have a look to see if there are any messages in syslog or dmesg?
-
SimonF's post in Mixing GPU types and Vendors AMD/NVIDIA? was marked as the answerYes it is fine I have had 4 gpus in my test server AMD, intel arc, intel igpu and Nvidia.
-
SimonF's post in Tailscale for a VM was marked as the answerYes install the tail scale client for the VM os.
-
SimonF's post in 6.12.14 - UPS Question was marked as the answerinstall Network UPS Tools (NUT) by desertwitch from Community Applications
-
SimonF's post in Why some basic plugins are not preinstalled (or built-in) in Unraid? was marked as the answerOne of the reason for them being plugins it allows out of cycle updates and fixes. If was rolled into the core then would be max 3/4 updates a year.
-
SimonF's post in VM Dateien umziehen was marked as the answerroot@computenode:/mnt/user/domains2/Arch9# qemu-img info --backing-chain -U vdisk1.S20250321211701qcow2 image: vdisk1.S20250321211701qcow2 file format: qcow2 virtual size: 5 MiB (5242880 bytes) disk size: 196 KiB cluster_size: 65536 backing file: /mnt/user/domains2/Arch9/vdisk1.img backing file format: raw Format specific information: compat: 1.1 compression type: zlib lazy refcounts: false refcount bits: 16 corrupt: false extended l2: false Child node '/file': filename: vdisk1.S20250321211701qcow2 protocol type: file file length: 192 KiB (197120 bytes) disk size: 196 KiB image: /mnt/user/domains2/Arch9/vdisk1.img file format: raw virtual size: 5 MiB (5242880 bytes) disk size: 1 MiB Child node '/file': filename: /mnt/user/domains2/Arch9/vdisk1.img protocol type: file file length: 5 MiB (5242880 bytes) disk size: 1 MiB root@computenode:/mnt/user/domains2/Arch9# cat /etc/libvirt/qemu/snapshotdb/Arch9/snapshots.db { "S20250321211701": { "name": "S20250321211701", "parent": "Base", "state": "shutoff", "desc": null, "memory": { "@attributes": { "snapshot": "no" } }, "creationtime": "1742591822", "method": "QEMU", "backing": { "hdc": [ "\/mnt\/xfspool\/domains2\/Arch9\/vdisk1.S20250321211701qcow2", "\/mnt\/user\/domains2\/Arch9\/vdisk1.img" ], "rhdc": [ "\/mnt\/user\/domains2\/Arch9\/vdisk1.img", "\/mnt\/xfspool\/domains2\/Arch9\/vdisk1.S20250321211701qcow2" ], "hdd": [ "\/mnt\/xfspool\/domains2\/Arch9\/vdisk2.S20250321211701qcow2", "\/mnt\/user\/domains2\/Arch9\/vdisk2.img" ], "rhdd": [ "\/mnt\/user\/domains2\/Arch9\/vdisk2.img", "\/mnt\/xfspool\/domains2\/Arch9\/vdisk2.S20250321211701qcow2" ], "hde": [ "\/mnt\/vmpoolzfs\/domains\/vdisk3.S20250321211701qcow2", "\/mnt\/user\/domains\/vdisk3.qcow2" ], "rhde": [ "\/mnt\/user\/domains\/vdisk3.qcow2", "\/mnt\/vmpoolzfs\/domains\/vdisk3.S20250321211701qcow2" ], "hdf": [ "\/mnt\/xfspool\/domains2\/Arch9\/vdisk4.S20250321211701qcow2", "\/mnt\/user\/domains2\/Arch9\/vdisk4.img" ], "rhdf": [ "\/mnt\/user\/domains2\/Arch9\/vdisk4.img", "\/mnt\/xfspool\/domains2\/Arch9\/vdisk4.S20250321211701qcow2" ], "hdg": [ "\/mnt\/xfspool\/domains2\/Arch9\/vdisk5.S20250321211701qcow2", "\/mnt\/user\/domains2\/Arch9\/vdisk5.qcow2" ], "rhdg": [ "\/mnt\/user\/domains2\/Arch9\/vdisk5.qcow2", "\/mnt\/xfspool\/domains2\/Arch9\/vdisk5.S20250321211701qcow2" ], "hdh": [ "\/mnt\/vmpoolzfs\/domains\/vdisk2.S20250321211701qcow2", "\/mnt\/user\/domains\/vdisk2.img" ], "rhdh": [ "\/mnt\/user\/domains\/vdisk2.img", "\/mnt\/vmpoolzfs\/domains\/vdisk2.S20250321211701qcow2" ] }, "primarypath": "\/mnt\/xfspool\/domains2\/Arch9", "disks": [ { "@attributes": { "name": "hdc", "snapshot": "external", "type": "file" }, "driver": { "@attributes": { "type": "qcow2" } }, "source": { "@attributes": { "file": "\/mnt\/xfspool\/domains2\/Arch9\/vdisk1.S20250321211701qcow2" } } }, { "@attributes": { "name": "hdd", "snapshot": "external", "type": "file" }, "driver": { "@attributes": { "type": "qcow2" } }, "source": { "@attributes": { "file": "\/mnt\/xfspool\/domains2\/Arch9\/vdisk2.S20250321211701qcow2" } } }, { "@attributes": { "name": "hde", "snapshot": "external", "type": "file" }, "driver": { "@attributes": { "type": "qcow2" } }, "source": { "@attributes": { "file": "\/mnt\/vmpoolzfs\/domains\/vdisk3.S20250321211701qcow2" } } }, { "@attributes": { "name": "hdf", "snapshot": "external", "type": "file" }, "driver": { "@attributes": { "type": "qcow2" } }, "source": { "@attributes": { "file": "\/mnt\/xfspool\/domains2\/Arch9\/vdisk4.S20250321211701qcow2" } } }, { "@attributes": { "name": "hdg", "snapshot": "external", "type": "file" }, "driver": { "@attributes": { "type": "qcow2" } }, "source": { "@attributes": { "file": "\/mnt\/xfspool\/domains2\/Arch9\/vdisk5.S20250321211701qcow2" } } }, { "@attributes": { "name": "hdh", "snapshot": "external", "type": "file" }, "driver": { "@attributes": { "type": "qcow2" } }, "source": { "@attributes": { "file": "\/mnt\/vmpoolzfs\/domains\/vdisk2.S20250321211701qcow2" } } } ] } }root@computenode:/mnt/user/domains2/Arch9# Path is in the image and also it is stored in my snapshotdb.
-
SimonF's post in How to go back to a reverted Snapshot? was marked as the answerAre you looking to commit the snap image into the base.
You can use qemu-img to do that. https://blog.programster.org/qemu-img-cheatsheet#get-information-about-a-file
Snapshots will be none as the snapshotdb will have had the entries removed.
-
-
SimonF's post in Intel ARC B580 Pasthrough was marked as the answerLooks like it may be a setting in the bios due to tile nature of TRs, Set this to enabled.
-
SimonF's post in Where are Unraid VM snapshots stored? was marked as the answerThe snapshot implementation does not create a full copy of the disk image. It creates a QCOW2 overlay in the same dir as the disk. It is not possible to create a snapshot via script/Cmdline currently. The database for snapshots is stored in /etc/libvirt/qemu/snapshotdb/VM name/
Planned for a future release to provide backups, but not in scheduled timeline as yet.
-
SimonF's post in Noiw that nerdtools is deprecated/gone, how can I install ipmitool? was marked as the answer
-
SimonF's post in VNC Console Hardware Acceleration was marked as the answerNot currently but I am working on virgl for a future release.
-
SimonF's post in VM Migratable option in Unraid 7 was marked as the answerNo, it is enabled by default. Turing off can provide additional performance increase hence the option has been added. For a VM to be migrated across hosts QEMU reduces the available cpu features. No plans in current pipeline to support migration between hosts.
-
SimonF's post in After upgrading to v7, I cannot connect to VM's via vlc or spice. was marked as the answerVia the web gui or external clients, try clearing cookies.
-
SimonF's post in V7.0 Virtual Machines Usage tile missing after upgrade. But only on 1 of my servers. was marked as the answerHave you enabled in the settings?
-
SimonF's post in Where did Docker run (extra params) go in Unraid 7? was marked as the answerDid you toggle slider from basic to advanced top right?
-
SimonF's post in Need to change USB Port between reboots was marked as the answerDo you have fastboot enabled in the bios, If yes disable it.
-
SimonF's post in Intel Arc Temperature and Fan information was marked as the answerShould become available when Kernel is raised to 6.12 currently looking at 7.1 for that.
-
SimonF's post in Please Help- Iommu Group Grayed Out was marked as the answerSo you are trying to pass thru the igpu? This is problematic and needs a special bios.
-
SimonF's post in How can I use 2 USB sticks with the same microcontroller for a VM (Home Assistant)? was marked as the answerRemove the settings from the VM template and add mappings within the plugin, if they have the same serial number you will need to do a port mapping.
When the VM starts it will connect the device if you enabled in the mappings.
-
SimonF's post in AMD Radeon GPU Passthrough problem was marked as the answerTry install AMD reset plugin
-
SimonF's post in losing my mind was marked as the answerLooks like one of the host controllers is being removed are you passing into a VM? I would disable the usbip options if not using.
-
SimonF's post in Windows 11 - Passthrough NVME / USB / VIDEO / NIC - Need help with NVME was marked as the answerIn system devices select check box for the NVME, mine are not allowed due to being used in a pool.
Then in the VM Template it should show here.
-
SimonF's post in Can't use these USB device because they are "the same" (but they're actually not) was marked as the answerVM template uses vendor product to map devices 10c4:ea60.
Have a look at my usb manager plugin as supports mapping by bus devids. You remove from VM template if using usb manager
Have a look at my usb manager pl
-
SimonF's post in Boot to GUI frozen at JPEG decode is enabled in VM mode was marked as the answerYou may need to blacklist the AMD driver.