Jump to content
  • [7.0.0beta2] VM bluescreen ACPI_BIOS_ERROR with GPU passthrough


    Maor
    • Minor

    I have taken an old unraid flashdrive and upgraded to latest v7beta2 and moved to a new HW platform.

    I have Minisforum BD790i + RTX3090 and want to make a windows VM with the GPU. I have enabled SR-IOV, IOMMU and SVM in the bios.

    VM without GPU seem to work just fine. When I add the GPU it throws bluescreen with "ACPI_BIOS_ERROR"

     

    I would highly appreciate help with figuring out what is causing the bluescreen

    diagnostics-20240911_1606.zip




    User Feedback

    Recommended Comments

    @Maor

     

    The issue has already been identified and a fix has been put in for the next release.

     

    Go into the XML editor and cahnge the bus numbers to be 0x07 from 0x021 to see if that resolves your issue. Dont change the source values.

     

    Old

    hostdev mode="subsystem" type="pci" managed="yes">

    <driver name="vfio"/>

    <source>

    <address domain="0x0000" bus="0x01" slot="0x00" function="0x0"/>

    </source>

    <address type="pci" domain="0x0000" bus="0x21" slot="0x01" function="0x0" multifunction="on"/>

    </hostdev>

    <hostdev mode="subsystem" type="pci" managed="yes">

    <driver name="vfio"/>

    <source>

    <address domain="0x0000" bus="0x01" slot="0x00" function="0x1"/>

    </source>

    <address type="pci" domain="0x0000" bus="0x21" slot="0x01" function="0x1"/>

    </hostdev>

     

    to New

    hostdev mode="subsystem" type="pci" managed="yes">

    <driver name="vfio"/>

    <source>

    <address domain="0x0000" bus="0x01" slot="0x00" function="0x0"/>

    </source>

    <address type="pci" domain="0x0000" bus="0x07" slot="0x01" function="0x0" multifunction="on"/>

    </hostdev>

    <hostdev mode="subsystem" type="pci" managed="yes">

    <driver name="vfio"/>

    <source>

    <address domain="0x0000" bus="0x01" slot="0x00" function="0x1"/>

    </source>

    <address type="pci" domain="0x0000" bus="0x07" slot="0x01" function="0x1"/>

    </hostdev>

    Link to comment


    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
    Add a comment...

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


  • Status Definitions

     

    Open = Under consideration.

     

    Solved = The issue has been resolved.

     

    Solved version = The issue has been resolved in the indicated release version.

     

    Closed = Feedback or opinion better posted on our forum for discussion. Also for reports we cannot reproduce or need more information. In this case just add a comment and we will review it again.

     

    Retest = Please retest in latest release.


    Priority Definitions

     

    Minor = Something not working correctly.

     

    Urgent = Server crash, data loss, or other showstopper.

     

    Annoyance = Doesn't affect functionality but should be fixed.

     

    Other = Announcement or other non-issue.

×
×
  • Create New...