jpowell8672

Members
  • Posts

    379
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by jpowell8672

  1. Upgraded successfully from 6.8.1 to 6.8.2. I waited for the Unraid Nvidia build 6.8.2 to be released. Everything working fine except for error: failed to connect to the hypervisor same as 6.8.1.
  2. Are you trying to use gpu for transcoding in a docker like plex or just use the gpu in a VM? If it is your only video card then you will need the video cards rom bios added in the settings. For Windows 10 you should use OVMF instead of Seabios. Check the Unraid info at top right of screen make sure HVM & IOMMU are Enabled.
  3. It must be going to the 10G NIC, remove it so you only have the 1 onboard NIC and make sure it is enabled in the bios.
  4. Your diagnostics show Unraid v6.8.2 but you have v6.6.6 listed above. You have 2 nics? did you try both?
  5. Check network cable, try another known working cable. You could make a backup copy of your Unraid USB drive then download the Unraid USB creator tool from the website and do a fresh install of a newer version of Unraid and copy over the config folder from the backup copy to the fresh install except don't copy the old network.cfg.
  6. You can manually edit network.cfg and set a static IP address and see if the server boots properly with that. To set a static IP address edit your network.cfg to look like this: # Generated network settings USE_DHCP="no" IPADDR="10.1.18.xxx" (make xxx a number you know is currently available on your network; like 150 or something high) NETMASK="255.255.255.0" GATEWAY[0]="10.1.18.1" (this is just an example, set this to the IP address of your router/DHCP server) DNS_SERVER1="1.1.1.1" (these are the cloudflare public DNS servers, you could also set them to google; 8.8.8.8 and 8.8.4.4) DNS_SERVER2="1.0.0.1" BONDING="no" BRIDGING="yes"
  7. Delete /config/network.cfg on the flash drive and reboot
  8. Setup the new USB drive with Unraid then copy the config folder from the previous USB drive to the newly setup Unraid USB drive and purchase a Unraid key. https://wiki.unraid.net/UnRAID_6/Changing_The_Flash_Device
  9. What's your Unraid server hardware? A lot of us run pfsense in a vm including myself, works great.
  10. Did you make a backup of your flash drive before attempting this? If so you can restore your DISK_ASSIGNMENTS.txt in the config folder of the Unraid USB to restore if you may have made a mistake and try again.
  11. There is also the binhex-krusader docker which you can use to move data manually if preferred.
  12. Start by replacing one smaller data drive with the 8tb. https://wiki.unraid.net/Replacing_a_Data_Drive https://www.youtube.com/watch?v=HcD5svP7Uog Once that step is complete you can then check out the unbalance plugin to migrate data off the drives you are removing. There is a great video on how to do that (@14:00 minute mark): https://www.youtube.com/watch?v=Wz4-YlH1lTk Once that is done, you can shrink your array. https://wiki.unraid.net/Shrink_array
  13. https://wiki.unraid.net/Replacing_Multiple_Data_Drives_with_a_Single_Larger_Drive
  14. OIC you are moving all 4 of the 4TB drives and replacing with just the 2 8TB drives.
  15. Shut down server, replace one 4TB data drive, start server, stop array, assign new 8TB drive to missing 4TB drive location, start array and let new 8TB drive rebuild and if there is no errors or problems then do same for the second 8TB drive.