bjornatic

Members
  • Posts

    59
  • Joined

  • Last visited

Everything posted by bjornatic

  1. Sadly it makes no (visible) change for me. I added the line in the "Samba extra configuration" field, but the copy of a large file from an Unraid share still hangs at 134.2Mo and after a while error -8084. (Big Sur 11.1 (20C69))
  2. I use the Nvmefix kext but no other (regarding Nvme). The controller used for the 980 Pro is new (and called Elpis) and i just assumed that i have to wait for a driver / kext update. I was not able to find any one else having this problem with this specific drive.
  3. Is there really an advantage to choose the "right" model ? (beside having one that is not too old for BigSur)
  4. I can report the same problem. More in detail : Unraid 6.9.0-beta35 VM pc-q35-5.1 BigSur 11.1 / OpenCore 0.6.4 e1000-82545em Copying a 9Gb file from my MacBook Pro (Catalina) connected over wifi works fine (at least the few times I tested) . Copying the same file from the same Macbook connect over ethernet 1Gb/s leads to a halt after exactly 134,2Mo and then error -8084 Copying file directly from Unraid shares leads to kernel panic. The difference on copying over wifi or ethernet would be the speed (and even more copying from unraid shares). From what I understand from the discussions above, there is nothing much to do on our side, right ?
  5. Is anyone besides me experiencing troubles with network file transfert (from the Unraid file server to the VM) ? I'm using e1000-82545em as the script dictates, but on large file transfert I get a Kernel panic and it reboots... Using Vmxnet3 is ok for file transfert, but I'm having other troubles with it (like losing the network conenction). I have a Catalina (Clover) VM running with the same hardware and no problems with it.
  6. GNIIiiiiiiiiiiiiiii !! This is me trying to push up this topic. ^^
  7. Have a look here : https://dortania.github.io/GPU-Buyers-Guide/modern-gpus/nvidia-gpu.html Or just buy a Nvidia GT 710 ! (I have one and it works great with no tweaks in BigSur.
  8. Hello ! I'll try to keep it short : Fresh BigSur install (with Macinabox) on a 256Gb Samsung 980 PRO with the controller passed through. The drive is on now on a PCIe Gen 4 socket but it may important to note that it was (my mistake) on a GEN3 socket during the install. So before I moved it to the right socket, "System Report" reported : Link width : 4x / Link Speed 8GT/s (so GEN 3). Now, it's on the right socket, the lspci command gives : LnkSta: Speed 16GT/s (ok), Width x4 (ok) BUT, and this is the problem I can't find a solution / explanation for : under System Report, Link Width is still 4x but there is no info for Link Speed... A Blackmagicdesign Disk Speed test shows a read speed of 2.8GB/s (so the same as on GEN3) where the drive is theoretically capable of 7GB/s. And I know I wont get that speed, but now I'm having less than half. Other details : The same drive passed through (controller) to a windows VM is on a GEN4 link. So all good on this side. Motherboard is Asus TUF Gaming X570. Latest bios. The XML part for the controller : <hostdev mode='subsystem' type='pci' managed='yes'> <driver name='vfio'/> <source> <address domain='0x0000' bus='0x04' slot='0x00' function='0x0'/> </source> <alias name='hostdev0'/> <address type='pci' domain='0x0000' bus='0x04' slot='0x00' function='0x0'/> </hostdev> I even tried to move from Q35-4.2 to 5.1, but nothing changed. My fear is that it's because I swapped socket after the install... And that the solution would be a new install... But maybe one of you will have a better suggestion ! Thanks for your attention.
  9. You can take a look here : https://dortania.github.io/GPU-Buyers-Guide/modern-gpus/nvidia-gpu.html#pascal-series-gtx-10xx If I read correctly, the 1050ti is unsupported (as is my 1070...). But the trusty GT 710 is without a tweak ! (and it's a cheap card...)
  10. I'm here for some help again... I passed through my Nvme and I finally put it on the right soket (the one wich support GEN 4 over chipset). The command : lspci -vvvn -s 04:00.0 | grep LnkSta results in : LnkSta: Speed 16GT/s (ok), Width x4 (ok) But, in System Report, I get a blank for the "link speed" information. After the install of BigSur, as my drive was on the first socket (GEN 3), "link speed" was 8GT/s (as it should have been). Now how do I get my drive at 16GT/s under Big Sur ?
  11. I did not add NullEthernet.kext and ssdt-rmne.aml. I just added a line in DevicePropreties (in config.plist using OpenCore Configurator) as I just learned here. The method explained here aslo helped. It's doing the same thing, differently ^^
  12. Sooo... I might be of some help, for a change. I had the problem with login to my Apple ID and had various error messages like "could not communicate withe server" or "this computer already registered to many ID's" (or something like that. I did two things : 1 - I fixed the En0 following this guide. The problem was thas I had a network adapater as En0 but it was not marked as built-in. 2 - I notice that even if I filled out the "PlatformInfo" tab in the OpenCore Configurator as shown in the video (with mac model, serial number etc...) when I clicked on "About this mac" I had no model specified... just "mac". And Hackintool also showed Standard PC (Q35 + ICH9, 2009)" as Model indentifier. The error I made (or the thing I did not corrected) was that under the PlatformInfo tab the scroll down menu on the bottom right was set to "Overwrite"... But it obviously had nothing to overwrite and changing it to "create" did the trick ! On reboot I had the right model identifier and I could log in to icloud with no problem... Hope that will help someone !
  13. About this "could not communicate with server" error that I also have, I do not know if it is related but Hackintool reports "Standard PC (Q35 + ICH9, 2009)" as Model indentifier instead of the MacPro6,1 I defined in the config.plist...
  14. Thank you for you answer but it seem over my capacities ☺️. I managed to find the path (PciRoot(0x1)/Pci(0x2,0x3)/Pci(0x0,0x0)). I added the device to "DeviceProperties" but I did not find out how to set the "built-in" property to true... (and I searched). But, I does not seem that having the nvme recognize as external drive will impact performance, right ? So I might just leave it like that.
  15. Hello ! And sorry if I post (again) my question in the wrong topic... Using the new Macinabos (with opencore), I managed to install Big Sur on my Nvme drive that has its controller passed through. So I have no <disk> in my template and everything seems to be working fine. But, the drive is recognize as an external drive is MacOs... I do not know if it is a problem or not, but my OCD would like it to be recognize as an internal drive. Is there a trick ?
  16. Great news ! I'm trying to install BigSur and passed through an Nvme controller directly. In the installation process, the drive is present but as an external drive... And I can't install BigSur on it. Is there a trick that I'm missing or is it more complicated (and I should only pass through the drive itself) ?
  17. Thank you for the quick answer ! I looked at Q17, and picked : And now it's working again ! Thank's !
  18. Sooo... I've been trying to figure this out on my own since two days but as I'm just failing at that, I'm asking for your help. Until last week, the docker was running without problem using Mullvad VPN. I think that the only thing that I changed on my system was to update the docker. My problem is that I can't access the GUI (connexion failed) because the app does not completely sarts... It gets into a loop : 2020-09-28 10:50:20,362 DEBG 'start-script' stdout output: [info] Starting OpenVPN (non daemonised)... 2020-09-28 10:50:20,401 DEBG 'start-script' stdout output: Mon Sep 28 10:50:20 2020 WARNING: file 'credentials.conf' is group or others accessible Mon Sep 28 10:50:20 2020 OpenVPN 2.4.9 [git:makepkg/9b0dafca6c50b8bb+] x86_64-pc-linux-gnu [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [PKCS11] [MH/PKTINFO] [AEAD] built on Apr 20 2020 Mon Sep 28 10:50:20 2020 library versions: OpenSSL 1.1.1g 21 Apr 2020, LZO 2.10 2020-09-28 10:50:20,401 DEBG 'start-script' stdout output: Mon Sep 28 10:50:20 2020 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts 2020-09-28 10:50:20,404 DEBG 'start-script' stdout output: Mon Sep 28 10:50:20 2020 TCP/UDP: Preserving recently used remote address: [AF_INET]XXX.XXX.XXX.XXX:1302 Mon Sep 28 10:50:20 2020 Socket Buffers: R=[212992->1048576] S=[212992->1048576] Mon Sep 28 10:50:20 2020 UDP link local: (not bound) Mon Sep 28 10:50:20 2020 UDP link remote: [AF_INET]XXX.XXX.XXX.XXX:1302 2020-09-28 10:51:20,044 DEBG 'start-script' stdout output: Mon Sep 28 10:51:20 2020 [UNDEF] Inactivity timeout (--ping-restart), restarting 2020-09-28 10:51:20,044 DEBG 'start-script' stdout output: Mon Sep 28 10:51:20 2020 SIGHUP[soft,ping-restart] received, process restarting 2020-09-28 10:51:20,045 DEBG 'start-script' stdout output: Mon Sep 28 10:51:20 2020 WARNING: file 'credentials.conf' is group or others accessible Mon Sep 28 10:51:20 2020 OpenVPN 2.4.9 [git:makepkg/9b0dafca6c50b8bb+] x86_64-pc-linux-gnu [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [PKCS11] [MH/PKTINFO] [AEAD] built on Apr 20 2020 Mon Sep 28 10:51:20 2020 library versions: OpenSSL 1.1.1g 21 Apr 2020, LZO 2.10 2020-09-28 10:51:20,045 DEBG 'start-script' stdout output: Mon Sep 28 10:51:20 2020 Restart pause, 5 second(s) 2020-09-28 10:51:20,044 DEBG 'start-script' stdout output: Mon Sep 28 10:51:20 2020 [UNDEF] Inactivity timeout (--ping-restart), restarting 2020-09-28 10:51:20,044 DEBG 'start-script' stdout output: Mon Sep 28 10:51:20 2020 SIGHUP[soft,ping-restart] received, process restarting 2020-09-28 10:51:20,045 DEBG 'start-script' stdout output: Mon Sep 28 10:51:20 2020 WARNING: file 'credentials.conf' is group or others accessible supervisord.log I think, one hint is "UDP link local: (not bound)", but I could not figure out how to solve this... As I said I haven't changed anything on my system. At least not consciously ^^
  19. Well, I'm resigned to try CCC, but could someone help me with the procedure... ? From where do I work ? From inside the VM ? I do not believe that you can clone (virtual) drives working on the vdisks ?
  20. I find it hard to believe that there is no (command line) solution... The partition setup is the default setup from a "Macinabox" install. Is there something wrong to begin with ? If there is no other solution I will have to try CCC but what if I want to expand the drive again in the next years ? :-/
  21. Hello, So I succesfully installed Catalina with @SpaceInvaderOne Macinabox docker. Everything is now working (iMessage etc..) so I'm very cautious with what I'm doing. I started with a 60G vdisk and now I would like to expand the APFS partition. I managed to expand the vdisk to 120G but I coudl not expand the APFS Volume. sudo diskutil apfs resizeContainer disk3 0 Error: -69519: The target disk is too small for this operation, or a gap is required in your partition map which is missing or too small, which is often caused by an attempt to grow a partition beyond the beginning of another partition or beyond the end of partition map usable space I searched for an answer and the best I could get is that the free space I'm trying to add is not adjacent to the volume... The solution I found are creating a new vdisk and cloning (wich is basicaly starting over) or rearanging the partitions. But I'm not confortable with that. Could someone please provide some help ? Here is my disk layout : /dev/disk0 (internal, physical): #: TYPE NAME SIZE IDENTIFIER 0: GUID_partition_scheme *2.1 GB disk0 1: Apple_HFS macOS Base System 2.0 GB disk0s1 /dev/disk1 (internal, physical): #: TYPE NAME SIZE IDENTIFIER 0: GUID_partition_scheme *268.4 MB disk1 1: EFI EFI 101.4 MB disk1s1 2: Linux Filesystem 163.9 MB disk1s2 /dev/disk2 (internal, physical): #: TYPE NAME SIZE IDENTIFIER 0: GUID_partition_scheme *128.8 GB disk2 1: EFI EFI 209.7 MB disk2s1 2: Apple_APFS Container disk3 64.2 GB disk2s2 /dev/disk3 (synthesized): #: TYPE NAME SIZE IDENTIFIER 0: APFS Container Scheme - +64.2 GB disk3 Physical Store disk2s2 1: APFS Volume nV500 - Data 41.8 GB disk3s1 2: APFS Volume Preboot 81.4 MB disk3s2 3: APFS Volume Recovery 526.6 MB disk3s3 4: APFS Volume VM 1.1 MB disk3s4 5: APFS Volume nV500 10.8 GB disk3s5 EDIT : I'm sorry I posted in the wrong section...
  22. Hi ! I installed 6.9 beta 1 and since then my NerdPack Plugin is endlessly trying to "retrieving plugin information ...". I tried to uninstall/install but it did not change anything. So : 1 - its normal as I'm on a 6.9 "beta", i just have to wait patiently for an update 2 - I did something wrong somewhere and I need to search how to properly remove and install the plugin again