This is a repost of information I provided in another posting on this forum entitled “cant create usb with catalina macOS”. I believe I addressed all issues raised by PassMark administrator David in that posting. My hope is that a new posting may attract additional technical eyes and perhaps help me to resolve my inability to create a bootable USB Flash drive for my iMac (2020) running macOS Catalina.
I have followed the steps provided in the posting at https://www.memtest86.com/tech_creating-linux-mac.html with the following observations:
I have followed the steps provided in the posting at https://www.memtest86.com/tech_creating-linux-mac.html with the following observations:
- Steps 1 & 2. Completed without a problem.
- Step 3. My flash drive is USB 3.1 128GB.
- Step 4. The terminal command "diskutil list” clearly shows my flash drive is assigned "/dev/disk4”.
- Step 5. I am able to successfully unmount my flash drive. My terminal session confirms this and the drive no longer appears in Finder.
- Step 6.
- I first cd to the directory where memtest86-usb.zip was unzipped.
- I confirm with the ls command that the directory contains the file memtest86-usb.img.
- I issue the command "sudo dd if=memtest86-usb.img of=/dev/disk4"
- When prompted for a password, I provide that associated with the administrator privileged account that I am logged into.
- After a 14 minute wait, the copy appears to succeed with the following terminal message:
- 1024000+0 records in
- 1024000+0 records out
- 524288000 bytes transferred in 592.901005 secs (884276 bytes/sec)
- Note that my 128GB flash drive was formatted as a 260.8 MB MS-DOS (FAT16) drive as a result of the “sudo dd” command. Of that space, only 7.9 MB is in use. However, the message provided in Terminal in response to the “sudo dd” command indicated that 524 MB were transferred. What is the expected size and content of the USB flash drive after executing the "sudo dd" command?
- In order to confirm the typical transfer speeds to my USB flash drive, I later reformatted it as Mac OS Extended and copied a 1GB file to it from my iMac. The copy required 14sec, i.e. an estimated speed of 71MB / sec. I do not understand why the sudo command above required an excessively long time to complete its apparently incomplete data transfer.
- Step 7. When booting my iMac while holding the Option key down, I now see two additional boot devices both labeled “EFI Boot”. I separately tried booting from each, but in both cases receive the error message: "Unable to verify startup disk. Try again or select another startup disk.”
- I have confirmed that I had previously set the External Boot option (in Startup Security Utility) to Allow booting from external media. I know this works in that I’ve previously booted from a bootableThunderbolt 3 drive created by SuperDuper.
Comment