raspberrypi / rpi-imager

The home of Raspberry Pi Imager, a user-friendly tool for creating bootable media for Raspberry Pi devices.
https://www.raspberrypi.com/software
Other
1.73k stars 263 forks source link

Apple M1 macOS - corrupting SD cards #466

Closed miklosakos closed 2 months ago

miklosakos commented 2 years ago

Creating an SD card with rpi-imager results in an error message stating "error writing image" and the end result is an SD card with no partition table what so ever. Running dd from the terminal onto the same SD card will make a proper image. Formatting the SD card works. I'm using a 2021 MacBook Pro (with an 8 core M1 Pro CPU and macOS 12.5) and it's built-in SD card reader with a 16GB SanDisk card. During the same fail session I came across the following: "Error reading from storage. SD card may be broken"

maxnet commented 2 years ago

You may want to try if it works any better if you use an external USB SD card reader.

There has been another report about the internal reader (that is only present on the higher-end Macbook Pro models) sometimes not behaving properly: https://github.com/raspberrypi/rpi-imager/issues/270#issuecomment-999467151

Other user is mentioning it stops responding for a while after FAT32 format. Which is not done in our code, but outsourced to Apple's own diskutil. If it turns out there are deeper issues like this with this drive, this is unlilely something we can fix.

miklosakos commented 2 years ago

When I did "Erase" on the card through Raspberry Pi Imager I didn't notice any hangs with diskutility or the system in general with the SD card present, in fact I could interact with it just fine through the GUI tools, I'll take another look at the issue to see if I can repro the comment you mentioned. Edit: I have a random Kioxia SD card I can try as well to see if it's an SD card specific problem.

miklosakos commented 2 years ago

I did a quick test with the Kioxia SD card, erase went through the process just fine and diskutil list did not freeze. However when the imager tries acquiring stuff from the web the output ends with Cannot allocate memory. Attached both logs. In this test I tried flashing PINN. After the failed flash process the SD card has no partitions according to diskutil list. rpi-imager_erase.log rpi-imager_failed-write.log Edit: I tried writing a local img file and that hard froze my Mac, after a hard reset, the same error happened, disabling telemetry and disk ejection after completing the task started the process and the sdcard is actualy getting written. I know for sure I have no network connectivity issues. Will post logs after the process is finished.

miklosakos commented 2 years ago

So even though the process completed successfully, the SD card still has no partitions on it. rpi-imager_success.log

miklosakos commented 2 years ago

I went through some older issues and found #235, the universal binary posted here did in fact work and managed to produce an SD card with partitions on it. So whatever is going wrong with the latest version can be caused by Rosetta 2 or whatever magic happens in the background.

maxnet commented 2 years ago

So whatever is going wrong with the latest version can be caused by Rosetta 2 or whatever magic happens in the background.

Could be, but I would still be interested if the issue also occurs if you are using an external USB SD card reader instead. As I know it does work correctly under Rosetta for others that have entry level Macbooks (that do not have the internal reader, so I am sure they are using an external one).

However when the imager tries acquiring stuff from the web the output ends with Cannot allocate memory.

Note that this error message comes from the kernel after we call the write() syscall. If the kernel runs out of some fixed size memory pool, there is usually something wrong on the kernel side, rather than with the application. Could be something with the driver for the internal reader, but also anything else that operates in kernel space (drivers for other hardware you may have attached, some anti-virus software that installs kernel extensions, etc.) If you get such error, make sure you reboot, before conducting further tests.

maxnet commented 2 years ago

BTW, while I do not have any Macbook Pro's to test with, I do have access to a M2 Macbook Air this week. And as expected, Imager (running under Rosetta, with external USB-C card reader) does write SD cards fine on that:

imager_on_m2

I continue to suspect the internal SD card drive of your model is what may be causing issues in some situations. It seems Apple uses an internal pci-e SD card reader (GL9755A) in your model, that likely is using a special driver. And that probably got a lot less testing than the USB mass storage class driver that is used by most other normal SD card readers, so may have a bug or two.

You can also check by opening a terminal and running "kextstat" if there may be any other special kernel modules installed on your system. Should only have entries starting with "com.apple" there if you have a plain OSX installation, without anything special.

Like on my system:

kextstat

