Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Passthru considerations before moving to 6.90

Featured Replies

What are the steps I need to do before moving from 6.83 to 6.90? I'm talking about passthru of adapters (2x HBA for two VMs, 2x USB for two VMs, 1x GPU for docker). Currently on 6.83 I have possibly redundant settings as follow:

 

1.) /boot/syslinux/syslinux.cfg: xen-pciback.hide (hide both HBAs, this one redundant?)

[...]
label unRAID OS
  menu default
  kernel /bzimage
  append xen-pciback.hide=(06:00.0)(81:00.0) initrd=/bzroot
[...]

2.) /boot/config/vfio-pci.cfg: BIND (hide both HBAs, or this one redundant?)

BIND=06:00.0 81:00.0

3.) First VM: 1x HBA, 1x USB

[...]
    <hostdev mode='subsystem' type='pci' managed='yes'>
      <driver name='vfio'/>
      <source>
        <address domain='0x0000' bus='0x06' slot='0x00' function='0x0'/>
      </source>
      <alias name='hostdev0'/>
      <address type='pci' domain='0x0000' bus='0x04' slot='0x00' function='0x0'/>
    </hostdev>
    <hostdev mode='subsystem' type='usb' managed='no'>
      <source>
        <vendor id='0x0930'/>
        <product id='0x6544'/>
        <address bus='2' device='4'/>
      </source>
      <alias name='hostdev1'/>
      <address type='usb' bus='0' port='1'/>
    </hostdev>
[...]

4.) Second VM

[...]
    <hostdev mode='subsystem' type='pci' managed='yes'>
      <driver name='vfio'/>
      <source>
        <address domain='0x0000' bus='0x81' slot='0x00' function='0x0'/>
      </source>
      <alias name='hostdev0'/>
      <address type='pci' domain='0x0000' bus='0x04' slot='0x00' function='0x0'/>
    </hostdev>
    <hostdev mode='subsystem' type='usb' managed='no'>
      <source>
        <vendor id='0x8564'/>
        <product id='0x1000'/>
        <address bus='2' device='10'/>
      </source>
      <alias name='hostdev1'/>
      <address type='usb' bus='0' port='1'/>
    </hostdev>
[...]

What do I need to remove/add before booting with the new 6.90 system?

 

Thanks in advance.

 

  • 3 years later...

this is an old post but best i could find for  xen-pciback.hide , what did you end up doing?

The xen-pciback.hide parameter is not necessary to "stub" PCI devices for passthrough. Instead, you can simply bind them to VFIO, which can be done directly from the GUI. To do this, navigate to Tools > System Devices, and select the devices you want to passthrough by ticking the box next to each. After rebooting your system, these devices will appear in the VM template, ready for use

vm.thumb.png.8b399bdb62bd05cb722000ee37a13587.png

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.