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.

GPU reserved to a VM which no longer exist. kernel: vfio-pci 0000:2b:00.0: BAR 1: can't reserve [mem 0xd0000000-0xdfffffff 64bit pref]

Featured Replies

Hi Guys, I am new to this thing and I messed up something, I replaced my CPU after that my windows VM stopped working, I thought well, I will delete it and create another one.

After creating the new VM I am unable use my GPU because it is being used by the VM which no longer exist (well that is what I think).

Sorry if I posted it in the wrong place but it is my first post. 

Thank you for help!

 

 

Dec  8 08:23:56 WLM-Server kernel: vfio-pci 0000:2b:00.0: vfio_ecap_init: hiding ecap 0x1e@0x258
Dec  8 08:23:56 WLM-Server kernel: vfio-pci 0000:2b:00.0: vfio_ecap_init: hiding ecap 0x19@0x900
Dec  8 08:23:56 WLM-Server kernel: vfio-pci 0000:2b:00.0: vfio_ecap_init: hiding ecap 0x26@0xc1c
Dec  8 08:23:56 WLM-Server kernel: vfio-pci 0000:2b:00.0: vfio_ecap_init: hiding ecap 0x27@0xd00
Dec  8 08:23:56 WLM-Server kernel: vfio-pci 0000:2b:00.0: vfio_ecap_init: hiding ecap 0x25@0xe00
Dec  8 08:23:56 WLM-Server kernel: vfio-pci 0000:2b:00.0: BAR 1: can't reserve [mem 0xd0000000-0xdfffffff 64bit pref]
Dec  8 08:23:56 WLM-Server kernel: vfio-pci 0000:2b:00.1: enabling device (0000 -> 0002)
Dec  8 08:23:56 WLM-Server kernel: vfio-pci 0000:2b:00.1: vfio_ecap_init: hiding ecap 0x25@0x160
Dec  8 08:23:57 WLM-Server  avahi-daemon[22645]: Joining mDNS multicast group on interface vnet2.IPv6 with address fe80::fc54:ff:fee6:9545.
Dec  8 08:23:57 WLM-Server  avahi-daemon[22645]: New relevant interface vnet2.IPv6 for mDNS.
Dec  8 08:23:57 WLM-Server  avahi-daemon[22645]: Registering new address record for fe80::fc54:ff:fee6:9545 on vnet2.*.
Dec  8 08:23:58 WLM-Server kernel: vfio-pci 0000:2b:00.0: BAR 1: can't reserve [mem 0xd0000000-0xdfffffff 64bit pref]
Dec  8 08:23:58 WLM-Server kernel: vfio-pci 0000:2b:00.0: BAR 1: can't reserve [mem 0xd0000000-0xdfffffff 64bit pref]
Dec  8 08:23:58 WLM-Server kernel: vfio-pci 0000:2b:00.0: BAR 1: can't reserve [mem 0xd0000000-0xdfffffff 64bit pref]
Dec  8 08:23:58 WLM-Server kernel: vfio-pci 0000:2b:00.0: BAR 1: can't reserve [mem 0xd0000000-0xdfffffff 64bit pref]
Dec  8 08:23:58 WLM-Server kernel: vfio-pci 0000:2b:00.0: BAR 1: can't reserve [mem 0xd0000000-0xdfffffff 64bit pref]
Dec  8 08:23:58 WLM-Server kernel: vfio-pci 0000:2b:00.0: BAR 1: can't reserve [mem 0xd0000000-0xdfffffff 64bit pref]
Dec  8 08:23:58 WLM-Server kernel: vfio-pci 0000:2b:00.0: BAR 1: can't reserve [mem 0xd0000000-0xdfffffff 64bit pref]
Dec  8 08:23:58 WLM-Server kernel: vfio-pci 0000:2b:00.0: BAR 1: can't reserve [mem 0xd0000000-0xdfffffff 64bit pref]
Dec  8 08:23:58 WLM-Server kernel: vfio-pci 0000:2b:00.0: BAR 1: can't reserve [mem 0xd0000000-0xdfffffff 64bit pref]
Dec  8 08:23:58 WLM-Server kernel: vfio-pci 0000:2b:00.0: BAR 1: can't reserve [mem 0xd0000000-0xdfffffff 64bit pref]

 

Edited by William Mota

Solved by ghost82

gpu is in use by something else even if attached to vfio, most probably efifb, add this to your syslinux configuration:
 

video=efifb:off

 

  • Author

Sorry but, I am a noob, Where in the file do I add it? does it need to be in a specific place or just add it to the end of the file?

I did google it but couldn't find it.

 

this is the file right?

default menu.c32
menu title Lime Technology, Inc.
prompt 0
timeout 50
label Unraid OS
  menu default
  kernel /bzimage
  append initrd=/bzroot
label Unraid OS GUI Mode
  kernel /bzimage
  append initrd=/bzroot,/bzroot-gui
label Unraid OS Safe Mode (no plugins, no GUI)
  kernel /bzimage
  append initrd=/bzroot unraidsafemode
label Unraid OS GUI Safe Mode (no plugins)
  kernel /bzimage
  append initrd=/bzroot,/bzroot-gui unraidsafemode
label Memtest86+
  kernel /memtest

 

Thank you

 

 

  • Solution

see here:

default menu.c32
menu title Lime Technology, Inc.
prompt 0
timeout 50
label Unraid OS
  menu default
  kernel /bzimage
  append initrd=/bzroot video=efifb:off
label Unraid OS GUI Mode
  kernel /bzimage
  append initrd=/bzroot,/bzroot-gui
label Unraid OS Safe Mode (no plugins, no GUI)
  kernel /bzimage
  append initrd=/bzroot unraidsafemode
label Unraid OS GUI Safe Mode (no plugins)
  kernel /bzimage
  append initrd=/bzroot,/bzroot-gui unraidsafemode
label Memtest86+
  kernel /memtest

 

Start "Unraid OS" (no gui) and that argument will be applied.

If it doesn't work attach diagnostics

 

I suggest to modify it from the unraid gui not the file:

Main - Boot Device - Flash - Syslinux Configuration

 

Modify the append line (all in the same line) of label "Unraid OS" like this:

append initrd=/bzroot video=efifb:off

and save and reboot.

Edited by ghost82

  • Author

I had to do it in the file because, I am not at home, but it worked. 

Thank you for your help and have a nice day!

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.