Index Refs Address            Size       Wired      Name (Version) UUID <Linked Against>
    1  202 0                  0          0          com.apple.kpi.bsd (21.6.0) 4E153B54-34AB-3900-8C9E-0826D777DE62 <>
    2   11 0                  0          0          com.apple.kpi.dsep (21.6.0) 4E153B54-34AB-3900-8C9E-0826D777DE62 <>
    3  235 0                  0          0          com.apple.kpi.iokit (21.6.0) 4E153B54-34AB-3900-8C9E-0826D777DE62 <>
    4  237 0                  0          0          com.apple.kpi.libkern (21.6.0) 4E153B54-34AB-3900-8C9E-0826D777DE62 <>
    5  222 0                  0          0          com.apple.kpi.mach (21.6.0) 4E153B54-34AB-3900-8C9E-0826D777DE62 <>
    6  145 0                  0          0          com.apple.kpi.private (21.6.0) 4E153B54-34AB-3900-8C9E-0826D777DE62 <>
    7  153 0                  0          0          com.apple.kpi.unsupported (21.6.0) 4E153B54-34AB-3900-8C9E-0826D777DE62 <>
    8   18 0xfffffe000777bfb0 0x1c000    0x1c000    com.apple.kec.corecrypto (12.0) CD18ACA5-5618-3CCF-9232-A8592E5CF16E <7 6 5 4 3 1>
    9    0 0xfffffe00071e3a40 0x4000     0x4000     com.apple.kec.AppleEncryptedArchive (1) 1E05C02E-CFFC-38DA-8089-8D8A8E2D8A8E <8 6 5 4>
   10    0 0xfffffe00076a9db0 0x4000     0x4000     com.apple.kec.InvalidateHmac (1) 56F0C2F7-4A49-30F5-9BF7-C230F3FC4F97 <7 6 5 4 3>
   11    7 0xfffffe00076b1650 0x8000     0x8000     com.apple.kec.Libm (1) D62F6C4A-E2DE-3002-BCDE-6E0957670300 <4>
   12    0 0xfffffe00077b3f00 0x4000     0x4000     com.apple.kec.pthread (1) 67CE6458-650B-3522-8E0B-FB6006518C57 <7 6 5 4 3 1>
   13    0 0xfffffe00070197e0 0x4000     0x4000     com.apple.nke.applicationfirewall (402) A121759F-0AE2-3AF2-B359-B1AD6BBE1D97 <7 6 5 4 3 1>
   14   27 0xfffffe00075e1960 0x4000     0x4000     com.apple.iokit.IOReportFamily (47) D58BD9DF-0E66-3130-810B-E748087748BF <6 5 4 3>
   15    1 0xfffffe00075ec470 0x4000     0x4000     com.apple.iokit.IOSlowAdaptiveClockingFamily (1.0.0) C6FB5762-3DE8-3E30-B1BF-E395D8C27B50 <7 6 5 4 3 1>
   16   17 0xfffffe00075ecb50 0x4000     0x4000     com.apple.iokit.IOStorageFamily (2.1) FD16B7B3-1FEB-3405-8DAD-31F9B8BAF3F3 <7 6 5 4 3 1>
   17   97 0xfffffe000703c0a0 0x10000    0x10000    com.apple.driver.AppleARMPlatform (1.0.2) 911D503A-285D-36C8-992A-139A9297AA6E <16 15 14 7 6 5 4 3 1>
   18    5 0xfffffe0007570c60 0x4000     0x4000     com.apple.iokit.IOCryptoAcceleratorFamily (1.0.1) DE178630-EA32-3025-A5AA-C90AB2E34DD0 <7 5 4 3 1>
   19    2 0xfffffe000743ae70 0x4000     0x4000     com.apple.kext.CoreTrust (1) 3ED8F5F2-CF06-3912-B7C8-0FF9CA75E754 <8 6 4>
   20    2 0xfffffe000724f1a0 0xc000     0xc000     com.apple.security.AppleImage4 (4.2.0) F46652D6-4C5A-3160-A3B7-03272FB2ACED <19 18 17 8 7 6 5 4 3 2 1>
   21   14 0xfffffe00072c44e0 0x1c000    0x1c000    com.apple.driver.AppleMobileFileIntegrity (1.0.5) 952AEE17-15F1-32A6-B348-41D54E70962F <20 19 8 7 6 5 4 3 2 1>
   22    2 0xfffffe00072a2050 0x4000     0x4000     com.apple.kext.AppleMatch (1.0.0d1) 24F2DF59-942C-3E46-90A0-322BDC70F1A1 <4 1>
   23    2 0xfffffe00076c5870 0x20000    0x20000    com.apple.security.sandbox (300.0) 8987E582-DF05-3C28-8170-41317AA334D2 <22 21 16 7 6 5 4 3 2 1>
   24    2 0xfffffe00076bacb0 0x4000     0x4000     com.apple.security.quarantine (4) 775D2050-0C07-31F7-AA34-F20848BDC6FF <23 22 7 6 5 4 3 2 1>
   25    0 0xfffffe0007362ac0 0x4000     0x4000     com.apple.AppleSystemPolicy (2.0.0) 5B9D7932-E259-3B5D-ACE2-431139C3F7A6 <24 23 21 7 6 5 4 3 2 1>
   26    4 0xfffffe00075717d0 0x4000     0x4000     com.apple.driver.IODARTFamily (1) 63CB9EC5-CA95-3F3E-9C8C-59792CE63ED6 <17 6 5 4 3 1>
   27   15 0xfffffe00075ef240 0x8000     0x8000     com.apple.iokit.IOSurface (302.14) B51F2E2D-D85F-38BD-9250-62A605B5B0F1 <7 6 5 4 3 1>
   28    4 0xfffffe0007267e00 0x30000    0x30000    com.apple.driver.AppleM2ScalerCSCDriver (265.0.0) 451138C3-8A59-3FFE-BA20-BCB94AF0E45C <27 26 17 7 6 5 4 3 1>
   29    4 0xfffffe00070e3030 0x4000     0x4000     com.apple.driver.AppleAudioClockLibs (140.1) 0D4FF7BA-AEE8-3660-9842-419CB085F0BB <7 5 4 3 1>
   30    6 0xfffffe000724d5b0 0x4000     0x4000     com.apple.driver.AppleIISController (140.1) A1B855A8-9C38-3978-AC64-D9CB40875288 <17 7 6 5 4 3 1>
   31    7 0xfffffe000754a990 0x4000     0x4000     com.apple.iokit.IOAudio2Family (1.0) 4042F1F5-A5C3-34F0-A49E-3E000191AD31 <5 4 3 1>
   32    2 0xfffffe0007570290 0x4000     0x4000     com.apple.iokit.IOCECFamily (1) A2737328-CF7C-3BF4-87A9-D7982B782AC0 <4 3>
   33    4 0xfffffe00075984d0 0x8000     0x8000     com.apple.iokit.IOHDCPFamily (1.0.0) 0028295F-9DD6-3F65-9605-03F275E88AAB <5 4 3>
   34   11 0xfffffe000750f7c0 0x24000    0x24000    com.apple.iokit.IOAVFamily (1.0.0) A71582E1-E1F4-352C-A0AE-3A90E5B17E5E <33 32 31 30 29 17 11 7 6 5 4 3 1>
   35    1 0xfffffe000701adb0 0x4000     0x4000     com.apple.AUC (1.0) 924407ED-AADC-3219-B10A-3C8A360539F5 <34 28 27 17 7 6 5 4 3 1>
   36    8 0xfffffe000742afe0 0x4000     0x4000     com.apple.iokit.CoreAnalyticsFamily (1) ABAD4540-4F33-36A8-80EE-299809417A89 <7 6 5 4 3 1>
   37   26 0xfffffe00075a6290 0x8000     0x8000     com.apple.iokit.IOHIDFamily (2.0.0) CDE247CC-BB5D-3234-B2E2-BC784DFD46F6 <14 7 6 5 4 3 2 1>
   38    1 0xfffffe0007163c70 0xc000     0xc000     com.apple.driver.AppleBiometricSensor (2) CBD14293-408D-37A6-B919-8744D93828C1 <37 36 17 14 7 6 5 4 3 1>
   39   23 0xfffffe00075ebd80 0x4000     0x4000     com.apple.driver.IOSlaveProcessor (1) D7635EC7-DF70-384D-B339-BF27017BCC34 <6 5 4 3>
   40    9 0xfffffe000701b6d0 0x4000     0x4000     com.apple.driver.AppleA7IOP (1.0.2) 985210ED-5873-3B40-980D-A869B8B0D1BE <39 17 5 4 3 1>
   41   10 0xfffffe000731dbe0 0xc000     0xc000     com.apple.driver.AppleSEPManager (1.0.1) 8DFE9E5C-4766-3B27-BACF-01F3FBEDE686 <40 39 17 8 7 6 5 4 3 1>
   42    5 0xfffffe00075e8620 0x4000     0x4000     com.apple.iokit.IOSerialFamily (11) B207D471-BAA8-30F4-A6B7-2BDAA1299821 <7 6 5 4 3 1>
   43   13 0xfffffe00075cc390 0x4000     0x4000     com.apple.iokit.IONetworkingFamily (3.4) 26E81741-7552-3B7C-AE56-FB9996EA46B0 <7 6 5 4 3 1>
   44    2 0xfffffe00075de000 0x4000     0x4000     com.apple.driver.mDNSOffloadUserClient (1.0.1b8) EE735B97-D9D5-3E62-9CD5-39E2E416439D <43 4 3 1>
   45    7 0xfffffe00075e9190 0x4000     0x4000     com.apple.iokit.IOSkywalkFamily (1.0) 202C2D8F-D694-38DD-BD9A-B5C87B913D04 <44 43 7 6 5 4 3 1>
   46    6 0xfffffe00072e6540 0x4000     0x4000     com.apple.driver.AppleOnboardSerial (1.0) 1F40C9AB-1208-39F9-9A26-1BBBB443AA30 <45 42 7 5 4 3 1>
   47    9 0xfffffe0007532280 0x18000    0x18000    com.apple.iokit.IOAccessoryManager (1.0.0) 36DD59A0-B5A1-3FE1-9948-10DF0524D3C8 <46 42 37 17 7 6 5 4 3 1>
   48    2 0xfffffe0007038e90 0x4000     0x4000     com.apple.driver.AppleARMPMU (1.0) 6EF5B9AF-A4A6-3E60-B36F-337C609FD301 <47 17 14 7 6 5 4 3 1>
   49    3 0xfffffe00071db9e0 0x4000     0x4000     com.apple.driver.AppleEmbeddedTempSensor (1.0.0) 6C1E2C41-659E-3573-8035-6A70994F764C <37 17 14 7 5 4 3 1>
   50   14 0xfffffe00076bb9b0 0xc000     0xc000     com.apple.driver.RTBuddy (1.0.0) 58C1D550-16AE-33C7-9A76-80D3A9F1FDE0 <40 39 17 14 8 7 6 5 4 3 1>
   51    9 0xfffffe00073280f0 0xc000     0xc000     com.apple.driver.AppleSMC (3.1.9) 64F93629-76A2-360D-812F-3068FCD3F4C1 <50 49 48 47 40 39 37 17 6 5 4 3>
   52   11 0xfffffe000740d5d0 0x4000     0x4000     com.apple.driver.usb.AppleUSBCommon (1.0) 42494687-D95C-3A40-A975-2AD9887C7348 <5 4 3 1>
   53    3 0xfffffe0007686ba0 0x4000     0x4000     com.apple.driver.AppleUSBHostMergeProperties (1.2) 0A87C403-0B52-33A6-A2AC-EDE1AEDD5F56 <4 3 1>
   54   15 0xfffffe0007667340 0x14000    0x14000    com.apple.iokit.IOUSBHostFamily (1.2) 3A223996-1368-3809-A37C-638C7ED13FC9 <53 52 51 7 6 5 4 3 1>
   55    2 0xfffffe00076aace0 0x8000     0x8000     com.apple.driver.KernelRelayHost (1) D94C2931-4B5B-3A99-B577-5381F41C835F <54 5 4 3>
   56    1 0xfffffe0007188040 0x14000    0x14000    com.apple.driver.AppleCredentialManager (1.0) 64609D00-CB4A-3186-9565-5C280C7BB079 <55 41 39 8 7 6 5 4 3 1>
   57    0 0xfffffe00071ade00 0x4000     0x4000     com.apple.driver.AppleDiskImages2 (126.141.2) 877C92EE-AB58-3801-A551-8A8638C7078E <16 6 5 4 3 1>
   58    3 0xfffffe00071bd4d0 0x4000     0x4000     com.apple.driver.AppleEffaceableStorage (1.0) 5161A9E9-4EF5-32C9-A3E2-C43BAF680E40 <7 5 4 3 1>
   59    0 0xfffffe00071e4a70 0x4000     0x4000     com.apple.driver.AppleFDEKeyStore (28.30) B2023A1A-5469-3400-A597-EB06B3FA8260 <58 8 7 6 5 4 3 1>
   60    0 0xfffffe000724e580 0x4000     0x4000     com.apple.driver.AppleIPAppender (1.0) 1776A8F3-FC85-3CC9-A4BB-D8BDEB03BEDA <45 43 7 6 5 4 3 1>
   61    4 0xfffffe00075e24a0 0x4000     0x4000     com.apple.iokit.IOSCSIArchitectureModelFamily (456.140.3) 3F43619C-39D7-35D5-95C2-61D78FA03B17 <6 5 4 3 1>
   62    1 0xfffffe00075e4200 0x4000     0x4000     com.apple.iokit.IOSCSIBlockCommandsDevice (456.140.3) E70D0BE2-6B54-3075-9430-F930B817EA67 <61 16 6 5 4 3 1>
   63   15 0xfffffe00075df440 0x4000     0x4000     com.apple.iokit.IOPCIFamily (2.9) 37788442-2C8F-3CFD-8216-1553867CF69C <7 6 5 4 3>
   64    1 0xfffffe00076a5100 0x4000     0x4000     com.apple.iokit.IOUSBMassStorageDriver (210.120.3) 1A67E2CE-A581-342C-8222-6A7234864BAD <63 61 54 16 6 5 4 3 1>
   65    1 0xfffffe0007350e90 0x4000     0x4000     com.apple.driver.AppleUSBTDM (533.120.2) 366EF7F8-60BD-30E5-BAD5-291BBE14B552 <64 62 61 54 21 16 7 6 5 4 3 1>
   66    0 0xfffffe000731a2a0 0x4000     0x4000     com.apple.driver.AppleSEPKeyStore (2) 647E0B39-B8FF-35F7-A434-6AECB55D06F6 <65 58 56 41 39 21 18 8 7 6 5 4 3 1>
   67    0 0xfffffe000733ed50 0x4000     0x4000     com.apple.driver.AppleSSE (1.0) 9970C75F-D45B-3606-83B1-0F0EE45B4408 <55 41 39 7 6 5 4 3 1>
   68    0 0xfffffe0007429af0 0x4000     0x4000     com.apple.iokit.BroadcomBluetoothHostControllerUSBTransport (9.0.0) F199EF75-7187-3122-A7DA-425743D88CDF <7 6 5 4 3>
   69    0 0xfffffe000742a590 0x4000     0x4000     com.apple.iokit.CSRBluetoothHostControllerUSBTransport (9.0.0) 2DA580FA-1A57-3AFD-8E67-2B6C62571A02 <7 6 5 4 3>
   70    0 0xfffffe0007440c90 0xc000     0xc000     com.apple.iokit.EndpointSecurity (1) BEC2E655-E10E-3090-BAA3-C6A91FE051F4 <24 21 7 6 5 4 3 2 1>
   71    2 0xfffffe000744b290 0x38000    0x38000    com.apple.driver.FairPlayIOKit (68.16.0) EECEF1A9-97EF-3729-AF7A-C70FC93A8ECA <7 6 5 4 3 1>
   72    2 0xfffffe0007555070 0x10000    0x10000    com.apple.iokit.IOBluetoothFamily (9.0.0) 63217094-EA70-3977-9580-38E3065627A1 <54 17 14 7 6 5 4 3 1>
   73    0 0xfffffe000756b7a0 0x4000     0x4000     com.apple.driver.IOBluetoothHostControllerPCIeTransport (9.0.0) 205ED86F-A3B8-35C5-BF81-94CD67EB4A26 <7 6 5 4 3>
   74    0 0xfffffe000756c1f0 0x4000     0x4000     com.apple.iokit.IOBluetoothHostControllerTransport (9.0.0) 050E7AB6-8A04-3802-B72C-80613E4042FE <7 6 5 4 3>
   75    0 0xfffffe000756cc10 0x4000     0x4000     com.apple.iokit.IOBluetoothHostControllerUARTTransport (9.0.0) 4CE04505-E2EF-3A70-B344-33D70ECA0C0B <7 6 5 4 3>
   76    0 0xfffffe000756d660 0x4000     0x4000     com.apple.iokit.IOBluetoothHostControllerUSBTransport (9.0.0) E86D9E13-1FAE-354A-A688-021F6D2E7A19 <7 6 5 4 3>
   77    0 0xfffffe000756e0a0 0x4000     0x4000     com.apple.iokit.IOBluetoothSerialManager (9.0.0) 43693C4E-5E8C-3838-8CDC-A5A8636B8032 <7 6 5 4 3>
   78    1 0xfffffe0007593c70 0x8000     0x8000     com.apple.iokit.IOGraphicsFamily (597) 7179344F-4BF3-3EA9-9E43-DD34A4524DC7 <63 7 5 4 3 1>
   79    5 0xfffffe000759e7d0 0x4000     0x4000     com.apple.driver.DiskImages (493.0.0) 3CEDC493-1E57-3276-ACD2-DF0D8193FCD6 <16 7 6 5 4 3 1>
   80    0 0xfffffe00075b0230 0x4000     0x4000     com.apple.iokit.IOKitRegistryCompatibility (1) 5257BCC1-305F-3A50-8365-545E29324BD5 <4 3>
   81    3 0xfffffe0007621f90 0x8000     0x8000     com.apple.iokit.IOTimeSyncFamily (1040.3) 9A14B7C1-1EC7-394C-AC2A-B8028BB02A14 <43 17 6 5 4 3 1>
   82    0 0xfffffe000768e430 0x8000     0x8000     com.apple.driver.usb.AppleUSBUserHCI (1) 30D60B5D-2D0F-355E-A23E-604AF911B93D <54 52 5 4 3 1>
   83    0 0xfffffe00076a7d10 0x4000     0x4000     com.apple.iokit.IOUserEthernet (1.0.1) 64683A9B-5B8B-3BF8-A66C-E5EA62FDAC32 <43 21 6 5 4 3 1>
   84    7 0xfffffe00071d4f40 0x8000     0x8000     com.apple.driver.AppleEmbeddedPCIE (1) 290FB383-0DD0-3638-A640-443D72E5062D <63 26 17 14 7 5 4 3 1>
   85   11 0xfffffe0007777a40 0x8000     0x8000     com.apple.driver.corecapture (1.0.4) 43CC3A5C-24F4-3E87-8481-278676DA59C7 <7 6 5 4 3 1>
   86    1 0xfffffe00072dd370 0x4000     0x4000     com.apple.driver.AppleMultiFunctionManager (1) 27AB7520-0FCE-3495-AFD2-FDBE0788F969 <85 84 46 17 7 6 5 4 3 1>
   87    0 0xfffffe00072ae810 0x4000     0x4000     com.apple.driver.AppleMobileApNonce (1) 77F4EF4D-C0DB-3657-9186-74C0F1C3A9B1 <18 17 7 6 5 4 3 1>
   88    0 0xfffffe0007297610 0x8000     0x8000     com.apple.driver.AppleM68Buttons (1.0.0d1) 5F7CB024-428D-37D2-BF81-29F2E2D8EB09 <37 17 7 6 5 4 3 1>
   89    1 0xfffffe00071ef740 0x4000     0x4000     com.apple.driver.AppleFireStormErrorHandler (1) 5BEF5A78-AD05-34B9-B7C3-E78CFBCA2B45 <17 14 7 6 5 4 3 1>
   90    0 0xfffffe000736d710 0xc000     0xc000     com.apple.driver.AppleT8110 (1) 7711357F-B1B1-369F-B678-44F90B826650 <89 17 14 7 6 5 4 3 1>
   91    0 0xfffffe0007332650 0x4000     0x4000     com.apple.driver.AppleSPIMC (1) DDDEEDFE-7437-3911-99D8-AD9A78A52E9A <17 7 5 4 3 1>
   92    2 0xfffffe00071f54c0 0x4000     0x4000     com.apple.driver.AppleGPIOICController (1.0.2) 93CD1C25-4D27-3FB2-AD72-E24688788A46 <17 14 7 5 4 3 1>
   93    0 0xfffffe0007310a40 0x4000     0x4000     com.apple.driver.AppleS5L8940XI2C (1.0.0d2) 6AAF4FB4-9D16-3803-AB64-EAAD54E27335 <92 17 7 5 4 3 1>
   94    0 0xfffffe0007310200 0x4000     0x4000     com.apple.driver.AppleS5L8920XPWM (1.0.0d1) 51FDCE46-FF41-39E6-946C-C95CC87E27C0 <17 7 5 4 3>
   95    4 0xfffffe00071f4630 0x4000     0x4000     com.apple.driver.AppleFirmwareUpdateKext (1) 218A4C86-3232-34D0-8229-27B4AAD1C17D <20 8 7 6 5 4 3 1>
   96    4 0xfffffe00071cd000 0x8000     0x8000     com.apple.driver.AppleEmbeddedAudioLibs (140.1) 26A1A666-E505-3CE8-B295-42A9EBDBEEB4 <95 29 17 7 5 4 3 1>
   97    0 0xfffffe000729bba0 0x8000     0x8000     com.apple.driver.AppleMCA2-T8112 (640.5) 7F76B9FA-2EE8-3D1A-B519-C5261F3EBEE6 <96 30 29 17 7 5 4 3 1>
   98    2 0xfffffe00072e4400 0x4000     0x4000     com.apple.driver.AppleOLYHAL (1) A8E6FE7B-3BA0-330D-AB89-93AE1787C03E <85 84 63 17 7 6 5 4 3>
   99    4 0xfffffe00075adc90 0x4000     0x4000     com.apple.driver.IOImageLoader (1.0.0) 349D009D-A2EC-3CC2-8DC9-1935CB8F4D45 <85 8 7 6 5 4 3 1>
  100    2 0xfffffe000748e250 0x60000    0x60000    com.apple.iokit.IO80211Family (1200.12.2b2) F981AAAD-9116-3DC0-8D78-3EBCCAC54899 <85 45 43 36 21 8 7 6 5 4 3 1>
  101    1 0xfffffe00070f5f20 0x6c000    0x6c000    com.apple.driver.AppleBCMWLANCore (1.0.0) BA7408AD-D1E7-3519-8FBD-CB47FB6BBA58 <100 99 98 85 81 63 46 45 44 43 42 36 21 17 8 7 6 5 4 3 1>
  102    3 0xfffffe00071715c0 0x4000     0x4000     com.apple.driver.AppleBluetoothDebugService (1) 784287A0-BD46-3768-A3C9-4615EB792F19 <5 4 3 1>
  103    0 0xfffffe00070e4bb0 0x14000    0x14000    com.apple.driver.AppleBCMWLANBusInterfacePCIe (1) 322A8168-EBD5-3CA8-9DCC-6FA8F6006123 <102 101 100 99 98 85 84 63 46 45 43 36 17 7 6 5 4 3 1>
  104    0 0xfffffe0007171bc0 0x4000     0x4000     com.apple.driver.AppleBluetoothModule (1) 7D5B92DA-2B53-36D5-A809-FB91A64B692C <86 85 17 7 6 5 4 3 1>
  105    0 0xfffffe000737bb00 0x4000     0x4000     com.apple.driver.AppleT8112PCIe (1) 7139F6A3-DB30-36EE-9F65-AFAB56701732 <84 63 17 14 7 6 5 4 3 1>
  106    0 0xfffffe00073761c0 0x4000     0x4000     com.apple.driver.AppleT8110DART (1) D782B785-C87C-338D-890B-39EA4FF6433D <26 17 7 6 5 4 3 1>
  107    1 0xfffffe00072e8570 0x4000     0x4000     com.apple.driver.ApplePIODMA (1) 3EE93096-03CF-3844-9D99-311FBFEB90C3 <5 4 3 1>
  108   10 0xfffffe00075f5290 0x30000    0x30000    com.apple.iokit.IOThunderboltFamily (9.3.3) 6190C4F0-28BF-3625-B2AF-6BB010729CF1 <51 5 4 3 1>
  109    0 0xfffffe0007366ec0 0x8000     0x8000     com.apple.driver.AppleT8103PCIeC (1) DB44A09C-20BA-3689-BE7B-F4266A0521AD <108 107 84 63 26 17 14 7 6 5 4 3 1>
  110    0 0xfffffe00073a4c70 0x34000    0x34000    com.apple.driver.AppleThunderboltNHI (7.2.81) 21CD1E79-F550-37EB-9293-575BC3FA3789 <108 92 63 47 6 5 4 3 1>
  111    5 0xfffffe00073eae20 0x4000     0x4000     com.apple.driver.AppleTypeCPhy (1) D7F953A4-1A26-35EA-A4A2-3B56940ABAB7 <52 17 5 4 3 1>
  112    4 0xfffffe00075746f0 0x10000    0x10000    com.apple.iokit.IODisplayPortFamily (1.0.0) 20DA423C-E6C1-3C17-AB66-E72FAF6B3905 <34 33 32 7 6 5 4 3 1>
  113    0 0xfffffe00071b1090 0xc000     0xc000     com.apple.driver.AppleDisplayCrossbar (1.0.0) 00116ED1-0851-339F-B079-22E0032DF12E <112 111 108 47 34 17 4 3>
  114    0 0xfffffe0007687250 0x4000     0x4000     com.apple.driver.usb.AppleUSBHostPacketFilter (1.0) 7216C5D1-782B-3D2A-85FB-76E4F760FFC9 <54 52 7 6 5 4 3 1>
  115    0 0xfffffe000725acc0 0x4000     0x4000     com.apple.driver.AppleInterruptControllerV2 (1.0.0d1) 3F08F644-AA7E-3320-81E0-812B5C429C89 <17 7 6 5 4 3 1>
  116    0 0xfffffe0007049230 0x4000     0x4000     com.apple.driver.AppleARMWatchdogTimer (1) 9AB41074-A81D-3468-86A5-2314ED343AB5 <17 7 6 5 4 3 1>
  117    0 0xfffffe0007313de0 0x4000     0x4000     com.apple.driver.AppleS8000DWI (1.0.0d1) 92FC90D8-21E8-34EA-97E8-0CE2AC48B1DB <17 7 5 4 3 1>
  118    0 0xfffffe0007312940 0x4000     0x4000     com.apple.driver.AppleS8000AES (1) A7BCBB63-8353-300E-A395-B345A18656E1 <18 17 7 6 5 4 3 1>
  119    0 0xfffffe00073060a0 0x8000     0x8000     com.apple.driver.AppleProResHW (177.0.0) 57EDC93A-BE99-3052-B126-4F4C1850B0E4 <27 17 7 5 4 3 1>
  120    1 0xfffffe00071f6a00 0x4000     0x4000     com.apple.driver.AppleH10PearlCameraInterface (17.0.6) 84EA34C6-AD58-37B3-A409-D16CE98B5309 <27 17 14 8 7 6 5 4 3 1>
  121    0 0xfffffe0007216b40 0x1c000    0x1c000    com.apple.driver.AppleH13CameraInterface (6.51.1) 00C3FDFF-C58A-328C-B068-FB1780EB9ADC <120 27 17 14 8 7 6 5 4 3 1>
  122    0 0xfffffe00071f73a0 0x20000    0x20000    com.apple.driver.AppleH11ANEInterface (5.68.0) B41FBD52-AEE2-360B-96A7-A4007AB6C372 <27 17 14 8 7 6 5 4 3 1>
  123    1 0xfffffe000758d2f0 0x8000     0x8000     com.apple.iokit.IOGPUFamily (35.29) 0676A113-D914-32FC-86BC-093F679E4D5D <78 63 27 21 14 7 6 5 4 3 1>
  124    0 0xfffffe000700d120 0x10000    0x10000    com.apple.AGXG14G (190.22) B851FDA1-B4D2-300F-B73C-79E77704056C <123 50 36 27 21 17 14 11 7 6 5 4 3 1>
  125    0 0xfffffe0007417120 0x4000     0x4000     com.apple.driver.AudioDMAController-T8112 (160.2) B997B79F-1BD4-3A0F-9627-DCE51991FF17 <17 6 5 4 3 1>
  126    1 0xfffffe00073ecd00 0x1c000    0x1c000    com.apple.driver.AppleT8103TypeCPhy (1) B7CA05A7-A7D3-39B0-B8F5-9505F35909BB <111 5 4 3 1>
  127    0 0xfffffe00074069b0 0x4000     0x4000     com.apple.driver.AppleT8112TypeCPhy (1) 4A6DDA91-DA8F-3FDA-8316-F9A00215BAD5 <126 111 5 4 3 1>
  128    0 0xfffffe000704a870 0x58000    0x58000    com.apple.driver.AppleAVD (566) 84E0B714-21BE-34C6-BBB6-131B8F44B14D <71 27 17 7 5 4 3 1>
  129    1 0xfffffe00071baad0 0x4000     0x4000     com.apple.driver.AppleDockChannel (1) 322CF6B7-46A9-335A-87FB-C3DFE30370FB <17 7 6 5 4 3 1>
  130    4 0xfffffe0007258df0 0x4000     0x4000     com.apple.driver.AppleInputDeviceSupport (5460.1) C7A5D2AE-053D-31C5-BAB9-53C93F2A9B86 <95 39 36 6 5 4 3 1>
  131    1 0xfffffe0007234ec0 0xc000     0xc000     com.apple.driver.AppleHIDTransport (5460.1) B379A74D-CDAE-3AB8-AF45-98EB90DCA395 <130 51 37 17 6 5 4 3 1>
  132    0 0xfffffe000723d070 0x4000     0x4000     com.apple.driver.AppleHIDTransportFIFO (5460.1) AD7F7D47-44BC-3D02-9B2B-6CA37EC96645 <131 130 129 50 39 17 6 5 4 3 1>
  133    0 0xfffffe000725b920 0x8000     0x8000     com.apple.driver.AppleJPEGDriver (4.8.1) 221AC3CA-B1AA-3BE7-BC7D-3D4FDABE072D <27 17 7 5 4 3 1>
  134    0 0xfffffe0007314610 0x4000     0x4000     com.apple.driver.AppleSART (1) C5D964F6-8B31-3BDF-BA38-8FF8BCFBB274 <17 6 5 4 3>
  135    0 0xfffffe000709edc0 0x44000    0x44000    com.apple.driver.AppleAVE2 (560.5.0) 5A88005B-2D3A-3207-BC1A-3E41484F4F39 <27 17 7 5 4 3 1>
  136    5 0xfffffe00071f0a80 0x4000     0x4000     com.apple.driver.AppleFirmwareKit (1) 0BE0F0BA-D239-3B7C-AB40-E8805418DA0C <95 51 50 40 39 17 14 7 6 5 4 3 1>
  137    2 0xfffffe0007199220 0x4000     0x4000     com.apple.driver.AppleDCP (1) 86F582C1-9078-3B7D-AC38-EF7FBC199C19 <136 50 17 4 3>
  138    2 0xfffffe00075b52c0 0x8000     0x8000     com.apple.iokit.IOMobileGraphicsFamily (343.0.0) AB4FE7C3-C0B3-3107-B3A2-8BD285A7B414 <34 28 27 21 17 7 6 5 4 3 1>
  139    1 0xfffffe00075b08d0 0x8000     0x8000     com.apple.iokit.IOMobileGraphicsFamily-DCP (343.0.0) 000C5FA6-2FAB-380C-98EA-738187F44239 <138 137 50 39 34 28 27 21 17 7 6 5 4 3 1>
  140    0 0xfffffe00072af980 0x4000     0x4000     com.apple.driver.AppleMobileDispH14G-DCP (140.0) EDAA8CA1-D718-3092-A277-2CF183C303DA <139 138 50 41 39 35 34 28 27 17 7 5 4 3 1>
  141    2 0xfffffe000743c2d0 0x4000     0x4000     com.apple.driver.DCPAVFamilyProxy (1) EE710752-B7BA-3111-A123-0C76A63C7173 <136 34 17 3>
  142    0 0xfffffe0007342320 0x4000     0x4000     com.apple.driver.AppleSerialShim (1) 08D29AB2-E8DE-3021-A6A1-A72D5862E587 <17 7 6 5 4 3 1>
  143    3 0xfffffe0007337840 0x8000     0x8000     com.apple.driver.AppleSPU (1) EF66D05D-2508-3250-A2A6-AD4023A61E36 <95 50 40 39 37 17 14 6 5 4 3 1>
  144    0 0xfffffe00073339e0 0x4000     0x4000     com.apple.driver.AppleSPMI (1.0.1) 229ADE85-3CE9-3103-8C7C-0ADAD4402399 <17 7 5 4 3 1>
  145    0 0xfffffe000734b3e0 0x4000     0x4000     com.apple.driver.AppleStockholmControl (1.0.0) 3FC716B4-BC8D-32FF-8E4D-63A539F206EB <46 17 7 5 4 3 1>
  146    1 0xfffffe00071ad3d0 0x4000     0x4000     com.apple.driver.AppleDialogPMU (1.0.1) F2652EFF-31F0-323A-8156-ABDE8B585DDA <49 48 37 17 7 5 4 3 1>
  147    0 0xfffffe00073351c0 0x4000     0x4000     com.apple.driver.AppleSPMIPMU (1.0.1) B4271B6A-FB66-3020-B974-96113AAC1933 <146 51 49 37 17 7 6 5 4 3 1>
  148    0 0xfffffe0007341b90 0x4000     0x4000     com.apple.driver.AppleSamsungSerial (1.0.0d1) 03206EC3-33CE-3A19-B956-99BA128CF2FF <46 42 17 7 5 4 3 1>
  149    0 0xfffffe00071e3f60 0x4000     0x4000     com.apple.driver.AppleEventLogHandler (1) 19733807-4CBB-3AF4-91C7-EEBD58819AD7 <17 7 6 5 4 3 1>
  150    3 0xfffffe0007685e30 0x4000     0x4000     com.apple.driver.usb.AppleUSBHostCompositeDevice (1.2) CB7881CF-B285-3AF8-8128-870E1B954214 <54 52 6 5 4 3 1>
  151    1 0xfffffe0007688430 0x8000     0x8000     com.apple.driver.usb.AppleUSBHub (1.2) 2D633B81-F7DF-3E14-A03B-E4A120B0781A <54 52 5 4 3 1>
  152    2 0xfffffe00071e04d0 0x4000     0x4000     com.apple.driver.AppleEmbeddedUSBHost (1) AFF9AEAD-DC1D-3ABD-B634-6E7A06B6CC6D <151 150 54 53 52 21 7 6 5 4 3 1>
  153    2 0xfffffe0007692880 0xc000     0xc000     com.apple.driver.usb.AppleUSBXHCI (1.2) 9DE40866-F5DE-3F70-BB91-2A5D5F4772A4 <54 52 47 17 7 6 5 4 3 1>
  154    1 0xfffffe000735e050 0x8000     0x8000     com.apple.driver.usb.AppleSynopsysUSBXHCI (1) 5423185D-A1D5-3501-807B-AFD8FF6CEA07 <153 152 111 54 52 47 17 7 6 5 4 3 1>
  155    0 0xfffffe00073596b0 0x8000     0x8000     com.apple.driver.usb.AppleSynopsysUSB40XHCI (1) 8DBDA49D-5B69-3AA1-9A29-93BB6625D5EA <154 153 152 108 54 52 47 17 7 6 5 4 3 1>
  156    3 0xfffffe0007644d50 0x8000     0x8000     com.apple.iokit.IOUSBDeviceFamily (2.0.0) 6507FE10-CF09-32C5-AF79-DABF3B28BF11 <52 5 4 3 1>
  157    1 0xfffffe00076552c0 0xc000     0xc000     com.apple.driver.AppleUSBXDCI (1.0) 8CD7B8D3-FDC6-3524-89B5-70E156478EF5 <156 5 4 3 1>
  158    0 0xfffffe000765e3c0 0x8000     0x8000     com.apple.driver.AppleUSBXDCIARM (1.0) D0621D80-018E-3036-8314-FA50B28E02A9 <157 156 111 47 17 5 4 3 1>
  159    0 0xfffffe00073117e0 0x4000     0x4000     com.apple.driver.AppleS5L8960XNCO (1) 8E48CB5A-FAF0-39AE-AC82-F6A2EF0390DE <17 14 7 5 4 3 1>
  160    5 0xfffffe00072e9590 0xc000     0xc000     com.apple.driver.ApplePMGR (1) AE3537B1-5063-3CAA-887C-D608F6506E4B <17 14 7 6 5 4 3 1>
  161    0 0xfffffe000737d7a0 0x8000     0x8000     com.apple.driver.AppleT8112PMGR (1) 9C815ADE-A38F-3C58-B2FE-5F9A582311C2 <160 17 11 7 6 5 4 3 1>
  162    1 0xfffffe000700c910 0x4000     0x4000     com.apple.AGXFirmwareKextRTBuddy64 (190.22) 18FFCE80-2820-3EBB-82B8-5C163A749428 <50 5 4 3 1>
  163    0 0xfffffe000700c000 0x4000     0x4000     com.apple.AGXFirmwareKextG14GRTBuddy (1) 52A7ACAD-943D-32E8-AB2B-67E8BDFD3491 <162 50 5 4 3 1>
  164    0 0xfffffe000719bb50 0x4000     0x4000     com.apple.driver.AppleDPDisplayTCON (1) 4617E54F-5DBC-37B5-872D-C7BB7FF32B78 <34 17 7 6 5 4 3 1>
  165    2 0xfffffe00072e3df0 0x4000     0x4000     com.apple.driver.AppleNANDConfigAccess (1.0.0) 362B6DC6-4125-3F26-B4DF-94DFB634748C <17 7 5 4 3 1>
  166    0 0xfffffe00075bc550 0x10000    0x10000    com.apple.iokit.IONVMeFamily (2.1.0) C0F21F01-2026-3391-9E72-0ABC8ED52CA4 <165 84 63 51 50 40 39 37 21 17 16 7 6 5 4 3 1>
  167    0 0xfffffe0007378340 0x4000     0x4000     com.apple.driver.AppleT8112CLPC (1) E05CEECB-CE0B-3CCF-B920-47E2FEA4C5C6 <160 27 17 14 11 7 6 5 4 3 1>
  168    0 0xfffffe00073663f0 0x4000     0x4000     com.apple.driver.AppleT8020SOCTuner (1) B410AB20-272B-39C9-8440-6153D081CE6E <160 17 14 7 6 5 4 3 1>
  169    0 0xfffffe00072f7940 0x10000    0x10000    com.apple.driver.ApplePassthroughPPM (3.0) 66C8E409-AED4-30B6-BEE3-B616A525CB00 <160 17 14 11 7 5 4 3 1>
  170    4 0xfffffe0007033500 0x8000     0x8000     com.apple.iokit.AppleARMIISAudio (140.2) 1288FE8A-9C17-34EB-9527-0616C4FF6D00 <96 31 7 5 4 3 1>
  171    4 0xfffffe00071bf650 0x8000     0x8000     com.apple.driver.AppleEmbeddedAudio (550.3) 985FF52B-E402-3768-A316-FDFA2C5F9BCE <170 96 37 31 30 17 7 5 4 3 1>
  172    0 0xfffffe00071cc580 0x4000     0x4000     com.apple.driver.AppleSN012776Amp (550.3) 79EC76EE-B230-3A01-9594-477428482F16 <171 170 37 31 30 17 7 5 4 3 1>
  173    0 0xfffffe00071acc30 0x4000     0x4000     com.apple.driver.AppleDiagnosticDataAccessReadOnly (1.0.0) AFEEFC3D-5EA4-3CED-B6F1-B5E62DA39721 <165 17 7 5 4 3 1>
  174    0 0xfffffe0007246fb0 0x8000     0x8000     com.apple.driver.AppleHPM (3.4.4) 7AF57C1B-81AA-3CF4-8356-9AB99ABF49F9 <112 108 47 34 17 7 6 5 4 3 1>
  175    0 0xfffffe00071da3f0 0x4000     0x4000     com.apple.AppleEmbeddedSimpleSPINORFlasher (1) 82D16857-348E-38F7-89D2-DA4D1D749C0B <17 7 5 4 3 1>
  176    1 0xfffffe00071785e0 0x4000     0x4000     com.apple.driver.AppleCSEmbeddedAudio (550.3) 8E1FEB04-B7E4-3ADA-8D87-290E66893D86 <171 170 37 31 30 17 5 4 3 1>
  177    0 0xfffffe00071c6d40 0x8000     0x8000     com.apple.driver.AppleCS42L84Audio (550.3) FF24E880-7B74-30FF-B04F-8C6890999BE0 <176 171 170 37 31 30 17 7 5 4 3 1>
  178    0 0xfffffe00073469f0 0x8000     0x8000     com.apple.driver.AppleSmartIO2 (1) 4B75ECFE-A025-3E33-9640-C835402E83C4 <50 40 39 18 6 5 4 3 1>
  179    0 0xfffffe0007407710 0x4000     0x4000     com.apple.driver.AppleTypeCRetimer (1.0.0) D3969736-9479-3A18-8A28-5813A6605C1F <17 7 6 5 4 3 1>
  180    1 0xfffffe000743f7b0 0x4000     0x4000     com.apple.driver.DCPDPFamilyProxy (1) 4648C64B-14E6-3A19-A477-3F7E5361F7CD <141 136 112 34 3>
  181    0 0xfffffe00072f7030 0x4000     0x4000     com.apple.driver.ApplePMPFirmware (1) 1C99B2E8-4A71-3839-8212-6EC86352ACFF <50 40 39 17 4 3>
  182    0 0xfffffe00071e54d0 0x4000     0x4000     com.apple.AppleFSCompression.AppleFSCompressionTypeDataless (1.0.0d1) 9DF1A0F7-ABEC-3B2D-8DEC-FAA9E192175E <7 6 4 3 2 1>
  183    0 0xfffffe00071e5fe0 0x8000     0x8000     com.apple.AppleFSCompression.AppleFSCompressionTypeZlib (1.0.0) C5CE5ED0-330B-397D-9B7E-F675C9CB2882 <6 4 3 2 1>
  184    0 0xfffffe0007425bc0 0x4000     0x4000     com.apple.BootCache (40) 3DA6B9B1-91D1-3DF3-B7E4-52AF2FB316B3 <7 6 5 4 3 1>
  185    0 0xfffffe0007427a90 0x4000     0x4000     com.apple.security.BootPolicy (1) BD3300B6-9123-3662-9F15-7071B8DBA687 <41 39 5 4 3>
  186    1 0xfffffe000748d700 0x4000     0x4000     com.apple.filesystems.hfs.encodings.kext (1) CB32F375-A103-33CB-AA27-05258BE85789 <7 6 5 4 3 1>
  187    0 0xfffffe0007480dd0 0x10000    0x10000    com.apple.filesystems.hfs.kext (583.100.10) B4C4BBD9-E1DB-3999-96C5-07C2DD3FDED1 <186 7 6 5 4 3 1>
  188    0 0xfffffe0007199ef0 0x4000     0x4000     com.apple.driver.AppleDCPDPTXProxy (1.0.0) 1227F692-1CF8-3ACF-A39D-2E767637DF7D <180 141 137 136 112 34 33 5 4 3>
  189    0 0xfffffe00075f49b0 0x4000     0x4000     com.apple.IOTextEncryptionFamily (1.0.0) 2FF0C3E6-5227-32B6-B5F7-AF10643F5F71 <71 7 5 4 3 1>
  190    2 0xfffffe000772a1d0 0x48000    0x48000    com.apple.filesystems.apfs (1934.141.2) A3C48A05-D3A8-3B3F-8C28-882918047853 <58 36 16 8 7 6 5 4 3 2 1>
  191    0 0xfffffe00077998e0 0x4000     0x4000     com.apple.filesystems.lifs (1) 4863B4BD-921A-3AAD-BDC3-150353225A28 <7 6 5 4 3 1>
  192    0 0xfffffe000715fea0 0x4000     0x4000     com.apple.driver.AppleBSDKextStarter (3) 54396AB5-02BC-3F95-9ED6-D9E8D40E04A3 <4 3>
  193    0 0xfffffe00070229f0 0x10000    0x10000    com.apple.driver.AppleAOPAudio (150.2) FDAD0A0C-1358-3ED6-B1E0-6BB18E1B0771 <143 136 96 31 17 7 5 4 3 1>
  194    0 0xfffffe00072f54a0 0x4000     0x4000     com.apple.driver.ApplePMP (1) 47861E71-8660-3AE7-8D39-2493E0856543 <50 40 39 37 17 6 5 4 3 1>
  195    0 0xfffffe000702fc30 0x4000     0x4000     com.apple.driver.AppleAOPVoiceTrigger (140.1) D811B499-DCAE-33EC-84BD-5DA56C5DC00A <171 143 7 5 4 3 1>
  196    0 0xfffffe00077c4b20 0x4000     0x4000     com.apple.filesystems.tmpfs (1) BB2BBCDF-4AA9-3565-8D5C-683906F8671A <7 6 5 4 3 1>
  197    1 0xfffffe00076b7af0 0x4000     0x4000     com.apple.nke.ppp (1.9) 6EB699B7-1255-3A59-B14F-38401556AB78 <7 6 5 4 3 1>
  198    0 0xfffffe00076b0420 0x4000     0x4000     com.apple.nke.l2tp (1.9) 3ED0EAA3-80EA-3C2F-AA82-0E1AF34D0BE4 <197 7 6 5 4 3 1>
  199    0 0xfffffe000701f3f0 0x4000     0x4000     com.apple.driver.AppleALSColorSensor (1.0.0d1) 8956C86B-214F-3ED9-ACB6-B398B75EEB5F <143 37 17 7 5 4 3 1>
  201    0 0xfffffe00071eeeb0 0x4000     0x4000     com.apple.driver.AppleFileSystemDriver (3.0.1) 23773D71-CEC1-364C-9E5E-522BB8729257 <16 4 3>
  202    1 0xfffffe0007382ff0 0x8000     0x8000     com.apple.driver.AppleThunderboltDPAdapterFamily (8.5.1) 6782F9B8-D9A1-3C4B-9FAC-90B6B846610B <108 5 4 3 1>
  203    0 0xfffffe00073887f0 0x4000     0x4000     com.apple.driver.AppleThunderboltDPInAdapter (8.5.1) 5C560471-F55E-3973-8CC7-430D42BD0A55 <202 108 5 4 3 1>
  204    0 0xfffffe00073d66f0 0x4000     0x4000     com.apple.driver.AppleThunderboltPCIDownAdapter (4.1.1) E5962F3A-00C1-381B-89E5-ABB0B03743BA <108 84 63 5 4 3 1>
  205    0 0xfffffe00073dc220 0x4000     0x4000     com.apple.driver.AppleThunderboltUSBDownAdapter (1.0.4) E635A6C8-862D-3756-8DB7-D754E428F913 <108 5 4 3 1>
  206    4 0xfffffe0007317da0 0x4000     0x4000     com.apple.iokit.AppleSEPGenericTransfer (1) 6B081ACD-B613-3417-8420-218C1F845ABA <41 39 6 5 4 3>
  207    1 0xfffffe00073e3920 0x8000     0x8000     com.apple.driver.AppleTrustedAccessory (1) FD3DD600-1B63-3512-AF49-A8A6F874C3E1 <206 51 37 36 7 6 5 4 3 1>
  208    0 0xfffffe00076c4780 0x4000     0x4000     com.apple.driver.SEPHibernation (1) BCA332C9-2C31-37FE-B58B-149140C98F5B <41 39 4 3>
  209    0 0xfffffe0007342ad0 0x4000     0x4000     com.apple.driver.AppleSmartBatteryManager (161.0.0) BC85C897-B6BF-387F-943D-E4664FC91CC8 <51 7 5 4 3 1>
  210    0 0xfffffe00073190b0 0x4000     0x4000     com.apple.driver.AppleSEPHDCPManager (1.0.1) 0EBD6E0B-C72D-3989-A09C-25F82C62BCE2 <41 39 33 5 4 3>
  211    0 0xfffffe0007416730 0x4000     0x4000     com.apple.driver.AppleXsanScheme (3) 5C6BE989-1378-35A9-9900-8F3503571DC2 <16 5 4 3 1>
  212    0 0xfffffe0007160520 0x4000     0x4000     com.apple.driver.AppleBTM (1.0.1) 709FA772-CA67-3542-85E8-1847672A6489 <160 37 17 7 5 4 3 1>
  213    0 0xfffffe000716f900 0x4000     0x4000     com.apple.driver.AppleBluetoothDebug (1) 5AB0C7F4-BFE9-3F52-8602-FFA3AC0C6384 <102 85 6 5 4 3 1>
  214    1 0xfffffe00071810c0 0x8000     0x8000     com.apple.driver.AppleConvergedPCI (1) CF3932E4-6354-3B76-BE13-F32893808AB3 <85 63 6 5 4 3 1>
  215    0 0xfffffe0007179440 0x8000     0x8000     com.apple.driver.AppleConvergedIPCOLYBTControl (1) 4E1D5DDD-BEA7-3BE7-ACB8-A4D69A9F48DF <214 102 45 6 5 4 3 1>
  216    0 0xfffffe0007393fc0 0x14000    0x14000    com.apple.driver.AppleThunderboltIP (4.0.3) A453B440-FD32-3829-BB16-C892EF687FFA <108 63 43 5 4 3 1>
  217    2 0xfffffe0007414f20 0x4000     0x4000     com.apple.driver.usb.networking (5.0.0) 567B4074-70BA-37FD-BA4D-756A0F48229D <54 6 5 4 3 1>
  218    0 0xfffffe000740f960 0x4000     0x4000     com.apple.driver.AppleUSBDeviceNCM (5.0.0) 05F882F4-A533-33B8-9293-F43511FAB95A <217 156 43 17 6 5 4 3 1>
  219    4 0xfffffe00075a0f10 0x4000     0x4000     com.apple.driver.DiskImages.KernelBacked (493.0.0) 4598F3F4-38C9-3DFA-9C28-87252BF3879B <79 16 7 5 4 3 1>
  220    0 0xfffffe00075a06a0 0x4000     0x4000     com.apple.driver.DiskImages.FileBackingStore (493.0.0) 94D5AE85-45C9-34DE-A3C0-3323B645BF62 <219 79 16 7 6 5 4 3 1>
  221    0 0xfffffe00075a1c50 0x4000     0x4000     com.apple.driver.DiskImages.RAMBackingStore (493.0.0) 01CE533F-7329-3575-A0DA-A9E8F107D04B <219 79 16 7 5 4 3 1>
  222    0 0xfffffe00075a28f0 0x4000     0x4000     com.apple.driver.DiskImages.UDIFDiskImage (493.0.0) 23E4FC5C-6D41-3668-ADAE-29F185332937 <219 79 16 7 5 4 3 1>
  223    0 0xfffffe00075a22e0 0x4000     0x4000     com.apple.driver.DiskImages.ReadWriteDiskImage (493.0.0) 3ECBDA0D-844D-33CA-9C91-69C1C00B1E4B <219 79 16 7 5 4 3 1>
  224    0 0xfffffe000741ad60 0x8000     0x8000     com.apple.driver.BCMWLANFirmware4378.Hashstore (1) D27C890E-F2B2-3348-9ACE-014D9CAA8DED <99 85 5 4 3 1>
  225    0 0xfffffe000741efa0 0x8000     0x8000     com.apple.driver.BCMWLANFirmware4387.Hashstore (1) E04A2922-2AB4-3141-8D2C-1D7C1FEBBAA9 <99 85 5 4 3 1>
  226    1 0xfffffe00077cb550 0x4000     0x4000     com.apple.vecLib.kext (1.2.0) B6BC1E1E-1B47-3428-AC63-57180ACA6A2E <11 7 6 5 4 3>
  227    1 0xfffffe000754b360 0x8000     0x8000     com.apple.iokit.IOAudioFamily (340.2) 8261CC49-466A-35A1-B533-AF865C929B6B <226 5 4 3 1>
  228    0 0xfffffe00074098a0 0x4000     0x4000     com.apple.driver.AppleUSBAudio (416.2) 36C9BB4F-72A1-3479-948D-56B61B8BCCF8 <227 150 63 54 53 29 6 5 4 3 1>
  229    0 0xfffffe000740cdf0 0x4000     0x4000     com.apple.driver.usb.cdc (5.0.0) 86D85933-06EB-39C9-8412-6617EE430E11 <217 150 54 5 4 3 1>
  230    2 0xfffffe0007551e10 0x4000     0x4000     com.apple.iokit.IOBiometricFamily (1) 90A164EF-31D3-3D57-94B9-9E1683871B34 <206 41 39 7 6 5 4 3 1>
  231    1 0xfffffe00072a6050 0xc000     0xc000     com.apple.driver.AppleMesaSEPDriver (100.99) 3424BEC7-0024-3EED-A03C-F787D278EA1C <230 207 206 51 41 39 38 37 17 7 6 5 4 3 1>
  232    0 0xfffffe000742ddb0 0x4000     0x4000     com.apple.driver.CoreKDL (1) EF9F5427-4F55-3F84-AB62-99133F88E6D3 <206 5 4 3 1>
  233    0 0xfffffe000716eb70 0x4000     0x4000     com.apple.driver.AppleBiometricServices (1) 781BB9D8-BB01-3F3D-B59A-3DF01B3021B4 <231 230 17 7 5 4 3 1>
  234    0 0xfffffe00072319e0 0x4000     0x4000     com.apple.driver.AppleHIDKeyboard (228.2) BEF48763-6624-34B8-BC06-BC1F1CEBF658 <37 6 5 4 3>
  235    2 0xfffffe00072df260 0x8000     0x8000     com.apple.driver.AppleMultitouchDriver (5460.1) 4F3A4679-FD0E-35AF-929C-4F45A6B4156E <130 37 14 7 6 5 4 3 1>
  236    0 0xfffffe00070e1850 0x4000     0x4000     com.apple.driver.AppleActuatorDriver (5460.1) 0FBC8784-9B92-3C0F-B425-32772A151BE1 <235 130 37 14 7 6 5 4 3 1>
  237    1 0xfffffe0007563f00 0x8000     0x8000     com.apple.driver.IOBluetoothHIDDriver (9.0.0) B483C942-470E-3FA2-8BE8-E1CB57A3A704 <72 37 5 4 3>
  238    1 0xfffffe00073df8b0 0x4000     0x4000     com.apple.driver.AppleHSBluetoothDriver (5450.8) B7515C95-15FB-3828-9E13-0B46743ABCD4 <237 72 37 6 5 4 3 1>
  239    0 0xfffffe00073e0f70 0x4000     0x4000     com.apple.driver.AppleTopCaseHIDEventDriver (5450.8) 15533F2C-3491-38A2-8B8B-1492BC37A382 <238 235 37 6 5 4 3 1>
  240    0 0xfffffe00075e6a50 0x4000     0x4000     com.apple.iokit.SCSITaskUserClient (456.140.3) 7197C568-A20D-397E-9361-271DCE2016D5 <61 16 5 4 3 1>
  242    1 0xfffffe00075dd740 0x4000     0x4000     com.apple.iokit.IOEthernetAVBController (1.1.0) E7B1642F-8534-3C82-BFD1-73249C9E1AA5 <43 5 4 3 1>
  243    1 0xfffffe00076283b0 0x20000    0x20000    com.apple.plugin.IOgPTPPlugin (1040.3) 073F7068-7395-3F1A-862C-0302BCBAB9F2 <81 45 43 37 11 6 5 4 3 1>
  244    0 0xfffffe00074f6810 0x8000     0x8000     com.apple.iokit.IOAVBFamily (1040.6) 99746DF9-B1C5-3125-B975-7F5531AC90ED <243 242 81 43 6 5 4 3 1>
  245    2 0xfffffe00077c5860 0x4000     0x4000     com.apple.kext.triggers (1.0) 7C659EAA-EEC9-3109-8DB4-E93FB895DEDD <7 6 5 4 3 1>
  246    0 0xfffffe00077739f0 0x4000     0x4000     com.apple.filesystems.autofs (3.0) 2E921F78-9428-3B77-9A6C-1680031843D0 <245 7 6 5 4 3 2 1>
  247    0 0xfffffe00076a8850 0x4000     0x4000     com.apple.driver.driverkit.serial (6.0.0) 1A0E8F48-1D9A-3506-8F50-70FFB330DD22 <42 5 4 3 1>
  249    0 0xfffffe00077b4cb0 0x10000    0x10000    com.apple.filesystems.smbfs (4.0) C35FF09E-CA77-3337-9F5B-39538E87FF32 <245 8 7 6 5 4 3 1>
