December 8, 20223 yr 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 December 8, 20223 yr by William Mota
December 8, 20223 yr gpu is in use by something else even if attached to vfio, most probably efifb, add this to your syslinux configuration: video=efifb:off
December 8, 20223 yr 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
December 8, 20223 yr 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 December 8, 20223 yr by ghost82
December 8, 20223 yr 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.