Jump to content

SOLVED - Help - Sata controller is getting passed when I have VM's enabled


Go to solution Solved by SimonF,

Recommended Posts

I recently upgraded my BIOS to get an nvme working on my system and apparently something changed with iommu so that now a sata controller is getting passed to vfio and messes with the array.  I've tried starting in safe mode, but I cannot edit the VM config.  As soon as I disable VMs with VM manager and reboot, everything else starts and runs as normal.  I can't even set the VM to not auto start as it won't let me save changes to the VM config.  Is there any other way to edit the VM xml when VMs are disabled?

Edited by Mobius71
solved
Link to comment
  • Solution
19 minutes ago, Mobius71 said:

I recently upgraded my BIOS to get an nvme working on my system and apparently something changed with iommu so that now a sata controller is getting passed to vfio and messes with the array.  I've tried starting in safe mode, but I cannot edit the VM config.  As soon as I disable VMs with VM manager and reboot, everything else starts and runs as normal.  I can't even set the VM to not auto start as it won't let me save changes to the VM config.  Is there any other way to edit the VM xml when VMs are disabled?

On flash drive on another machine change autostart to no in this file

 

root@GUITest:~# cat /boot/config/disk.cfg
# Generated settings:
startArray="no"

 

Rename /boot/config/vfio-pci.cfg to .old

 

put flash back in server boot.

 

log in

 

open terminal or use console.

mv /usr/local/sbin/qemu /usr/local/sbin/qemu.old

 

start array vm's should not autostart.

 

update VM. 

mv /usr/local/sbin/qemu.old /usr/local/sbin/qemu

 

Dont forget to set autostart in disk settings.

 

Link to comment
  • Mobius71 changed the title to SOLVED - Help - Sata controller is getting passed when I have VM's enabled

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...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...