miklosakos commented 2 years ago

The weird thing is that only the Intel binary has this issue, the Universal binary works fine. The only external sd card reader I have other than a pinephone is a multi-decade old one that refuses to work with PCs at all. I hooked up a known to work USB Flash Drive and got the same issue of successful write and no usable partition. The same flash drive shows up in Windows with a single, unformatted partition. The same flash drive can be imaged with dd and the Windows version of the imager just fine. kextstat output:


root@pocketable-nuclear-power-plant Downloads # kextstat
Executing: /usr/bin/kmutil showloaded
No variant specified, falling back to release
Index Refs Address            Size       Wired      Name (Version) UUID <Linked Against>
    1  198 0                  0          0          com.apple.kpi.bsd (21.6.0) 43BBF43C-8008-3830-8A00-C8706889EEA1 <>
    2   11 0                  0          0          com.apple.kpi.dsep (21.6.0) 43BBF43C-8008-3830-8A00-C8706889EEA1 <>
    3  231 0                  0          0          com.apple.kpi.iokit (21.6.0) 43BBF43C-8008-3830-8A00-C8706889EEA1 <>
    4  233 0                  0          0          com.apple.kpi.libkern (21.6.0) 43BBF43C-8008-3830-8A00-C8706889EEA1 <>
    5  218 0                  0          0          com.apple.kpi.mach (21.6.0) 43BBF43C-8008-3830-8A00-C8706889EEA1 <>
    6  142 0                  0          0          com.apple.kpi.private (21.6.0) 43BBF43C-8008-3830-8A00-C8706889EEA1 <>
    7  152 0                  0          0          com.apple.kpi.unsupported (21.6.0) 43BBF43C-8008-3830-8A00-C8706889EEA1 <>
    8   19 0xfffffe0007773e50 0x1c000    0x1c000    com.apple.kec.corecrypto (12.0) CD18ACA5-5618-3CCF-9232-A8592E5CF16E <7 6 5 4 3 1>
    9    0 0xfffffe00071e8140 0x4000     0x4000     com.apple.kec.AppleEncryptedArchive (1) 1E05C02E-CFFC-38DA-8089-8D8A8E2D8A8E <8 6 5 4>
   10    0 0xfffffe00076a1c50 0x4000     0x4000     com.apple.kec.InvalidateHmac (1) 56F0C2F7-4A49-30F5-9BF7-C230F3FC4F97 <7 6 5 4 3>
   11    6 0xfffffe00076a94f0 0x8000     0x8000     com.apple.kec.Libm (1) D62F6C4A-E2DE-3002-BCDE-6E0957670300 <4>
   12    0 0xfffffe00077abda0 0x4000     0x4000     com.apple.kec.pthread (1) 67CE6458-650B-3522-8E0B-FB6006518C57 <7 6 5 4 3 1>
   13    0 0xfffffe0007019b20 0x4000     0x4000     com.apple.nke.applicationfirewall (402) A121759F-0AE2-3AF2-B359-B1AD6BBE1D97 <7 6 5 4 3 1>
   14   29 0xfffffe00075d7730 0x4000     0x4000     com.apple.iokit.IOReportFamily (47) D58BD9DF-0E66-3130-810B-E748087748BF <6 5 4 3>
   15    1 0xfffffe00075e2240 0x4000     0x4000     com.apple.iokit.IOSlowAdaptiveClockingFamily (1.0.0) C6FB5762-3DE8-3E30-B1BF-E395D8C27B50 <7 6 5 4 3 1>
   16   17 0xfffffe00075e2920 0x4000     0x4000     com.apple.iokit.IOStorageFamily (2.1) FD16B7B3-1FEB-3405-8DAD-31F9B8BAF3F3 <7 6 5 4 3 1>
   17   99 0xfffffe0007043fe0 0x10000    0x10000    com.apple.driver.AppleARMPlatform (1.0.2) 911D503A-285D-36C8-992A-139A9297AA6E <16 15 14 7 6 5 4 3 1>
   18    5 0xfffffe00075660f0 0x4000     0x4000     com.apple.iokit.IOCryptoAcceleratorFamily (1.0.1) DE178630-EA32-3025-A5AA-C90AB2E34DD0 <7 5 4 3 1>
   19    2 0xfffffe0007430300 0x4000     0x4000     com.apple.kext.CoreTrust (1) 3ED8F5F2-CF06-3912-B7C8-0FF9CA75E754 <8 6 4>
   20    2 0xfffffe00072533b0 0xc000     0xc000     com.apple.security.AppleImage4 (4.2.0) F46652D6-4C5A-3160-A3B7-03272FB2ACED <19 18 17 8 7 6 5 4 3 2 1>
   21   14 0xfffffe00072b7af0 0x1c000    0x1c000    com.apple.driver.AppleMobileFileIntegrity (1.0.5) 952AEE17-15F1-32A6-B348-41D54E70962F <20 19 8 7 6 5 4 3 2 1>
   22    2 0xfffffe00072a68a0 0x4000     0x4000     com.apple.kext.AppleMatch (1.0.0d1) 24F2DF59-942C-3E46-90A0-322BDC70F1A1 <4 1>
   23    2 0xfffffe00076bd710 0x20000    0x20000    com.apple.security.sandbox (300.0) 8987E582-DF05-3C28-8170-41317AA334D2 <22 21 16 7 6 5 4 3 2 1>
   24    2 0xfffffe00076b2b50 0x4000     0x4000     com.apple.security.quarantine (4) 775D2050-0C07-31F7-AA34-F20848BDC6FF <23 22 7 6 5 4 3 2 1>
   25    0 0xfffffe00073560d0 0x4000     0x4000     com.apple.AppleSystemPolicy (2.0.0) 5B9D7932-E259-3B5D-ACE2-431139C3F7A6 <24 23 21 7 6 5 4 3 2 1>
   26    5 0xfffffe0007566c60 0x4000     0x4000     com.apple.driver.IODARTFamily (1) 63CB9EC5-CA95-3F3E-9C8C-59792CE63ED6 <17 6 5 4 3 1>
   27   16 0xfffffe00075e5010 0x8000     0x8000     com.apple.iokit.IOSurface (302.14) B51F2E2D-D85F-38BD-9250-62A605B5B0F1 <7 6 5 4 3 1>
   28    4 0xfffffe000726c010 0x30000    0x30000    com.apple.driver.AppleM2ScalerCSCDriver (265.0.0) 451138C3-8A59-3FFE-BA20-BCB94AF0E45C <27 26 17 7 6 5 4 3 1>
   29    3 0xfffffe00070eaf70 0x4000     0x4000     com.apple.driver.AppleAudioClockLibs (140.1) 0D4FF7BA-AEE8-3660-9842-419CB085F0BB <7 5 4 3 1>
   30    6 0xfffffe00072517c0 0x4000     0x4000     com.apple.driver.AppleIISController (140.1) A1B855A8-9C38-3978-AC64-D9CB40875288 <17 7 6 5 4 3 1>
   31    7 0xfffffe000753fe20 0x4000     0x4000     com.apple.iokit.IOAudio2Family (1.0) 4042F1F5-A5C3-34F0-A49E-3E000191AD31 <5 4 3 1>
   32    2 0xfffffe0007565720 0x4000     0x4000     com.apple.iokit.IOCECFamily (1) A2737328-CF7C-3BF4-87A9-D7982B782AC0 <4 3>
   33    5 0xfffffe000758d960 0x8000     0x8000     com.apple.iokit.IOHDCPFamily (1.0.0) 0028295F-9DD6-3F65-9605-03F275E88AAB <5 4 3>
   34   12 0xfffffe0007504c50 0x24000    0x24000    com.apple.iokit.IOAVFamily (1.0.0) A71582E1-E1F4-352C-A0AE-3A90E5B17E5E <33 32 31 30 29 17 11 7 6 5 4 3 1>
   35    1 0xfffffe000701b0f0 0x4000     0x4000     com.apple.AUC (1.0) 924407ED-AADC-3219-B10A-3C8A360539F5 <34 28 27 17 7 6 5 4 3 1>
   36    1 0xfffffe00071fc720 0x20000    0x20000    com.apple.driver.AppleH11ANEInterface (5.68.0) B41FBD52-AEE2-360B-96A7-A4007AB6C372 <27 17 14 8 7 6 5 4 3 1>
   37    0 0xfffffe0007022d30 0x8000     0x8000     com.apple.driver.AppleANELoadBalancer (5.68.2) 0EAD9EF0-B8E4-3322-9999-5E15A57427AF <36 27 17 14 8 7 6 5 4 3 1>
   38    8 0xfffffe0007420470 0x4000     0x4000     com.apple.iokit.CoreAnalyticsFamily (1) ABAD4540-4F33-36A8-80EE-299809417A89 <7 6 5 4 3 1>
   39   26 0xfffffe000759b720 0x8000     0x8000     com.apple.iokit.IOHIDFamily (2.0.0) CDE247CC-BB5D-3234-B2E2-BC784DFD46F6 <14 7 6 5 4 3 2 1>
   40    1 0xfffffe000716a870 0xc000     0xc000     com.apple.driver.AppleBiometricSensor (2) CBD14293-408D-37A6-B919-8744D93828C1 <39 38 17 14 7 6 5 4 3 1>
   41   22 0xfffffe00075e1b50 0x4000     0x4000     com.apple.driver.IOSlaveProcessor (1) D7635EC7-DF70-384D-B339-BF27017BCC34 <6 5 4 3>
   42    9 0xfffffe000701ba10 0x4000     0x4000     com.apple.driver.AppleA7IOP (1.0.2) 985210ED-5873-3B40-980D-A869B8B0D1BE <41 17 5 4 3 1>
   43   10 0xfffffe00073111f0 0xc000     0xc000     com.apple.driver.AppleSEPManager (1.0.1) 8DFE9E5C-4766-3B27-BACF-01F3FBEDE686 <42 41 17 8 7 6 5 4 3 1>
   44    5 0xfffffe00075de3f0 0x4000     0x4000     com.apple.iokit.IOSerialFamily (11) B207D471-BAA8-30F4-A6B7-2BDAA1299821 <7 6 5 4 3 1>
   45   13 0xfffffe00075c1820 0x4000     0x4000     com.apple.iokit.IONetworkingFamily (3.4) 26E81741-7552-3B7C-AE56-FB9996EA46B0 <7 6 5 4 3 1>
   46    2 0xfffffe00075d3dd0 0x4000     0x4000     com.apple.driver.mDNSOffloadUserClient (1.0.1b8) EE735B97-D9D5-3E62-9CD5-39E2E416439D <45 4 3 1>
   47    7 0xfffffe00075def60 0x4000     0x4000     com.apple.iokit.IOSkywalkFamily (1.0) 202C2D8F-D694-38DD-BD9A-B5C87B913D04 <46 45 7 6 5 4 3 1>
   48    6 0xfffffe00072d9b50 0x4000     0x4000     com.apple.driver.AppleOnboardSerial (1.0) 1F40C9AB-1208-39F9-9A26-1BBBB443AA30 <47 44 7 5 4 3 1>
   49    9 0xfffffe0007527710 0x18000    0x18000    com.apple.iokit.IOAccessoryManager (1.0.0) 36DD59A0-B5A1-3FE1-9948-10DF0524D3C8 <48 44 39 17 7 6 5 4 3 1>
   50    2 0xfffffe0007040dd0 0x4000     0x4000     com.apple.driver.AppleARMPMU (1.0) 6EF5B9AF-A4A6-3E60-B36F-337C609FD301 <49 17 14 7 6 5 4 3 1>
   51    3 0xfffffe00071e00e0 0x4000     0x4000     com.apple.driver.AppleEmbeddedTempSensor (1.0.0) 6C1E2C41-659E-3573-8035-6A70994F764C <39 17 14 7 5 4 3 1>
   52   13 0xfffffe00076b3850 0xc000     0xc000     com.apple.driver.RTBuddy (1.0.0) 58C1D550-16AE-33C7-9A76-80D3A9F1FDE0 <42 41 17 14 8 7 6 5 4 3 1>
   53   10 0xfffffe000731b700 0xc000     0xc000     com.apple.driver.AppleSMC (3.1.9) 64F93629-76A2-360D-812F-3068FCD3F4C1 <52 51 50 49 42 41 39 17 6 5 4 3>
   54   11 0xfffffe0007406d10 0x4000     0x4000     com.apple.driver.usb.AppleUSBCommon (1.0) 42494687-D95C-3A40-A975-2AD9887C7348 <5 4 3 1>
   55    2 0xfffffe000767ea40 0x4000     0x4000     com.apple.driver.AppleUSBHostMergeProperties (1.2) 0A87C403-0B52-33A6-A2AC-EDE1AEDD5F56 <4 3 1>
   56   14 0xfffffe000765f1e0 0x14000    0x14000    com.apple.iokit.IOUSBHostFamily (1.2) 3A223996-1368-3809-A37C-638C7ED13FC9 <55 54 53 7 6 5 4 3 1>
   57    2 0xfffffe00076a2b80 0x8000     0x8000     com.apple.driver.KernelRelayHost (1) D94C2931-4B5B-3A99-B577-5381F41C835F <56 5 4 3>
   58    1 0xfffffe000718ec40 0x14000    0x14000    com.apple.driver.AppleCredentialManager (1.0) 64609D00-CB4A-3186-9565-5C280C7BB079 <57 43 41 8 7 6 5 4 3 1>
   59    0 0xfffffe00071b4090 0x4000     0x4000     com.apple.driver.AppleDiskImages2 (126.141.2) 877C92EE-AB58-3801-A551-8A8638C7078E <16 6 5 4 3 1>
   60    3 0xfffffe00071c1bd0 0x4000     0x4000     com.apple.driver.AppleEffaceableStorage (1.0) 5161A9E9-4EF5-32C9-A3E2-C43BAF680E40 <7 5 4 3 1>
   61    0 0xfffffe00071e9170 0x4000     0x4000     com.apple.driver.AppleFDEKeyStore (28.30) B2023A1A-5469-3400-A597-EB06B3FA8260 <60 8 7 6 5 4 3 1>
   62    0 0xfffffe0007252790 0x4000     0x4000     com.apple.driver.AppleIPAppender (1.0) 1776A8F3-FC85-3CC9-A4BB-D8BDEB03BEDA <47 45 7 6 5 4 3 1>
   63    3 0xfffffe00075d8270 0x4000     0x4000     com.apple.iokit.IOSCSIArchitectureModelFamily (456.140.3) 3F43619C-39D7-35D5-95C2-61D78FA03B17 <6 5 4 3 1>
   64    1 0xfffffe00075d9fd0 0x4000     0x4000     com.apple.iokit.IOSCSIBlockCommandsDevice (456.140.3) E70D0BE2-6B54-3075-9430-F930B817EA67 <63 16 6 5 4 3 1>
   65   15 0xfffffe00075d5210 0x4000     0x4000     com.apple.iokit.IOPCIFamily (2.9) 37788442-2C8F-3CFD-8216-1553867CF69C <7 6 5 4 3>
   66    1 0xfffffe000769cfa0 0x4000     0x4000     com.apple.iokit.IOUSBMassStorageDriver (210.120.3) 1A67E2CE-A581-342C-8222-6A7234864BAD <65 63 56 16 6 5 4 3 1>
   67    1 0xfffffe00073444a0 0x4000     0x4000     com.apple.driver.AppleUSBTDM (533.120.2) 366EF7F8-60BD-30E5-BAD5-291BBE14B552 <66 64 63 56 21 16 7 6 5 4 3 1>
   68    0 0xfffffe000730d8b0 0x4000     0x4000     com.apple.driver.AppleSEPKeyStore (2) 647E0B39-B8FF-35F7-A434-6AECB55D06F6 <67 60 58 43 41 21 18 8 7 6 5 4 3 1>
   69    0 0xfffffe0007332360 0x4000     0x4000     com.apple.driver.AppleSSE (1.0) 9970C75F-D45B-3606-83B1-0F0EE45B4408 <57 43 41 7 6 5 4 3 1>
   70    0 0xfffffe000741ef80 0x4000     0x4000     com.apple.iokit.BroadcomBluetoothHostControllerUSBTransport (9.0.0) F199EF75-7187-3122-A7DA-425743D88CDF <7 6 5 4 3>
   71    0 0xfffffe000741fa20 0x4000     0x4000     com.apple.iokit.CSRBluetoothHostControllerUSBTransport (9.0.0) 2DA580FA-1A57-3AFD-8E67-2B6C62571A02 <7 6 5 4 3>
   72    0 0xfffffe0007436120 0xc000     0xc000     com.apple.iokit.EndpointSecurity (1) BEC2E655-E10E-3090-BAA3-C6A91FE051F4 <24 21 7 6 5 4 3 2 1>
   73    2 0xfffffe0007440720 0x38000    0x38000    com.apple.driver.FairPlayIOKit (68.16.0) EECEF1A9-97EF-3729-AF7A-C70FC93A8ECA <7 6 5 4 3 1>
   74    2 0xfffffe000754a500 0x10000    0x10000    com.apple.iokit.IOBluetoothFamily (9.0.0) 63217094-EA70-3977-9580-38E3065627A1 <56 17 14 7 6 5 4 3 1>
   75    0 0xfffffe0007560c30 0x4000     0x4000     com.apple.driver.IOBluetoothHostControllerPCIeTransport (9.0.0) 205ED86F-A3B8-35C5-BF81-94CD67EB4A26 <7 6 5 4 3>
   76    0 0xfffffe0007561680 0x4000     0x4000     com.apple.iokit.IOBluetoothHostControllerTransport (9.0.0) 050E7AB6-8A04-3802-B72C-80613E4042FE <7 6 5 4 3>
   77    0 0xfffffe00075620a0 0x4000     0x4000     com.apple.iokit.IOBluetoothHostControllerUARTTransport (9.0.0) 4CE04505-E2EF-3A70-B344-33D70ECA0C0B <7 6 5 4 3>
   78    0 0xfffffe0007562af0 0x4000     0x4000     com.apple.iokit.IOBluetoothHostControllerUSBTransport (9.0.0) E86D9E13-1FAE-354A-A688-021F6D2E7A19 <7 6 5 4 3>
   79    0 0xfffffe0007563530 0x4000     0x4000     com.apple.iokit.IOBluetoothSerialManager (9.0.0) 43693C4E-5E8C-3838-8CDC-A5A8636B8032 <7 6 5 4 3>
   80    1 0xfffffe0007589100 0x8000     0x8000     com.apple.iokit.IOGraphicsFamily (597) 7179344F-4BF3-3EA9-9E43-DD34A4524DC7 <65 7 5 4 3 1>
   81    5 0xfffffe0007593c60 0x4000     0x4000     com.apple.driver.DiskImages (493.0.0) 3CEDC493-1E57-3276-ACD2-DF0D8193FCD6 <16 7 6 5 4 3 1>
   82    0 0xfffffe00075a56c0 0x4000     0x4000     com.apple.iokit.IOKitRegistryCompatibility (1) 5257BCC1-305F-3A50-8365-545E29324BD5 <4 3>
   83    3 0xfffffe0007617d60 0x8000     0x8000     com.apple.iokit.IOTimeSyncFamily (1040.3) 9A14B7C1-1EC7-394C-AC2A-B8028BB02A14 <45 17 6 5 4 3 1>
   84    0 0xfffffe00076862d0 0x8000     0x8000     com.apple.driver.usb.AppleUSBUserHCI (1) 30D60B5D-2D0F-355E-A23E-604AF911B93D <56 54 5 4 3 1>
   85    0 0xfffffe000769fbb0 0x4000     0x4000     com.apple.iokit.IOUserEthernet (1.0.1) 64683A9B-5B8B-3BF8-A66C-E5EA62FDAC32 <45 21 6 5 4 3 1>
   86    0 0xfffffe00072b3060 0x4000     0x4000     com.apple.driver.AppleMobileApNonce (1) 77F4EF4D-C0DB-3657-9186-74C0F1C3A9B1 <18 17 7 6 5 4 3 1>
   87    1 0xfffffe00071f3e40 0x4000     0x4000     com.apple.driver.AppleFireStormErrorHandler (1) 5BEF5A78-AD05-34B9-B7C3-E78CFBCA2B45 <17 14 7 6 5 4 3 1>
   88    0 0xfffffe0007358e70 0xc000     0xc000     com.apple.driver.AppleT6000 (1) B7AE24C8-B1BE-3B97-BC84-5CD83CE860DF <87 56 53 17 14 7 6 5 4 3 1>
   89    2 0xfffffe00071fa840 0x4000     0x4000     com.apple.driver.AppleGPIOICController (1.0.2) 93CD1C25-4D27-3FB2-AD72-E24688788A46 <17 14 7 5 4 3 1>
   90    0 0xfffffe0007304050 0x4000     0x4000     com.apple.driver.AppleS5L8940XI2C (1.0.0d2) 6AAF4FB4-9D16-3803-AB64-EAAD54E27335 <89 17 7 5 4 3 1>
   91    0 0xfffffe0007325c60 0x4000     0x4000     com.apple.driver.AppleSPIMC (1) DDDEEDFE-7437-3911-99D8-AD9A78A52E9A <17 7 5 4 3 1>
   92    1 0xfffffe00071fbd80 0x4000     0x4000     com.apple.driver.AppleH10PearlCameraInterface (17.0.6) 84EA34C6-AD58-37B3-A409-D16CE98B5309 <27 17 14 8 7 6 5 4 3 1>
   93    0 0xfffffe000721bec0 0x1c000    0x1c000    com.apple.driver.AppleH13CameraInterface (6.51.1) 00C3FDFF-C58A-328C-B068-FB1780EB9ADC <92 27 17 14 8 7 6 5 4 3 1>
   94    0 0xfffffe00073656e0 0x4000     0x4000     com.apple.driver.AppleT6000DART (1) 76B3FEBE-5928-3DF7-8A95-7F69B550C1A6 <26 17 7 6 5 4 3 1>
   95    4 0xfffffe00071f8d30 0x4000     0x4000     com.apple.driver.AppleFirmwareUpdateKext (1) 218A4C86-3232-34D0-8229-27B4AAD1C17D <20 8 7 6 5 4 3 1>
   96    4 0xfffffe00071d1700 0x8000     0x8000     com.apple.driver.AppleEmbeddedAudioLibs (140.1) 26A1A666-E505-3CE8-B295-42A9EBDBEEB4 <95 29 17 7 5 4 3 1>
   97    0 0xfffffe000729fdb0 0x8000     0x8000     com.apple.driver.AppleMCA2-T600x (640.5) F2C061F1-8B54-3DC8-976C-88379B137052 <96 30 29 17 7 5 4 3 1>
   98    0 0xfffffe0007410860 0x4000     0x4000     com.apple.driver.AudioDMAController-T600x (160.2) 5FD59806-51FB-3E9E-9548-02892DA211DE <17 6 5 4 3 1>
   99    0 0xfffffe0007303810 0x4000     0x4000     com.apple.driver.AppleS5L8920XPWM (1.0.0d1) 51FDCE46-FF41-39E6-946C-C95CC87E27C0 <17 7 5 4 3>
  100    8 0xfffffe00071d9640 0x8000     0x8000     com.apple.driver.AppleEmbeddedPCIE (1) 290FB383-0DD0-3638-A640-443D72E5062D <65 26 17 14 7 5 4 3 1>
  101   10 0xfffffe000776f8e0 0x8000     0x8000     com.apple.driver.corecapture (1.0.4) 43CC3A5C-24F4-3E87-8481-278676DA59C7 <7 6 5 4 3 1>
  102    2 0xfffffe00072d7a10 0x4000     0x4000     com.apple.driver.AppleOLYHAL (1) A8E6FE7B-3BA0-330D-AB89-93AE1787C03E <101 100 65 17 7 6 5 4 3>
  103    3 0xfffffe00075a3120 0x4000     0x4000     com.apple.driver.IOImageLoader (1.0.0) 349D009D-A2EC-3CC2-8DC9-1935CB8F4D45 <101 8 7 6 5 4 3 1>
  104    2 0xfffffe00074836e0 0x60000    0x60000    com.apple.iokit.IO80211Family (1200.12.2b2) F981AAAD-9116-3DC0-8D78-3EBCCAC54899 <101 47 45 38 21 8 7 6 5 4 3 1>
  105    1 0xfffffe00070fcb20 0x6c000    0x6c000    com.apple.driver.AppleBCMWLANCore (1.0.0) BA7408AD-D1E7-3519-8FBD-CB47FB6BBA58 <104 103 102 101 83 65 48 47 46 45 44 38 21 17 8 7 6 5 4 3 1>
  106    3 0xfffffe00071781c0 0x4000     0x4000     com.apple.driver.AppleBluetoothDebugService (1) 784287A0-BD46-3768-A3C9-4615EB792F19 <5 4 3 1>
  107    0 0xfffffe00070eb7b0 0x14000    0x14000    com.apple.driver.AppleBCMWLANBusInterfacePCIe (1) 322A8168-EBD5-3CA8-9DCC-6FA8F6006123 <106 105 104 103 102 101 100 65 48 47 45 38 17 7 6 5 4 3 1>
  108    1 0xfffffe00072d0980 0x4000     0x4000     com.apple.driver.AppleMultiFunctionManager (1) 27AB7520-0FCE-3495-AFD2-FDBE0788F969 <101 100 48 17 7 6 5 4 3 1>
  109    0 0xfffffe00071787c0 0x4000     0x4000     com.apple.driver.AppleBluetoothModule (1) 7D5B92DA-2B53-36D5-A809-FB91A64B692C <108 101 17 7 6 5 4 3 1>
  110    0 0xfffffe0007378220 0x4000     0x4000     com.apple.driver.AppleT600xPCIe (1) 9C2C8C0C-923F-3EBA-8B33-F052BDA252C2 <100 65 17 14 7 6 5 4 3 1>
  111    1 0xfffffe00072dbb80 0x4000     0x4000     com.apple.driver.ApplePIODMA (1) 3EE93096-03CF-3844-9D99-311FBFEB90C3 <5 4 3 1>
  112   10 0xfffffe00075eb060 0x30000    0x30000    com.apple.iokit.IOThunderboltFamily (9.3.3) 6190C4F0-28BF-3625-B2AF-6BB010729CF1 <53 5 4 3 1>
  113    0 0xfffffe0007367050 0x8000     0x8000     com.apple.driver.AppleT6000PCIeC (1) F9B3C740-E3B0-3BE4-94FA-B8F30680C6D8 <112 111 100 65 26 17 14 7 6 5 4 3 1>
  114    0 0xfffffe000737b610 0x4000     0x4000     com.apple.driver.AppleT8110DART (1) D782B785-C87C-338D-890B-39EA4FF6433D <26 17 7 6 5 4 3 1>
  115    0 0xfffffe000739fd20 0x34000    0x34000    com.apple.driver.AppleThunderboltNHI (7.2.81) 21CD1E79-F550-37EB-9293-575BC3FA3789 <112 89 65 49 6 5 4 3 1>
  116    5 0xfffffe00073e5ed0 0x4000     0x4000     com.apple.driver.AppleTypeCPhy (1) D7F953A4-1A26-35EA-A4A2-3B56940ABAB7 <54 17 5 4 3 1>
  117    5 0xfffffe0007569b80 0x10000    0x10000    com.apple.iokit.IODisplayPortFamily (1.0.0) 20DA423C-E6C1-3C17-AB66-E72FAF6B3905 <34 33 32 7 6 5 4 3 1>
  118    0 0xfffffe00071b7320 0xc000     0xc000     com.apple.driver.AppleDisplayCrossbar (1.0.0) 00116ED1-0851-339F-B079-22E0032DF12E <117 116 112 49 34 17 4 3>
  119    0 0xfffffe000725eed0 0x4000     0x4000     com.apple.driver.AppleInterruptControllerV2 (1.0.0d1) 3F08F644-AA7E-3320-81E0-812B5C429C89 <17 7 6 5 4 3 1>
  120    0 0xfffffe0007051170 0x4000     0x4000     com.apple.driver.AppleARMWatchdogTimer (1) 9AB41074-A81D-3468-86A5-2314ED343AB5 <17 7 6 5 4 3 1>
  121    0 0xfffffe00073073f0 0x4000     0x4000     com.apple.driver.AppleS8000DWI (1.0.0d1) 92FC90D8-21E8-34EA-97E8-0CE2AC48B1DB <17 7 5 4 3 1>
  122    0 0xfffffe0007305f50 0x4000     0x4000     com.apple.driver.AppleS8000AES (1) A7BCBB63-8353-300E-A395-B345A18656E1 <18 17 7 6 5 4 3 1>
  123    5 0xfffffe00072dcba0 0xc000     0xc000     com.apple.driver.ApplePMGR (1) AE3537B1-5063-3CAA-887C-D608F6506E4B <17 14 7 6 5 4 3 1>
  124    0 0xfffffe000736d900 0x4000     0x4000     com.apple.driver.AppleT6000PMGR (1) FF4CA3ED-F78E-3C18-9EAE-17C380C30AB2 <123 17 11 7 6 5 4 3 1>
  125    0 0xfffffe00071a1de0 0x4000     0x4000     com.apple.driver.AppleDPDisplayTCON (1) 4617E54F-5DBC-37B5-872D-C7BB7FF32B78 <34 17 7 6 5 4 3 1>
  126    0 0xfffffe0007335930 0x4000     0x4000     com.apple.driver.AppleSerialShim (1) 08D29AB2-E8DE-3021-A6A1-A72D5862E587 <17 7 6 5 4 3 1>
  127    0 0xfffffe00072a5f10 0x4000     0x4000     com.apple.driver.AppleMCDP29XXUpdateSupport (1) BC5BAACC-F34D-326F-AADF-24FB58714FE0 <117 34 33 17 5 4 3>
  128    0 0xfffffe0007249810 0x8000     0x8000     com.apple.driver.AppleHPM (3.4.4) 7AF57C1B-81AA-3CF4-8356-9AB99ABF49F9 <117 112 49 34 17 7 6 5 4 3 1>
  129    1 0xfffffe00073e8b00 0x1c000    0x1c000    com.apple.driver.AppleT8103TypeCPhy (1) B7CA05A7-A7D3-39B0-B8F5-9505F35909BB <116 5 4 3 1>
  130    0 0xfffffe00073e7db0 0x4000     0x4000     com.apple.driver.AppleT6000TypeCPhy (1) 2F6578B1-9A64-35A4-A503-35F93EB2B9E7 <129 116 5 4 3 1>
  131    1 0xfffffe000767dcd0 0x4000     0x4000     com.apple.driver.usb.AppleUSBHostCompositeDevice (1.2) CB7881CF-B285-3AF8-8128-870E1B954214 <56 54 6 5 4 3 1>
  132    1 0xfffffe00076802d0 0x8000     0x8000     com.apple.driver.usb.AppleUSBHub (1.2) 2D633B81-F7DF-3E14-A03B-E4A120B0781A <56 54 5 4 3 1>
  133    2 0xfffffe00071e4bd0 0x4000     0x4000     com.apple.driver.AppleEmbeddedUSBHost (1) AFF9AEAD-DC1D-3ABD-B634-6E7A06B6CC6D <132 131 56 55 54 21 7 6 5 4 3 1>
  134    2 0xfffffe000768a720 0xc000     0xc000     com.apple.driver.usb.AppleUSBXHCI (1.2) 9DE40866-F5DE-3F70-BB91-2A5D5F4772A4 <56 54 49 17 7 6 5 4 3 1>
  135    1 0xfffffe0007351660 0x8000     0x8000     com.apple.driver.usb.AppleSynopsysUSBXHCI (1) 5423185D-A1D5-3501-807B-AFD8FF6CEA07 <134 133 116 56 54 49 17 7 6 5 4 3 1>
  136    0 0xfffffe000734ccc0 0x8000     0x8000     com.apple.driver.usb.AppleSynopsysUSB40XHCI (1) 8DBDA49D-5B69-3AA1-9A29-93BB6625D5EA <135 134 133 112 56 54 49 17 7 6 5 4 3 1>
  137    3 0xfffffe000763ab20 0x8000     0x8000     com.apple.iokit.IOUSBDeviceFamily (2.0.0) 6507FE10-CF09-32C5-AF79-DABF3B28BF11 <54 5 4 3 1>
  138    1 0xfffffe000764d160 0xc000     0xc000     com.apple.driver.AppleUSBXDCI (1.0) 8CD7B8D3-FDC6-3524-89B5-70E156478EF5 <137 5 4 3 1>
  139    0 0xfffffe0007656260 0x8000     0x8000     com.apple.driver.AppleUSBXDCIARM (1.0) D0621D80-018E-3036-8314-FA50B28E02A9 <138 137 116 49 17 5 4 3 1>
  140    0 0xfffffe0007326ff0 0x4000     0x4000     com.apple.driver.AppleSPMI (1.0.1) 229ADE85-3CE9-3103-8C7C-0ADAD4402399 <17 7 5 4 3 1>
  141    1 0xfffffe00071b3660 0x4000     0x4000     com.apple.driver.AppleDialogPMU (1.0.1) F2652EFF-31F0-323A-8156-ABDE8B585DDA <51 50 39 17 7 5 4 3 1>
  142    0 0xfffffe00073287d0 0x4000     0x4000     com.apple.driver.AppleSPMIPMU (1.0.1) B4271B6A-FB66-3020-B974-96113AAC1933 <141 53 51 39 17 7 6 5 4 3 1>
  143    2 0xfffffe00075aa750 0x8000     0x8000     com.apple.iokit.IOMobileGraphicsFamily (343.0.0) AB4FE7C3-C0B3-3107-B3A2-8BD285A7B414 <34 28 27 21 17 7 6 5 4 3 1>
  144    5 0xfffffe00071f5180 0x4000     0x4000     com.apple.driver.AppleFirmwareKit (1) 0BE0F0BA-D239-3B7C-AB40-E8805418DA0C <95 53 52 42 41 17 14 7 6 5 4 3 1>
  145    2 0xfffffe000719f4b0 0x4000     0x4000     com.apple.driver.AppleDCP (1) 86F582C1-9078-3B7D-AC38-EF7FBC199C19 <144 52 17 4 3>
  146    1 0xfffffe00075a5d60 0x8000     0x8000     com.apple.iokit.IOMobileGraphicsFamily-DCP (343.0.0) 000C5FA6-2FAB-380C-98EA-738187F44239 <145 143 52 41 34 28 27 21 17 7 6 5 4 3 1>
  147    0 0xfffffe00072b41d0 0x4000     0x4000     com.apple.driver.AppleMobileDispT600X-DCP (140.0) 58398864-F259-3946-BDBF-9CB823929656 <146 143 52 43 41 35 34 28 27 17 7 5 4 3 1>
  148    0 0xfffffe000767f0f0 0x4000     0x4000     com.apple.driver.usb.AppleUSBHostPacketFilter (1.0) 7216C5D1-782B-3D2A-85FB-76E4F760FFC9 <56 54 7 6 5 4 3 1>
  149    0 0xfffffe000733e9f0 0x4000     0x4000     com.apple.driver.AppleStockholmControl (1.0.0) 3FC716B4-BC8D-32FF-8E4D-63A539F206EB <48 17 7 5 4 3 1>
  150    1 0xfffffe0007582780 0x8000     0x8000     com.apple.iokit.IOGPUFamily (35.29) 0676A113-D914-32FC-86BC-093F679E4D5D <80 65 27 21 14 7 6 5 4 3 1>
  151    0 0xfffffe000700d120 0x10000    0x10000    com.apple.AGXG13X (190.22) 645F9E72-FD5E-390C-8FE9-4E56F0F51C75 <150 52 38 27 21 17 14 11 7 6 5 4 3 1>
  152    0 0xfffffe00070a6d00 0x44000    0x44000    com.apple.driver.AppleAVE2 (560.5.0) 5A88005B-2D3A-3207-BC1A-3E41484F4F39 <27 17 7 5 4 3 1>
  153    0 0xfffffe000725fb30 0x8000     0x8000     com.apple.driver.AppleJPEGDriver (4.8.1) 221AC3CA-B1AA-3BE7-BC7D-3D4FDABE072D <27 17 7 5 4 3 1>
  154    0 0xfffffe00073351a0 0x4000     0x4000     com.apple.driver.AppleSamsungSerial (1.0.0d1) 03206EC3-33CE-3A19-B956-99BA128CF2FF <48 44 17 7 5 4 3 1>
  155    2 0xfffffe0007431760 0x4000     0x4000     com.apple.driver.DCPAVFamilyProxy (1) EE710752-B7BA-3111-A123-0C76A63C7173 <144 34 17 3>
  156    0 0xfffffe00072f96b0 0x8000     0x8000     com.apple.driver.AppleProResHW (177.0.0) 57EDC93A-BE99-3052-B126-4F4C1850B0E4 <27 17 7 5 4 3 1>
  157    0 0xfffffe0007308f70 0x4000     0x4000     com.apple.driver.AppleSDXC (3.2.1) 5A8EEDAF-EC33-398E-9DD4-6FE1BC6F6C03 <100 65 17 16 14 5 4 3 1>
  158    0 0xfffffe000729b820 0x8000     0x8000     com.apple.driver.AppleM68Buttons (1.0.0d1) 5F7CB024-428D-37D2-BF81-29F2E2D8EB09 <39 17 7 6 5 4 3 1>
  159    0 0xfffffe0007307c20 0x4000     0x4000     com.apple.driver.AppleSART (1) C5D964F6-8B31-3BDF-BA38-8FF8BCFBB274 <17 6 5 4 3>
  160    0 0xfffffe0007304df0 0x4000     0x4000     com.apple.driver.AppleS5L8960XNCO (1) 8E48CB5A-FAF0-39AE-AC82-F6A2EF0390DE <17 14 7 5 4 3 1>
  161    0 0xfffffe00070527b0 0x58000    0x58000    com.apple.driver.AppleAVD (566) 84E0B714-21BE-34C6-BBB6-131B8F44B14D <73 27 17 7 5 4 3 1>
  162    1 0xfffffe000700c910 0x4000     0x4000     com.apple.AGXFirmwareKextRTBuddy64 (190.22) 18FFCE80-2820-3EBB-82B8-5C163A749428 <52 5 4 3 1>
  163    0 0xfffffe000700c000 0x4000     0x4000     com.apple.AGXFirmwareKextG13XRTBuddy (190.22) 3ED2DF91-058F-306D-ABBD-EECDB4388221 <162 52 5 4 3 1>
  164    0 0xfffffe00071e8660 0x4000     0x4000     com.apple.driver.AppleEventLogHandler (1) 19733807-4CBB-3AF4-91C7-EEBD58819AD7 <17 7 6 5 4 3 1>
  165    2 0xfffffe00072d7400 0x4000     0x4000     com.apple.driver.AppleNANDConfigAccess (1.0.0) 362B6DC6-4125-3F26-B4DF-94DFB634748C <17 7 5 4 3 1>
  166    0 0xfffffe00075b19e0 0x10000    0x10000    com.apple.iokit.IONVMeFamily (2.1.0) C0F21F01-2026-3391-9E72-0ABC8ED52CA4 <165 100 65 53 52 42 41 39 21 17 16 7 6 5 4 3 1>
  167    0 0xfffffe00072ea640 0x4000     0x4000     com.apple.driver.ApplePMPFirmware (1) 1C99B2E8-4A71-3839-8212-6EC86352ACFF <52 42 41 17 4 3>
  168    3 0xfffffe000732ae50 0x8000     0x8000     com.apple.driver.AppleSPU (1) EF66D05D-2508-3250-A2A6-AD4023A61E36 <95 52 42 41 39 17 14 6 5 4 3 1>
  169    4 0xfffffe000703b440 0x8000     0x8000     com.apple.iokit.AppleARMIISAudio (140.2) 1288FE8A-9C17-34EB-9527-0616C4FF6D00 <96 31 7 5 4 3 1>
  170    4 0xfffffe00071c3d50 0x8000     0x8000     com.apple.driver.AppleEmbeddedAudio (550.3) 985FF52B-E402-3768-A316-FDFA2C5F9BCE <169 96 39 31 30 17 7 5 4 3 1>
  171    0 0xfffffe0007037b70 0x4000     0x4000     com.apple.driver.AppleAOPVoiceTrigger (140.1) D811B499-DCAE-33EC-84BD-5DA56C5DC00A <170 168 7 5 4 3 1>
  172    0 0xfffffe000702a930 0x10000    0x10000    com.apple.driver.AppleAOPAudio (150.2) FDAD0A0C-1358-3ED6-B1E0-6BB18E1B0771 <168 144 96 31 17 7 5 4 3 1>
  173    0 0xfffffe000701f730 0x4000     0x4000     com.apple.driver.AppleALSColorSensor (1.0.0d1) 8956C86B-214F-3ED9-ACB6-B398B75EEB5F <168 39 17 7 5 4 3 1>
  174    0 0xfffffe00073360e0 0x4000     0x4000     com.apple.driver.AppleSmartBatteryManager (161.0.0) BC85C897-B6BF-387F-943D-E4664FC91CC8 <53 7 5 4 3 1>
  175    0 0xfffffe0007361d50 0x4000     0x4000     com.apple.driver.AppleT6000CLPCv3 (1) A6B4C2D8-0F5A-33C2-89F1-539556433123 <123 27 17 14 11 7 6 5 4 3 1>
  176    0 0xfffffe0007370920 0x4000     0x4000     com.apple.driver.AppleT6000SOCTuner (1) B748E92A-5D77-3B41-801A-4DC84C1594AB <123 17 14 7 6 5 4 3 1>
  177    0 0xfffffe00072eaf50 0x10000    0x10000    com.apple.driver.ApplePassthroughPPM (3.0) 66C8E409-AED4-30B6-BEE3-B616A525CB00 <123 17 14 11 7 5 4 3 1>
  178    0 0xfffffe00071d0c80 0x4000     0x4000     com.apple.driver.AppleSN012776Amp (550.3) 79EC76EE-B230-3A01-9594-477428482F16 <170 169 39 31 30 17 7 5 4 3 1>
  179    0 0xfffffe00071deaf0 0x4000     0x4000     com.apple.AppleEmbeddedSimpleSPINORFlasher (1) 82D16857-348E-38F7-89D2-DA4D1D749C0B <17 7 5 4 3 1>
  180    0 0xfffffe00071b2ec0 0x4000     0x4000     com.apple.driver.AppleDiagnosticDataAccessReadOnly (1.0.0) AFEEFC3D-5EA4-3CED-B6F1-B5E62DA39721 <165 17 7 5 4 3 1>
  181    1 0xfffffe000717f1e0 0x4000     0x4000     com.apple.driver.AppleCSEmbeddedAudio (550.3) 8E1FEB04-B7E4-3ADA-8D87-290E66893D86 <170 169 39 31 30 17 5 4 3 1>
  182    0 0xfffffe00071cb440 0x8000     0x8000     com.apple.driver.AppleCS42L84Audio (550.3) FF24E880-7B74-30FF-B04F-8C6890999BE0 <181 170 169 39 31 30 17 7 5 4 3 1>
  183    0 0xfffffe00072e8ab0 0x4000     0x4000     com.apple.driver.ApplePMP (1) 47861E71-8660-3AE7-8D39-2493E0856543 <52 42 41 39 17 6 5 4 3 1>
  184    1 0xfffffe0007434c40 0x4000     0x4000     com.apple.driver.DCPDPFamilyProxy (1) 4648C64B-14E6-3A19-A477-3F7E5361F7CD <155 144 117 34 3>
  185    0 0xfffffe00071a0180 0x4000     0x4000     com.apple.driver.AppleDCPDPTXProxy (1.0.0) 1227F692-1CF8-3ACF-A39D-2E767637DF7D <184 155 145 144 117 34 33 5 4 3>
  186    0 0xfffffe000733a000 0x8000     0x8000     com.apple.driver.AppleSmartIO2 (1) 4B75ECFE-A025-3E33-9640-C835402E83C4 <52 42 41 18 6 5 4 3 1>
  187    0 0xfffffe00071e9bd0 0x4000     0x4000     com.apple.AppleFSCompression.AppleFSCompressionTypeDataless (1.0.0d1) 9DF1A0F7-ABEC-3B2D-8DEC-FAA9E192175E <7 6 4 3 2 1>
  188    0 0xfffffe00071ea6e0 0x8000     0x8000     com.apple.AppleFSCompression.AppleFSCompressionTypeZlib (1.0.0) C5CE5ED0-330B-397D-9B7E-F675C9CB2882 <6 4 3 2 1>
  189    0 0xfffffe000741b050 0x4000     0x4000     com.apple.BootCache (40) 3DA6B9B1-91D1-3DF3-B7E4-52AF2FB316B3 <7 6 5 4 3 1>
  190    0 0xfffffe000741cf20 0x4000     0x4000     com.apple.security.BootPolicy (1) BD3300B6-9123-3662-9F15-7071B8DBA687 <43 41 5 4 3>
  191    1 0xfffffe0007482b90 0x4000     0x4000     com.apple.filesystems.hfs.encodings.kext (1) CB32F375-A103-33CB-AA27-05258BE85789 <7 6 5 4 3 1>
  192    0 0xfffffe0007476260 0x10000    0x10000    com.apple.filesystems.hfs.kext (583.100.10) B4C4BBD9-E1DB-3999-96C5-07C2DD3FDED1 <191 7 6 5 4 3 1>
  193    0 0xfffffe0007167120 0x4000     0x4000     com.apple.driver.AppleBTM (1.0.1) 709FA772-CA67-3542-85E8-1847672A6489 <123 39 17 7 5 4 3 1>
  194    0 0xfffffe00075ea780 0x4000     0x4000     com.apple.IOTextEncryptionFamily (1.0.0) 2FF0C3E6-5227-32B6-B5F7-AF10643F5F71 <73 7 5 4 3 1>
  195    2 0xfffffe0007722070 0x48000    0x48000    com.apple.filesystems.apfs (1934.141.2) A3C48A05-D3A8-3B3F-8C28-882918047853 <60 38 16 8 7 6 5 4 3 2 1>
  196    0 0xfffffe0007791780 0x4000     0x4000     com.apple.filesystems.lifs (1) 4863B4BD-921A-3AAD-BDC3-150353225A28 <7 6 5 4 3 1>
  197    0 0xfffffe0007166aa0 0x4000     0x4000     com.apple.driver.AppleBSDKextStarter (3) 54396AB5-02BC-3F95-9ED6-D9E8D40E04A3 <4 3>
  198    0 0xfffffe0007176500 0x4000     0x4000     com.apple.driver.AppleBluetoothDebug (1) 5AB0C7F4-BFE9-3F52-8602-FFA3AC0C6384 <106 101 6 5 4 3 1>
  199    1 0xfffffe0007187cc0 0x8000     0x8000     com.apple.driver.AppleConvergedPCI (1) CF3932E4-6354-3B76-BE13-F32893808AB3 <101 65 6 5 4 3 1>
  200    0 0xfffffe0007180040 0x8000     0x8000     com.apple.driver.AppleConvergedIPCOLYBTControl (1) 4E1D5DDD-BEA7-3BE7-ACB8-A4D69A9F48DF <199 106 47 6 5 4 3 1>
  201    4 0xfffffe000725d000 0x4000     0x4000     com.apple.driver.AppleInputDeviceSupport (5460.1) C7A5D2AE-053D-31C5-BAB9-53C93F2A9B86 <95 41 38 6 5 4 3 1>
  202    1 0xfffffe000723a240 0xc000     0xc000     com.apple.driver.AppleHIDTransport (5460.1) B379A74D-CDAE-3AB8-AF45-98EB90DCA395 <201 53 39 17 6 5 4 3 1>
  203    0 0xfffffe00072423f0 0x8000     0x8000     com.apple.driver.AppleHIDTransportSPI (5460.1) A1D9A604-955B-38DC-9941-D9B5453A5430 <202 201 17 5 4 3 1>
  204    0 0xfffffe00077bc9c0 0x4000     0x4000     com.apple.filesystems.tmpfs (1) BB2BBCDF-4AA9-3565-8D5C-683906F8671A <7 6 5 4 3 1>
  205    1 0xfffffe00076af990 0x4000     0x4000     com.apple.nke.ppp (1.9) 6EB699B7-1255-3A59-B14F-38401556AB78 <7 6 5 4 3 1>
  206    0 0xfffffe00076a82c0 0x4000     0x4000     com.apple.nke.l2tp (1.9) 3ED0EAA3-80EA-3C2F-AA82-0E1AF34D0BE4 <205 7 6 5 4 3 1>
  207    0 0xfffffe00071f35b0 0x4000     0x4000     com.apple.driver.AppleFileSystemDriver (3.0.1) 23773D71-CEC1-364C-9E5E-522BB8729257 <16 4 3>
  208    0 0xfffffe00073d17a0 0x4000     0x4000     com.apple.driver.AppleThunderboltPCIDownAdapter (4.1.1) E5962F3A-00C1-381B-89E5-ABB0B03743BA <112 100 65 5 4 3 1>
  209    1 0xfffffe000737e0a0 0x8000     0x8000     com.apple.driver.AppleThunderboltDPAdapterFamily (8.5.1) 6782F9B8-D9A1-3C4B-9FAC-90B6B846610B <112 5 4 3 1>
  210    0 0xfffffe00073838a0 0x4000     0x4000     com.apple.driver.AppleThunderboltDPInAdapter (8.5.1) 5C560471-F55E-3973-8CC7-430D42BD0A55 <209 112 5 4 3 1>
  211    0 0xfffffe00073d72d0 0x4000     0x4000     com.apple.driver.AppleThunderboltUSBDownAdapter (1.0.4) E635A6C8-862D-3756-8DB7-D754E428F913 <112 5 4 3 1>
  212    0 0xfffffe000738f070 0x14000    0x14000    com.apple.driver.AppleThunderboltIP (4.0.3) A453B440-FD32-3829-BB16-C892EF687FFA <112 65 45 5 4 3 1>
  213    1 0xfffffe000740e660 0x4000     0x4000     com.apple.driver.usb.networking (5.0.0) 567B4074-70BA-37FD-BA4D-756A0F48229D <56 6 5 4 3 1>
  214    0 0xfffffe00074090a0 0x4000     0x4000     com.apple.driver.AppleUSBDeviceNCM (5.0.0) 05F882F4-A533-33B8-9293-F43511FAB95A <213 137 45 17 6 5 4 3 1>
  215    0 0xfffffe000740fe70 0x4000     0x4000     com.apple.driver.AppleXsanScheme (3) 5C6BE989-1378-35A9-9900-8F3503571DC2 <16 5 4 3 1>
  216    0 0xfffffe0007414430 0x8000     0x8000     com.apple.driver.BCMWLANFirmware4387.Hashstore (1) E04A2922-2AB4-3141-8D2C-1D7C1FEBBAA9 <103 101 5 4 3 1>
  217    0 0xfffffe00076bc620 0x4000     0x4000     com.apple.driver.SEPHibernation (1) BCA332C9-2C31-37FE-B58B-149140C98F5B <43 41 4 3>
  218    0 0xfffffe000730c6c0 0x4000     0x4000     com.apple.driver.AppleSEPHDCPManager (1.0.1) 0EBD6E0B-C72D-3989-A09C-25F82C62BCE2 <43 41 33 5 4 3>
  219    4 0xfffffe000730b3b0 0x4000     0x4000     com.apple.iokit.AppleSEPGenericTransfer (1) 6B081ACD-B613-3417-8420-218C1F845ABA <43 41 6 5 4 3>
  220    1 0xfffffe00073de9d0 0x8000     0x8000     com.apple.driver.AppleTrustedAccessory (1) FD3DD600-1B63-3512-AF49-A8A6F874C3E1 <219 53 39 38 7 6 5 4 3 1>
  221    4 0xfffffe00075963a0 0x4000     0x4000     com.apple.driver.DiskImages.KernelBacked (493.0.0) 4598F3F4-38C9-3DFA-9C28-87252BF3879B <81 16 7 5 4 3 1>
  222    0 0xfffffe0007595b30 0x4000     0x4000     com.apple.driver.DiskImages.FileBackingStore (493.0.0) 94D5AE85-45C9-34DE-A3C0-3323B645BF62 <221 81 16 7 6 5 4 3 1>
  223    0 0xfffffe00075970e0 0x4000     0x4000     com.apple.driver.DiskImages.RAMBackingStore (493.0.0) 01CE533F-7329-3575-A0DA-A9E8F107D04B <221 81 16 7 5 4 3 1>
  224    0 0xfffffe0007597d80 0x4000     0x4000     com.apple.driver.DiskImages.UDIFDiskImage (493.0.0) 23E4FC5C-6D41-3668-ADAE-29F185332937 <221 81 16 7 5 4 3 1>
  225    0 0xfffffe0007597770 0x4000     0x4000     com.apple.driver.DiskImages.ReadWriteDiskImage (493.0.0) 3ECBDA0D-844D-33CA-9C91-69C1C00B1E4B <221 81 16 7 5 4 3 1>
  226    2 0xfffffe00075472a0 0x4000     0x4000     com.apple.iokit.IOBiometricFamily (1) 90A164EF-31D3-3D57-94B9-9E1683871B34 <219 43 41 7 6 5 4 3 1>
  227    1 0xfffffe00072aa8a0 0xc000     0xc000     com.apple.driver.AppleMesaSEPDriver (100.99) 3424BEC7-0024-3EED-A03C-F787D278EA1C <226 220 219 53 43 41 40 39 17 7 6 5 4 3 1>
  228    0 0xfffffe0007423240 0x4000     0x4000     com.apple.driver.CoreKDL (1) EF9F5427-4F55-3F84-AB62-99133F88E6D3 <219 5 4 3 1>
  229    0 0xfffffe0007175770 0x4000     0x4000     com.apple.driver.AppleBiometricServices (1) 781BB9D8-BB01-3F3D-B59A-3DF01B3021B4 <227 226 17 7 5 4 3 1>
  230    0 0xfffffe0007236d60 0x4000     0x4000     com.apple.driver.AppleHIDKeyboard (228.2) BEF48763-6624-34B8-BC06-BC1F1CEBF658 <39 6 5 4 3>
  231    2 0xfffffe00072d2870 0x8000     0x8000     com.apple.driver.AppleMultitouchDriver (5460.1) 4F3A4679-FD0E-35AF-929C-4F45A6B4156E <201 39 14 7 6 5 4 3 1>
  232    0 0xfffffe00070e9790 0x4000     0x4000     com.apple.driver.AppleActuatorDriver (5460.1) 0FBC8784-9B92-3C0F-B425-32772A151BE1 <231 201 39 14 7 6 5 4 3 1>
  233    1 0xfffffe0007559390 0x8000     0x8000     com.apple.driver.IOBluetoothHIDDriver (9.0.0) B483C942-470E-3FA2-8BE8-E1CB57A3A704 <74 39 5 4 3>
  234    1 0xfffffe00073da960 0x4000     0x4000     com.apple.driver.AppleHSBluetoothDriver (5450.8) B7515C95-15FB-3828-9E13-0B46743ABCD4 <233 74 39 6 5 4 3 1>
  235    0 0xfffffe00073dc020 0x4000     0x4000     com.apple.driver.AppleTopCaseHIDEventDriver (5450.8) 15533F2C-3491-38A2-8B8B-1492BC37A382 <234 231 39 6 5 4 3 1>
  237    1 0xfffffe00075d3510 0x4000     0x4000     com.apple.iokit.IOEthernetAVBController (1.1.0) E7B1642F-8534-3C82-BFD1-73249C9E1AA5 <45 5 4 3 1>
  238    1 0xfffffe000761e180 0x20000    0x20000    com.apple.plugin.IOgPTPPlugin (1040.3) 073F7068-7395-3F1A-862C-0302BCBAB9F2 <83 47 45 39 11 6 5 4 3 1>
  239    0 0xfffffe00074ebca0 0x8000     0x8000     com.apple.iokit.IOAVBFamily (1040.6) 99746DF9-B1C5-3125-B975-7F5531AC90ED <238 237 83 45 6 5 4 3 1>
  240    2 0xfffffe00077bd700 0x4000     0x4000     com.apple.kext.triggers (1.0) 7C659EAA-EEC9-3109-8DB4-E93FB895DEDD <7 6 5 4 3 1>
  241    0 0xfffffe000776b890 0x4000     0x4000     com.apple.filesystems.autofs (3.0) 2E921F78-9428-3B77-9A6C-1680031843D0 <240 7 6 5 4 3 2 1>
  242    0 0xfffffe00076a06f0 0x4000     0x4000     com.apple.driver.driverkit.serial (6.0.0) 1A0E8F48-1D9A-3506-8F50-70FFB330DD22 <44 5 4 3 1>
  244    0 0xfffffe00077acb50 0x10000    0x10000    com.apple.filesystems.smbfs (4.0) C35FF09E-CA77-3337-9F5B-39538E87FF32 <240 8 7 6 5 4 3 1>```
monkeymademe commented 2 years ago

I have been having similar issues with macOS Ventura 13.0 beta (22A5295i) with an Intel Core i5... The Imager worked fine before the update now either I get corrupted SD card warnings or the imager finishes writing to disk but then when I use the SD card nothing has changed, the card still has its old contents.

On a side note I know my SD cards are not corrupted cause I use DD to install an image and it works out fine

maxnet commented 2 years ago

I have been having similar issues with macOS Ventura 13.0 beta (22A5295i) with an Intel Core i5...

Another user also reported problems that differed by which beta version he used: https://github.com/raspberrypi/rpi-imager/issues/454

Have not tested beta versions, as I do not have enough Apple devices to let them run different osx versions. You may want to report it as bug to Apple, if you are certain it did work properly before the osx update.

maxnet commented 2 years ago

I have been having similar issues with macOS Ventura 13.0 beta (22A5295i) with an Intel Core i5...

Unable to reproduce with 22A5331f on an Intel Core i5 Mac Mini (with a simple ugreen usb-c card reader and Samsung EVO+ micro SD-card). Writes image and advanced settings fine.

Screenshot 2022-09-06 at 19 32 48

flxs commented 2 years ago

To add another data point, I have a M2 Air that was installed via Migration Assistant from an Intel Macbook Pro only days ago, so they're really close in terms of installed software and the like, both on Monterey on the latest version. With a HIKVISION MD202 external SSD enclosure I get the error on the M2 Air (latest version of the imager via Rosetta2) but it works like a charm on the Intel Macbook (latest version as well). So at least in my case it's not due to a weird reader/enclosure that generally doesn't work with the imager, but something M2/Rosetta2-specific.

maxnet commented 2 years ago

With a HIKVISION MD202 external SSD enclosure [...] So at least in my case it's not due to a weird reader/enclosure that generally doesn't work with the imager, but something M2/Rosetta2-specific.

I do consider NVMe SSD enclosures to be "non-standard" enclosures. There are more things that can go wrong signal wise at USB 3.1 10 gbps speeds, than at slower USB rates. And it is quite possible some computers are more susceptible to that than others. (And the same goes for the all-in-one USB-C hubs, that also feed the video signal, and 100w power supply through the same cable, that some others users seems to be using...)

So, did you also try a normal SD card reader?

And does the following beta works any better? Raspberry Pi Imager 1.7.4.dmg

(It only changes the handling of applying "advanced settings" and shouldn't make any difference if you are not using that, but never hurts to try).

flxs commented 2 years ago

I do consider NVMe SSD enclosures to be "non-standard" enclosures. There are more things that can go wrong signal wise at USB 3.1 10 gbps speeds, than at slower USB rates. And it is quite possible some computers are more susceptible to that than others. (And the same goes for the all-in-one USB-C hubs, that also feed the video signal, and 100w power supply through the same cable, that some others users seems to be using...)

I never had any issues with various cheap SSD enclosures and SSDs on Intel and I wasn't aware that those aren't actually supported. They've been fed through one of those all-in-one hubs with no problems, but I've directly attached the SSD for the above and below tests since I'm aware the adapters can be flaky.

So, did you also try a normal SD card reader?

I didn't since an SD wouldn't hold up under the expected write load, but I did manage to find an old microSD and a USB3 reader (both Sandisk) and with that attached via a generic USB3-to-USB-C adaptor I can report it works on the M2 Air (all settings untouched save for the target device).

Since you mention the USB 3.1 Bus as a possible cause, when I force the enclosure to downgrade to 480mbps via a USB-C charging cable that only supports 480mbps it works on the M2, so that might be a possible workaround. A different high-speed USB-C cable didn't help.

And does the following beta works any better? Raspberry Pi Imager 1.7.4.dmg

That solves the issue for me, and flashing is considerably faster than on the Intel i7 Pro too.

For completeness' sake I also tried Balena Etcher via Rosetta2 with essentially the same results.

miklosakos commented 1 year ago

1.7.4 still doesn't work on my M1 Mac running macOS 13.1.

miklos_akos@pocketable-nuclear-power-plant MacOS % ./rpi-imager
OSX most preferred language: "en_US"
qt.qpa.fonts: Populating font family aliases took 60 ms. Replace uses of missing font family "Roboto" with one that exists to avoid this cost.
qrc:/main.qml:281:21: QML Rectangle: Detected anchors on an item that is managed by a layout. This is undefined behavior; use Layout.alignment instead.
Unmounting: "/dev/disk4"
RECEIVED SIZE: 2
SCMRIGHTS
fd received: 53
Zeroing out first and last MB of drive
Done zeroing out start and end of drive. Took 0 seconds
Image URL: "https://github.com/raspberrypi/rpi-eeprom/releases/download/v2022.12.07-138a1/rpi-boot-eeprom-recovery-2022-12-07-vl805-000138a1-network.zip"
Received header: "HTTP/2 302"
Received header: "server: GitHub.com"
Received header: "date: Sun, 25 Dec 2022 14:40:54 GMT"
Received header: "content-type: text/html; charset=utf-8"
Received header: "vary: X-PJAX, X-PJAX-Container, Turbo-Visit, Turbo-Frame, Accept-Encoding, Accept, X-Requested-With"
Received header: "location: https://objects.githubusercontent.com/github-production-release-asset-2e65be/205523096/17c35c86-1e66-4d98-826e-8b0a43011396?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20221225%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20221225T144054Z&X-Amz-Expires=300&X-Amz-Signature=fc143933cd1a8ace38f9d7faf8c6246eba5e583447a771dbaf2857ae39d0cf62&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=205523096&response-content-disposition=attachment%3B%20filename%3Drpi-boot-eeprom-recovery-2022-12-07-vl805-000138a1-network.zip&response-content-type=application%2Foctet-stream"
Received header: "cache-control: no-cache"
Received header: "strict-transport-security: max-age=31536000; includeSubdomains; preload"
Received header: "x-frame-options: deny"
Received header: "x-content-type-options: nosniff"
Received header: "x-xss-protection: 0"
Received header: "referrer-policy: no-referrer-when-downgrade"
Received header: "content-security-policy: default-src 'none'; base-uri 'self'; block-all-mixed-content; child-src github.com/assets-cdn/worker/ gist.github.com/assets-cdn/worker/; connect-src 'self' uploads.github.com objects-origin.githubusercontent.com www.githubstatus.com collector.github.com raw.githubusercontent.com api.github.com github-cloud.s3.amazonaws.com github-production-repository-file-5c1aeb.s3.amazonaws.com github-production-upload-manifest-file-7fdce7.s3.amazonaws.com github-production-user-asset-6210df.s3.amazonaws.com cdn.optimizely.com logx.optimizely.com/v1/events *.actions.githubusercontent.com wss://*.actions.githubusercontent.com online.visualstudio.com/api/v1/locations github-production-repository-image-32fea6.s3.amazonaws.com github-production-release-asset-2e65be.s3.amazonaws.com insights.github.com wss://alive.github.com; font-src github.githubassets.com; form-action 'self' github.com gist.github.com objects-origin.githubusercontent.com; frame-ancestors 'none'; frame-src viewscreen.githubusercontent.com notebooks.githubusercontent.com; img-src 'self' data: github.githubassets.com media.githubusercontent.com camo.githubusercontent.com identicons.github.com avatars.githubusercontent.com github-cloud.s3.amazonaws.com objects.githubusercontent.com objects-origin.githubusercontent.com secured-user-images.githubusercontent.com/ opengraph.githubassets.com github-production-user-asset-6210df.s3.amazonaws.com customer-stories-feed.github.com spotlights-feed.github.com *.githubusercontent.com; manifest-src 'self'; media-src github.com user-images.githubusercontent.com/ secured-user-images.githubusercontent.com/; script-src github.githubassets.com; style-src 'unsafe-inline' github.githubassets.com; worker-src github.com/assets-cdn/worker/ gist.github.com/assets-cdn/worker/"
Received header: "content-length: 0"
Received header: "x-github-request-id: F73D:F972:83B0404:88BE327:63A8612C"
Received header: ""
Received header: "HTTP/2 200"
Received header: "content-type: application/octet-stream"
Received header: "content-md5: gp57ff9oJLc1i5a+D8RctA=="
Received header: "last-modified: Wed, 07 Dec 2022 17:10:43 GMT"
Received header: "etag: \"0x8DAD875F9B70058\""
Received header: "server: Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0"
Received header: "x-ms-request-id: 79379996-701e-004c-7d6e-18b255000000"
Received header: "x-ms-version: 2020-04-08"
Received header: "x-ms-creation-time: Wed, 07 Dec 2022 17:10:43 GMT"
Received header: "x-ms-lease-status: unlocked"
Received header: "x-ms-lease-state: available"
Received header: "x-ms-blob-type: BlockBlob"
Received header: "content-disposition: attachment; filename=rpi-boot-eeprom-recovery-2022-12-07-vl805-000138a1-network.zip"
Received header: "x-ms-server-encrypted: true"
Received header: "fastly-restarts: 1"
Received header: "accept-ranges: bytes"
Received header: "date: Sun, 25 Dec 2022 14:41:49 GMT"
Received header: "via: 1.1 varnish"
Received header: "age: 54"
Received header: "x-served-by: cache-hhn-etou8220075-HHN"
Received header: "x-cache: HIT"
Received header: "x-cache-hits: 1"
Received header: "x-timer: S1671979309.925914,VS0,VE96"
Received header: "content-length: 743305"
Received header: ""
Write error: "Cannot allocate memory" while writing len: 1048576

Using the ancient 1.6.2-based Universal build however still works as expected.

miklosakos commented 1 year ago

I did some testing and turns out that it burns media fine as long as it's a local file. How? I don't know but at that point I can just use dd.

maxnet commented 1 year ago

I did some testing and turns out that it burns media fine as long as it's a local file. How?

Write error: "Cannot allocate memory" while writing len: 1048576

"Cannot allocate memory" is likely to refer to a fixed size memory pool running out somewhere in the Mac OS X kernel. As applications themselves are less likely to run out of application memory, because system can simply create more virtual memory by swap file for applications.

It could be that the special driver for your Macbook Pro SD card reader is allocating kernel memory out of the same pool as the kernel network code, and it only runs out of memory if those are used concurrently. But it can also be that it a race condition bug that only occurs if events occur at very specific times. That's why it is hard to tell if the universal build is really the solution. Could be that it just happens to work because timinig is different. But that is not a real fix for the real problem, which I suspect is in the OS X kernel. But hard to tell. Never managed to reproduce the issue.

miklosakos commented 1 year ago

I don't know what's going wrong but I can 100% say it's rpi-imager being broken. I just checked out Balena Etcher (running through Rosetta as well!) and that was able to not just burn an SD Card properly but not have issues downloading an image either. I just checked, macOS 10.13 is ancient, to not alienate Apple Silicon users my recommendation is to move to Qt6 and building universal binaries since 1.6.3 built as a Universal binary worked fine on my machine, while the available Intel only builds don't work. And as we discussed earlier RPi Imager failed to burn the image onto multiple devices which suggests it's not a machine and OS specific problem.

maxnet commented 1 year ago

I just checked, macOS 10.13 is ancient

Still 4% market share last month: https://gs.statcounter.com/macos-version-market-share/desktop/worldwide

Not sure how that compares to Macbook Pro M1 users. Don't think the "Cannot allocate memory" issue affects users of other M1 and M2 models.

miklosakos commented 1 year ago

Don't think the issues affects users of other M1 and M2 models.

Here's #398, #513 just to name a few. All of them with a very similar issue on the surface like mine or worse. Again, the "don't think the issues affects users of other M1 and M2 models" answer doesn't really seem useful, more like hostile. I would help debug the software if I had any way of doing so but even compiling RPI Imager is going to be a work in itself since Qt5 can't be compiled on macOS 13 and Qt6 breaks the project.

maxnet commented 1 year ago

Don't think the issues affects users of other M1 and M2 models.

Here's https://github.com/raspberrypi/rpi-imager/issues/398, https://github.com/raspberrypi/rpi-imager/issues/513 just to name a few.

I see multiple different issues, with different symptoms there. Sislanger has a Mac Mini, yes. However the report of a READ error when using a CUSTOM image, is quite different from the problem you are seeing. And to me sounds like a known issue Imager had with Images that had an uncompressed file size that was not dividable by 512 bytes. That's why I asked if it concerned Kali (which used to produce those invalid images for a while).

glyph has Macbook Pro, like you. (mentions 14" and M1 Max)

Not sure what model lantren has. That the problem doesn't occur when he/she starts the program from command-line, while it does happen when starting it with the icon, does make me think the issue is very timing specific. That means anything that changes program flow by a split second may cause this issue to happen or not happen.

I would help debug the software if I had any way of doing so but even compiling RPI Imager is going to be a work in itself since Qt5 can't be compiled on macOS 13 and Qt6 breaks the project.

There do is a Qt 5 version that supports universal builds expected in April. The Qt folks released one for commercial license customers in April 2022, and they tend to make those releases available as open source a year after release.

jel111 commented 1 year ago

I have the 14" M1. I have the same issue. Tried 4 different cards different readers and different pi's. It fails to write. Machine has eaten a couple cards but if I clean them on a 2016 MBP it works. It's definitely the M1 Mac.

maxnet commented 1 year ago

I have the 14" M1. I have the same issue. Tried 4 different cards different readers and different pi's. It fails to write.

With the exact same error "error writing image" as the TS had, or a different one? Have you tried rebooting your Macbook between using the different card readers? (Just restarting the application may not be enough, if something exhausted a kernel memory buffer. Which may be the case given the "unable to allocate memory" error miklosakos reported earlier).

Machine has eaten a couple cards but if I clean them on a 2016 MBP it works.

Do you mean writing the image on an Intel Mac does work? Or did you mean by "clean", that if you "erase" the card first on your Intel Mac, it then writes succesfully on your M1 Mac?

miklosakos commented 1 year ago

The issue still persists, release an Apple Silicon specific binary to test. Rebooted, tried multiple different ways of burning media, all fail with the same unable to allocate memory spewed into the terminal. This is a deal breaker and none of you care enough to fix it.

maxnet commented 1 year ago

release an Apple Silicon specific binary to test.

Can find those under the "releases" tab, labeled "universal" https://github.com/raspberrypi/rpi-imager/releases

Not sure if that solves your issue though. Never managed to reproduce it. (Mostly recently tested on a macbook pro that I borrowed from a customer earlier this month. Intel Imager ran fine under Rosetta)

neitrinoweb commented 1 year ago

Had this issue while using external card reader (ugreen something), solved by using samsung microsd to sd adapter directly.

wassup- commented 1 year ago

release an Apple Silicon specific binary to test.

Can find those under the "releases" tab, labeled "universal" https://github.com/raspberrypi/rpi-imager/releases

Not sure if that solves your issue though. Never managed to reproduce it. (Mostly recently tested on a macbook pro that I borrowed from a customer earlier this month. Intel Imager ran fine under Rosetta)

The universal build works for me on a Macbook Pro M2.

franknb commented 1 year ago

Had this issue while using external card reader (ugreen something), solved by using samsung microsd to sd adapter directly.

I can confirm this. I'm using M1 Max MacBook and Sandisk TF card with UGREEN card reader and it keeps erroring out. After switching to use SD adapter and inserting onto MacBook directly it works for me.

tdewey-rpi commented 2 months ago

Closing as stale - wide reports of Apple Silicon writes working OK (including on my own development machine), with additional reports of using third party hardware causing issues - however these are not problems with rpi-imager.