Solutions
-
SimonF's post in Managed to Lock myself out of Unraid Web Interface was marked as the answeryou can exit file in boot/config called identcfg and chage use_ssl to no
-
SimonF's post in 6.11.5 - Unable to change Power State (USB pcie card) was marked as the answerhttps://unraid.net/community/apps?q=usb+manager#r
Yes you can setup by device ID or port. You can also enable hubs.
You have options for hotplug and vm start.
-
SimonF's post in Passing USB devices to a VM was marked as the answerStandard USB has only 4 ports so you may need to change the driver and one is the root port so only 3 usable.
Change to use xhci driver to see if that helps.
-device '{"driver":"qemu-xhci","p2":15,"p3":15,"id":"usb","bus":"pcie.0","addr":"0x7"}' or Libvirt <controller type='usb' index='0' model='qemu-xhci' ports='15'> <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x0'/> </controller>
-
SimonF's post in No option for vDisk Size during VM creation. was marked as the answerLikely the image files are already in there. have you deleted the VM without removing the disks? or are you trying to create a 2nd Win10 machine and not changed the name as yet?
ls /mnt/user/domains/Windows 10/
-
SimonF's post in Cant Assign 14TB Drives to my array was marked as the answeras per smart posted by Vr2lo you need to remove type 2 protection
-
SimonF's post in Chrome and Firefox web gui showing different units for Array read and write speeds was marked as the answerYou need to click on the toggle between count and bytes controlled by cookies so will be different in different browsers
-
SimonF's post in ConBee 2 visible but not functional in Home Assistant using Unraid virtual machine was marked as the answerfor conbee ii you need to do serial conmections to the vm
-
SimonF's post in Unable to use SAS HDD H7240AS60SUN4.0T_001423E011JX_PBK011JX was marked as the answerThe disk is Formatted with type 1 protection
You need to format the drive to remove see this thread.
-
SimonF's post in No option to save XML for VMs was marked as the answerIs your VM Running? You can only change when stopped.
-
SimonF's post in Version 6.11.2 Unmountable: Unsupported partition layout Help! was marked as the answerThere was a bug for drive > 2tb fixed in 6.11.3
-
SimonF's post in 6.11.3 - 12th gen Intel with Z690M - Onboard NIC not working? was marked as the answerIt is active, but eth0 is the pci. you need to chanve then network settings to make onbaord eth0
02:00.0 Ethernet controller [0200]: Intel Corporation Ethernet Controller I225-V [8086:15f3] (rev 03)
Subsystem: Gigabyte Technology Co., Ltd Ethernet Controller I225-V [1458:e000]
Kernel driver in use: igc
Kernel modules: igc
-
SimonF's post in Windows 10 VM randomly freezing was marked as the answerDid you reset the memory backing lines from the XML?
<memoryBacking> <nosharepages/> </memoryBacking>
-
SimonF's post in Cannot reboot with the USB Drive inserted was marked as the answerDo you have fastboot enabled in the bios? it should be disabled.
-
SimonF's post in Blue Information Windows on every Page was marked as the answerTurnoff help ? in a circle near top right corner on menu bar
-
SimonF's post in Add PCIe NVME Devices To Boot Order in GUI was marked as the answerCreated the following, but not tested booting from the NVME. Only type 0108(NVME) devices will have boot order input.
<hostdev mode='subsystem' type='pci' managed='yes'>
<driver name='vfio'/>
<source>
<address domain='0x0000' bus='0x02' slot='0x00' function='0x0'/>
</source>
<boot order='1'/>
<address type='pci' domain='0x0000' bus='0x00' slot='0x06' function='0x0'/>
</hostdev>
-
SimonF's post in Question: do SSDs and NVMe now "spindown" with 6.11 ? was marked as the answerNVME dont have have spin down support yet. I have been playing with power states but they dont seem to change much as far as I can see at present. i.e. if i set a dev to ps4 i thought temp may reduce as using less pwr but it doesnt. may be the location on motherboard.
-
SimonF's post in INTEL 12TH GEN ALDERLAKE UHD770 /GT1 IGPU PASSTHROUGH NO DISPLAY was marked as the answerI have not found a way to passthru igpu as yet on Alderlake.
-
SimonF's post in How to (re)attach VirtIO iso image was marked as the answerIt should take the path from the settings and show the ISOs.
manual options is as follows
root@computenode:/mnt/disk1/@Documents/Virtio/Downloads# virsh domblklist "Windows 10" --details Type Device Target Source ------------------------------------------------------------------- file disk hdc /mnt/user/domains/Windows 10/vdisk1.img file cdrom hda /mnt/user/isos/Windows10.iso file cdrom hdb /mnt/user/isos/virtio-win-0.1.221-1.iso root@computenode:/mnt/disk1/@Documents/Virtio/Downloads# virsh change-media "Windows 10" hdb --eject Successfully ejected media. root@computenode:/mnt/disk1/@Documents/Virtio/Downloads# virsh change-media "Windows 10" hdb /mnt/user/isos/virtio-win-0.1.221-1.iso --insert Successfully inserted media. root@computenode:/mnt/disk1/@Documents/Virtio/Downloads#
-
SimonF's post in Your hardware does not have Intel VT-x or AMD-V capability was marked as the answerHave you enabled in the bios? Which cpu do you have?
-
SimonF's post in How do I automate spinning down specific disks? was marked as the answerYou can set option per disk also. i.e set default to not spin down and set per disks as required
-
SimonF's post in Conbee 2 (Zigbee) USB Stick stopped working in a homeassistant-VM was marked as the answerhave a look at this post
-
SimonF's post in 直通usb设备拔掉,虚拟机也掉的问题 was marked as the answerUSB Manager plugin can auto connect like Hotplug when detected.
-
SimonF's post in Conbee usb passthrough to an Home assistant VM was marked as the answerIt should be a device with serial not tablet.
/dev/serial/by-id/usb-QEMU_QEMU_USB_SERIAL_1-0000:00:07.7-4-if00-port0
-
SimonF's post in 6.11 no NVIDIA GPU working was marked as the answerDid you follow this?
-
SimonF's post in VM's filling logs with errors was marked as the answerhave a look at this tread.