Jump to content

SimonF

Community Developer
  • Posts

    4,137
  • Joined

  • Last visited

  • Days Won

    18

Community Answers

  1. SimonF's post in Rename USB Flash Device Partition Label on Linux? was marked as the answer   
    fatlabel is the linux command, windows various options. Not sure why you need grub as syslinux should boot ok.
     
     
  2. SimonF's post in No internet After virtio Driver installation was marked as the answer   
    Windows should have a driver for this.
  3. SimonF's post in Win 10 VM - Network adapter is no where to be found?!?! was marked as the answer   
    Sorry missing ' on this line.
    but you also need to replace the XX. 
     
    <mac address='52:54:00:91:9c:aa'/>
  4. SimonF's post in ERROR VM 5627: error : qemuDomainAgentAvailable:8610 : Guest agent is not responding: QEMU guest agent is not connected was marked as the answer   
    The guest agent error message is not a problem. It is used to get the IP addresses of the guest VM but requires you to install the guest agent on the VM.
     
    I did look to see if the message can be suprresed but not found a way to do it yet.
  5. SimonF's post in unRaid Tool that can clone Win11 NVMe into virtual image for VM? was marked as the answer   
  6. SimonF's post in Ubuntu 22.04 VM locks up and goes to 100% CPU useage about every 24 hours. was marked as the answer   
    Edit the VM goto XML mode.
     
    Remove <memoryBacking> <source type='memfd'/> <access mode='shared'/> </memoryBacking> Replace with <memoryBacking> <nosharepages/> </memoryBacking>  
  7. SimonF's post in USB läuft in VM nicht stabil was marked as the answer   
    Add mapping


     
    set on auto connect

  8. SimonF's post in ISO share folder rebuild. was marked as the answer   
    You can create the share or change setting to a different one in vm settimgs
  9. SimonF's post in Drives and USB devices visible in BIOS not available once Booted (Asus WRX80 Sage + 5965WX) was marked as the answer   
    Have you tried pci=realloc=off
     
     
  10. SimonF's post in Managed to Lock myself out of Unraid Web Interface was marked as the answer   
    you can exit file in boot/config called identcfg and chage use_ssl to no
  11. SimonF's post in 6.11.5 - Unable to change Power State (USB pcie card) was marked as the answer   
    https://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.
     

     

  12. SimonF's post in Passing USB devices to a VM was marked as the answer   
    Standard 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>  
  13. SimonF's post in No option for vDisk Size during VM creation. was marked as the answer   
    Likely 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/
  14. SimonF's post in Cant Assign 14TB Drives to my array was marked as the answer   
    as per smart posted by Vr2lo you need to remove type 2 protection 
     
  15. SimonF's post in Chrome and Firefox web gui showing different units for Array read and write speeds was marked as the answer   
    You need to click on the toggle between count and bytes controlled by cookies so will be different in different browsers
  16. SimonF's post in ConBee 2 visible but not functional in Home Assistant using Unraid virtual machine was marked as the answer   
    for conbee ii you need to do serial conmections to the vm 
     
     
  17. SimonF's post in Unable to use SAS HDD H7240AS60SUN4.0T_001423E011JX_PBK011JX was marked as the answer   
    The disk is Formatted with type 1 protection
     
    You need to format the drive to remove see this thread.
     
     
  18. SimonF's post in No option to save XML for VMs was marked as the answer   
    Is your VM Running? You can only change when stopped.
  19. SimonF's post in Version 6.11.2 Unmountable: Unsupported partition layout Help! was marked as the answer   
    There was a bug for drive > 2tb fixed in 6.11.3
  20. SimonF's post in 6.11.3 - 12th gen Intel with Z690M - Onboard NIC not working? was marked as the answer   
    It 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
  21. SimonF's post in Windows 10 VM randomly freezing was marked as the answer   
    Did you reset the memory backing lines from the XML?
     
     
    <memoryBacking> <nosharepages/> </memoryBacking>  
     
  22. SimonF's post in Cannot reboot with the USB Drive inserted was marked as the answer   
    Do you have fastboot enabled in the bios? it should be disabled.
  23. SimonF's post in Blue Information Windows on every Page was marked as the answer   
    Turnoff help ? in a circle near top right corner on menu bar
  24. SimonF's post in Add PCIe NVME Devices To Boot Order in GUI was marked as the answer   
    Created 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>
  25. SimonF's post in Question: do SSDs and NVMe now "spindown" with 6.11 ? was marked as the answer   
    NVME 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.
×
×
  • Create New...