Jump to content

josh5565

Members
  • Posts

    32
  • Joined

  • Last visited

Posts posted by josh5565

  1. So I have a weird issue where if I have my GPU passed through it works just fine as long as I have the virtual display enabled in the xml. However the moment I disable the VNC console the VM will no longer boot up. Any suggestions? Nothing stands out in any of the logs. Normally I wouldn't care but I have a script for a game I run and for whatever reason it see's the other displays resolution instead of the actual display being used.  I did try disabling it in windows device manager but it still looks at it's resolution. So I am stuck with trying to figure out how to disable it completely.

  2. Found the problem finally! The motherboard I am running is an AsRock B660 Pro RS. It simply needed flashed & updated to the latest bios! Seems the problem was the bios wasn't recognizing that the graphics card was installed despite it being there inside of UnRaid & Windows. This in return wasn't allowing CSM to fully turn on!

  3. So I spent yet another day working on this. Trying different combinations of configuration from pcie acs overide from within the gui & from the syslinux.cfg

     

    Also decided to install windows on the bare metal just to see if their wasn't a problem with GPU. Unfortunately the card did work just fine in windows (sounds weird having that mentality)

  4. I tried adding

     

        <kvm>
          <hidden state='on'/>
        </kvm>

     

    No success

     

    Also made some other changes

     

    <hostdev mode='subsystem' type='pci' managed='yes'>
          <driver name='vfio'/>
          <source>
            <address domain='0x0000' bus='0x03' slot='0x00' function='0x0'/>
          </source>
          <rom file='/mnt/user/domains/gpu rx6600.rom'/>
          <address type='pci' domain='0x0000' bus='0x04' slot='0x00' function='0x0' multifunction='on'/>
        </hostdev>
        <hostdev mode='subsystem' type='pci' managed='yes'>
          <driver name='vfio'/>
          <source>
            <address domain='0x0000' bus='0x03' slot='0x00' function='0x1'/>
          </source>
          <address type='pci' domain='0x0000' bus='0x04' slot='0x00' function='0x1'/>
        </hostdev>

     

    Still no success....I thought I had really fixed it with finding the bus mismatch for the graphics/sound side of the card.

  5. I have been banging my head against the wall for days on this issue. Searched every where on the forum tried many, many of things and just can't seem to get this figured out.

     

    Below is my xml file

     

    <?xml version='1.0' encoding='UTF-8'?>
    <domain type='kvm' id='2'>
      <name>Windows 10</name>
      <uuid>ebee99c8-8c23-5a46-5faa-78225e38fd48</uuid>
      <metadata>
        <vmtemplate xmlns="unraid" name="Windows 10" icon="windows.png" os="windows10"/>
      </metadata>
      <memory unit='KiB'>16777216</memory>
      <currentMemory unit='KiB'>16777216</currentMemory>
      <memoryBacking>
        <nosharepages/>
      </memoryBacking>
      <vcpu placement='static'>12</vcpu>
      <cputune>
        <vcpupin vcpu='0' cpuset='0'/>
        <vcpupin vcpu='1' cpuset='1'/>
        <vcpupin vcpu='2' cpuset='2'/>
        <vcpupin vcpu='3' cpuset='3'/>
        <vcpupin vcpu='4' cpuset='4'/>
        <vcpupin vcpu='5' cpuset='5'/>
        <vcpupin vcpu='6' cpuset='6'/>
        <vcpupin vcpu='7' cpuset='7'/>
        <vcpupin vcpu='8' cpuset='8'/>
        <vcpupin vcpu='9' cpuset='9'/>
        <vcpupin vcpu='10' cpuset='10'/>
        <vcpupin vcpu='11' cpuset='11'/>
      </cputune>
      <resource>
        <partition>/machine</partition>
      </resource>
      <os>
        <type arch='x86_64' machine='pc-q35-7.1'>hvm</type>
        <loader readonly='yes' type='pflash'>/usr/share/qemu/ovmf-x64/OVMF_CODE-pure-efi.fd</loader>
        <nvram>/etc/libvirt/qemu/nvram/ebee99c8-8c23-5a46-5faa-78225e38fd48_VARS-pure-efi.fd</nvram>
      </os>
      <features>
        <acpi/>
        <apic/>
        <hyperv mode='custom'>
          <relaxed state='on'/>
          <vapic state='on'/>
          <spinlocks state='on' retries='8191'/>
          <vendor_id state='on' value='none'/>
        </hyperv>
      </features>
      <cpu mode='host-passthrough' check='none' migratable='on'>
        <topology sockets='1' dies='1' cores='6' threads='2'/>
        <cache mode='passthrough'/>
      </cpu>
      <clock offset='localtime'>
        <timer name='hypervclock' present='yes'/>
        <timer name='hpet' present='no'/>
      </clock>
      <on_poweroff>destroy</on_poweroff>
      <on_reboot>restart</on_reboot>
      <on_crash>restart</on_crash>
      <devices>
        <emulator>/usr/local/sbin/qemu</emulator>
        <disk type='file' device='disk'>
          <driver name='qemu' type='raw' cache='writeback'/>
          <source file='/mnt/disks/2022102300402/Windows 10/vdisk1.img' index='3'/>
          <backingStore/>
          <target dev='hdc' bus='virtio'/>
          <boot order='1'/>
          <alias name='virtio-disk2'/>
          <address type='pci' domain='0x0000' bus='0x03' slot='0x00' function='0x0'/>
        </disk>
        <disk type='file' device='cdrom'>
          <driver name='qemu' type='raw'/>
          <source file='/mnt/user/domains/Windows.iso' index='2'/>
          <backingStore/>
          <target dev='hda' bus='sata'/>
          <readonly/>
          <boot order='2'/>
          <alias name='sata0-0-0'/>
          <address type='drive' controller='0' bus='0' target='0' unit='0'/>
        </disk>
        <disk type='file' device='cdrom'>
          <driver name='qemu' type='raw'/>
          <source file='/mnt/user/domains/virtio-win-0.1.225-2.iso' index='1'/>
          <backingStore/>
          <target dev='hdb' bus='sata'/>
          <readonly/>
          <alias name='sata0-0-1'/>
          <address type='drive' controller='0' bus='0' target='0' unit='1'/>
        </disk>
        <controller type='pci' index='0' model='pcie-root'>
          <alias name='pcie.0'/>
        </controller>
        <controller type='pci' index='1' model='pcie-root-port'>
          <model name='pcie-root-port'/>
          <target chassis='1' port='0x8'/>
          <alias name='pci.1'/>
          <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x0' multifunction='on'/>
        </controller>
        <controller type='pci' index='2' model='pcie-root-port'>
          <model name='pcie-root-port'/>
          <target chassis='2' port='0x9'/>
          <alias name='pci.2'/>
          <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x1'/>
        </controller>
        <controller type='pci' index='3' model='pcie-root-port'>
          <model name='pcie-root-port'/>
          <target chassis='3' port='0xa'/>
          <alias name='pci.3'/>
          <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x2'/>
        </controller>
        <controller type='pci' index='4' model='pcie-root-port'>
          <model name='pcie-root-port'/>
          <target chassis='4' port='0xb'/>
          <alias name='pci.4'/>
          <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x3'/>
        </controller>
        <controller type='pci' index='5' model='pcie-root-port'>
          <model name='pcie-root-port'/>
          <target chassis='5' port='0xc'/>
          <alias name='pci.5'/>
          <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x4'/>
        </controller>
        <controller type='pci' index='6' model='pcie-root-port'>
          <model name='pcie-root-port'/>
          <target chassis='6' port='0xd'/>
          <alias name='pci.6'/>
          <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x5'/>
        </controller>
        <controller type='virtio-serial' index='0'>
          <alias name='virtio-serial0'/>
          <address type='pci' domain='0x0000' bus='0x02' slot='0x00' function='0x0'/>
        </controller>
        <controller type='sata' index='0'>
          <alias name='ide'/>
          <address type='pci' domain='0x0000' bus='0x00' slot='0x1f' function='0x2'/>
        </controller>
        <controller type='usb' index='0' model='ich9-ehci1'>
          <alias name='usb'/>
          <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x7'/>
        </controller>
        <controller type='usb' index='0' model='ich9-uhci1'>
          <alias name='usb'/>
          <master startport='0'/>
          <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x0' multifunction='on'/>
        </controller>
        <controller type='usb' index='0' model='ich9-uhci2'>
          <alias name='usb'/>
          <master startport='2'/>
          <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x1'/>
        </controller>
        <controller type='usb' index='0' model='ich9-uhci3'>
          <alias name='usb'/>
          <master startport='4'/>
          <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x2'/>
        </controller>
        <interface type='bridge'>
          <mac address='52:54:00:6b:e1:b5'/>
          <source bridge='virbr0'/>
          <target dev='vnet1'/>
          <model type='virtio-net'/>
          <alias name='net0'/>
          <address type='pci' domain='0x0000' bus='0x01' slot='0x00' function='0x0'/>
        </interface>
        <serial type='pty'>
          <source path='/dev/pts/0'/>
          <target type='isa-serial' port='0'>
            <model name='isa-serial'/>
          </target>
          <alias name='serial0'/>
        </serial>
        <console type='pty' tty='/dev/pts/0'>
          <source path='/dev/pts/0'/>
          <target type='serial' port='0'/>
          <alias name='serial0'/>
        </console>
        <channel type='unix'>
          <source mode='bind' path='/var/lib/libvirt/qemu/channel/target/domain-2-Windows 10/org.qemu.guest_agent.0'/>
          <target type='virtio' name='org.qemu.guest_agent.0' state='disconnected'/>
          <alias name='channel0'/>
          <address type='virtio-serial' controller='0' bus='0' port='1'/>
        </channel>
        <input type='mouse' bus='ps2'>
          <alias name='input0'/>
        </input>
        <input type='keyboard' bus='ps2'>
          <alias name='input1'/>
        </input>
        <audio id='1' type='none'/>
        <hostdev mode='subsystem' type='pci' managed='yes'>
          <driver name='vfio'/>
          <source>
            <address domain='0x0000' bus='0x03' slot='0x00' function='0x0'/>
          </source>
          <alias name='hostdev0'/>
          <rom file='/mnt/user/domains/gpu rx6600.rom'/>
          <address type='pci' domain='0x0000' bus='0x04' slot='0x00' function='0x0'/>
        </hostdev>
        <hostdev mode='subsystem' type='pci' managed='yes'>
          <driver name='vfio'/>
          <source>
            <address domain='0x0000' bus='0x03' slot='0x00' function='0x1'/>
          </source>
          <alias name='hostdev1'/>
          <address type='pci' domain='0x0000' bus='0x05' slot='0x00' function='0x0'/>
        </hostdev>
        <hostdev mode='subsystem' type='usb' managed='no'>
          <source>
            <vendor id='0x046d'/>
            <product id='0xc08b'/>
            <address bus='1' device='6'/>
          </source>
          <alias name='hostdev2'/>
          <address type='usb' bus='0' port='1'/>
        </hostdev>
        <hostdev mode='subsystem' type='usb' managed='no'>
          <source>
            <vendor id='0x1b1c'/>
            <product id='0x1ba4'/>
            <address bus='1' device='9'/>
          </source>
          <alias name='hostdev3'/>
          <address type='usb' bus='0' port='2'/>
        </hostdev>
        <hostdev mode='subsystem' type='usb' managed='no'>
          <source>
            <vendor id='0x2109'/>
            <product id='0x8817'/>
            <address bus='1' device='8'/>
          </source>
          <alias name='hostdev4'/>
          <address type='usb' bus='0' port='3'/>
        </hostdev>
        <memballoon model='none'/>
      </devices>
      <seclabel type='dynamic' model='dac' relabel='yes'>
        <label>+0:+100</label>
        <imagelabel>+0:+100</imagelabel>
      </seclabel>
    </domain>

     and attached is my diagnostics file, thanks in advance!

    tower-diagnostics-20221202-2058.zip

  6. Finally after 8+ years of pieced together hardware to begin with. My motherboard is dying :( I am going to just start with all new hardware using my existing drives. Should I grab some data before it completely dies? If so what? Maybe screenshot the drive configuration? Any other challenges I will be facing? Will it be as simple as install hard drives in new machine, move USB drive and boot it?

  7. I am running 6.1.9 and yes I am upgrading an old 1TB with a 4TB. But it looks like I got my answer! I wish I could test it...no USB cradle & I have ditched all desktop computers in my home & gone with tablets and laptops. I guess in the future I may need to purchase one.

  8. So I need to upgrade one of my disks. I read the wiki already on what to do however it didn't answer my main question.

     

    I normally preclear all my disks before putting them into the array. However I am out of room on my server to add another drive to do the preclear script. If I just do the normal disk upgrade will my array be online while it's doing it's thing? Taking the array down for a day or 2 isn't really any option since it's my media server for all the TV's in the house.

     

    So..Do I need to be putting together a crap machine from parts just to preclear or will I be good to do the normal upgrade option.

  9. Sorry if this question has been answered a few times but I couldn't find anything relating to my needs exactly.

     

    I have been using Unraid for years as my media server. I am now needing it to do 1 more task. Currently for our offsite backups at our office performed by Backup Exec we copy the files to a WD passport drive and take it home weekly. This task is getting to be a little annoying so I am looking to automate the process. The offsite backup is roughly 2TB of data.

     

    Does anyone have a plugin schedule uploads or that can recommend a program to connect to unraid via FTP or some other protocol to do this? I really would like to schedule when server will upload the data so it doesn't effect the bandwidth at our office during normal business hours.

  10. I am seeing a similar issue just after upgrading to v6 Not sure if this is a coincidence but I do know that drive was showing fine on v5 this is my parity drive as well.

     

    1 Raw Read Error Rate 0x002f 200 200 051 Pre-fail Always - 2

    3 Spin Up Time 0x0027 119 116 021 Pre-fail Always - 7025

    4 Start Stop Count 0x0032 097 097 000 Old age Always - 3746

    5 Reallocated Sector Ct 0x0033 200 200 140 Pre-fail Always - 1

    7 Seek Error Rate 0x002e 200 200 000 Old age Always - 0

    9 Power On Hours 0x0032 069 069 000 Old age Always - 22768

    10 Spin Retry Count 0x0032 100 100 000 Old age Always - 0

    11 Calibration Retry Count 0x0032 100 100 000 Old age Always - 0

    12 Power Cycle Count 0x0032 100 100 000 Old age Always - 169

    192 Power-Off Retract Count 0x0032 200 200 000 Old age Always - 142

    193 Load Cycle Count 0x0032 186 186 000 Old age Always - 43355

    194 Temperature Celsius 0x0022 107 103 000 Old age Always - 40

    196 Reallocated Event Count 0x0032 199 199 000 Old age Always - 1

    197 Current Pending Sector 0x0032 200 200 000 Old age Always - 0

    198 Offline Uncorrectable 0x0030 200 200 000 Old age Offline - 0

    199 UDMA CRC Error Count 0x0032 200 200 000 Old age Always - 2

    200 Multi Zone Error Rate 0x0008 200 200 000 Old age Offline - 0

     

    I went ahead and ordered a new drive but I won't be able to install it for over a week. I leave Monday for trip :( I just hope all will be fine while I am gone and it holds out until I get home on the 10th!

×
×
  • Create New...