Balooforever

Moderators
  • Posts

    93
  • Joined

  • Last visited

Posts posted by Balooforever

  1. L'interêt est surtout d avoir une grosse vitesse d écriture sur ton cache et une recopie dans la nuit vers ton array via le mover.

    comme les disques de l array ne sont pas en raid, l écriture est limite à la vitesse d écriture du disque

    • Thanks 1
  2. Pour Duplicati, il faut monter le /mnt/user, ensuite tu peux cocher ce dont tu as besoin à sauvegarde. Normalement avec CA Backup, tu fais bien un backup de la clé USB (donc toute ta config unraid), ton AppData pour Docker et le fichier img pour la config des VM

    • Like 1
  3. 9 hours ago, Leoyzen said:

    6.8.3 is out, here is the new kernel and some tweaks:

    1. Add Vega Reset Patch
    2. Add Navi Reset Patch
    3. Enable NFSv4 in kernel(God damned, we finnaly get nfsv4 to work)
    4. Add R8125 out tree driver.
    5. AMD onboard audio/usb controller flr patch.
    6. Provide two version (linux-5.5.8 and linux-4.19.108) in case of bug. Notice that linux-4.19.108 still don't have AMD Zen 2 suppport.

    For those who want to use NFSv4:

    NFSv4 have some change compared to v2/v3, it must have root share and the nfs-utils version can't handle it well.You must add this script to UserScript Plugin triggered when array start:

    
    #!/bin/bash
    # Add NFSv4 root
    echo '"/mnt/user/" -async,no_subtree_check,fsid=0 *(sec=sys,rw,insecure,anongid=100,anonuid=99,all_squash,crossmnt)' >> /etc/exports
    # Load configuration
    exportfs -ra
    # Tunning
    mkdir -p /var/lib/nfs/v4recovery
    sed -i 's@/usr/sbin/rpc.nfsd 8@/usr/sbin/rpc.nfsd 32@g' /etc/rc.d/rc.nfsd
    # Restart Services
    /etc/rc.d/rc.nfsd restart

    And if you have trouble mount nfsv4, you can specify mount vers=3 on client.

     

    6.8.3-5.5.8.zip 13.31 MB · 0 downloads 6.8.3-4.19.108.zip 13.03 MB · 0 downloads 6.8.3-5.5.8.zip 13.31 MB · 0 downloads

    Thank a lot, i go test it.

     

    Why 2 file for 6.8.3 - 5.5.8 ?

     

    EDIT : With your old bios and 6.7.2, my RX480 work with passtrough. With 6.8.3 and your new bios, stuck in D3 stat ... :(

    EDIT : Fine with Bios upgrade ..

  4. For your information, in OpenCore (I remove it from my EFI OpenCore) :

     

     

    AptioFixPkg is now part of AppleSupportPkg and OpenCore, please use them instead:

    AptioMemoryFix.efi is split into OpenCore and FwRuntimeServices.efi.

    AptioInputFix.efi is moved to AppleGenericInput.efi.

    CleanNvram.efi and VerifyMsrE2.efi are now part of AppleSupportPkg.

     

    EDIT : I clean the OpenCore.efi I get here, all work fine :)

  5. Thank a lot @ghost82 and @Leoyzen

     

    All work : sound, topology (5 core / 10 Thread on GeekBench).

    RX480 work too. The missing ? The processor name in "About" :D

    With "host" passtrough, i don t expose agument for SSE4_2,etc, and it s work ;)

     

    Little gain in multi-core with AMD Vanilla and host, thank again !

     

    EDIT : Little question, what is the AGPMInjector.kext ? I remove it and all work

  6. hum.

    with open core, after select boot option he go to boot option and can do nothing.

    i don t understand how change ACPI S08 for my gpu. I think a use the port 5 but I m not sure (and I don t know how edit the SSDT file..)

     

    openCore be little hard to switch from Clover :(

     

    EDIT : I don t understand how it s work, Clover work fine so .. :)

  7. 1 hour ago, ghost82 said:

    It's here:

    /System/Library/Extensions/AMDRadeonX4000.kext/Contents/Info.plist

     

    Navigate to /System/Library/Extensions

    Right click on AMDRadeonX4000.kext, then show package content

    Navigate to Contents and you will find Info.plist: open it with a text editor or xcode.

     

    I'm not the right person to ask because I have 2 nics in my motherboard but I must bond them and bridge, otherwise I lose connection: till now I don't know why..

    However, if the nic can be passed through and it is supported by mac os you should have not any problem.

    Such as in my case, having the 2 nics in different iommu groups is ok:

     

    ethernet.png.1aabf40a59ed25684ca1d7a5f62cd959.png

     

    Try, and follow general rules for passthrough.

    82574L work better than virtual e1000em ?