MontgomeryDixon

Members
  • Posts

    23
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

MontgomeryDixon's Achievements

Noob

Noob (1/14)

2

Reputation

  1. I want to start contributing to the WebGUI. How do I test any modifications? My best thought is running Unraid as a VM on my Unraid server (Unraid on Unraid). (I don't have a spare machine right now.) Do I have to buy a second license? Also, where does the WebGUI code live on Unraid? /var/www/ is empty. Any guides on the subject? Thank you very much!
  2. I'm interested in doing some tweaks to the VM template editor. My first idea is adding an option for ICH-9 sound (without having to edit XML). I know Unraid is closed source, so would I be unable to modify the WebUI?
  3. @HoopsterThank you! I wasn't sure how to edit it so I renamed the file and that fixed it.
  4. I can access "config/network.cfg" on the Unraid USB drive from another computer. What do I need to change to re-enable bonding?
  5. I just tried disabling bonding and the web UI went down. How do I re-enable it without the web UI?
  6. Unraid 6.9.0 Mobo: ASRock Z490 Taichi I have 3 ethernet NICs, 2 on the mobo, 1 as an AIC. 2 of them are each in their own IOMMU groups (see partial IOMMU groups below, numbers 18 and 20). However, under Tools > System Devices I cannot select any of the NICs for use with a VM as the check boxes are greyed out and text appears on hover saying "In use by Unraid". Is there any way to free these 2 ethernet NICs from being claimed by Unraid so I can pass them through? # SNIP IOMMU group 14:[8086:0685] 00:1f.0 ISA bridge: Intel Corporation Device 0685 [8086:06c8] 00:1f.3 Audio device: Intel Corporation Comet Lake PCH cAVS [8086:06a3] 00:1f.4 SMBus: Intel Corporation Comet Lake PCH SMBus Controller [8086:06a4] 00:1f.5 Serial bus controller [0c80]: Intel Corporation Comet Lake PCH SPI Controller [8086:0d4d] 00:1f.6 Ethernet controller: Intel Corporation Ethernet Connection (11) I219-V IOMMU group 15:[15b7:5002] 02:00.0 Non-Volatile memory controller: Sandisk Corp WD Black 2018/SN750 / PC SN720 NVMe SSD IOMMU group 16:[1b21:3242] 03:00.0 USB controller: ASMedia Technology Inc. ASM3242 USB 3.2 Host Controller IOMMU group 17:[1987:5016] 04:00.0 Non-Volatile memory controller: Phison Electronics Corporation E16 PCIe4 NVMe Controller (rev 01) IOMMU group 18:[8086:10d3] 05:00.0 Ethernet controller: Intel Corporation 82574L Gigabit Network Connection IOMMU group 19:[8086:2723] 06:00.0 Network controller: Intel Corporation Wi-Fi 6 AX200 (rev 1a) IOMMU group 20:[10ec:8125] 07:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8125 2.5GbE Controller (rev 05) # SNIP
  7. I can't find any info if the Intel NIC EXPI9301CT / EXPI9301CTBLK is compatible with Unraid 6.8.3 or kernel 4.19. The ethernet chip is apparently the 82574L Gigabit Ethernet Controller. Can anyone let me know whether the card is compatible? Since it's old and Intel I'm thinking it is, but confirmation would be appreciated. Also, does the card support SR-IOV? It wasn't mentioned on the product page. https://www.intel.ca/content/www/ca/en/products/network-io/ethernet/gigabit-adapters/ct-desktop.html Thanks!
  8. Thank you very much, @manHands! I take it this means that the IGPU isn't usable in 6.8.3? How about ethernet? The thread I linked above, one user said they needed an ethernet AIC.
  9. Anyone willing to share the IOMMU groups for the ASRock Z490 Taichi (with BIOS version)? Also, what BIOS options do I need to enable to get passthrough to work? I know I need at least these two: * Advanced > CPU Configuration > Intel Virtualization Technology * Advanced > Chipset Configuration > VT-d Maybe Advanced > Chipset Configuration > SR-IOV as well? Thank you EDIT: Sounds like I will need Unraid 6.9 beta, according to this thread
  10. Unraid 6.8.3 The NVMe drives passthrough without issue and I can run the OS installer (Debian specifically). Installer is fine, but when I remove the installation ISO from the config then it doesn't boot, just loads the UEFI Interactive Shell. I have also tried installing on bare metal then passing through the drive, but that doesn't work either (UEFI Interactive Shell again). I'm also passing through a 2080 Ti. How do I get it to load Grub/other? Is there some way to load Grub from the UEFI Interactive Shell? I have not yet tried without passthrough of GPU or NVMe, I'll try that and update this post. EDIT: Just tried without GPU or NVMe passthrough and it works fine.