MacOS Big Sur 11.6 will not create a bootable installer
I am attempting to create a bootable installer on a USB flash disk for MacOS Big Sur 11.6. This is something I have been able to accomplish with all previous versions of MacOS, and even with Big Sur when it was first released.
The error that I receive from the createinstallmedia app within the Big Sur installer is:
/Applications/Install macOS Big Sur.app does not appear to be a valid OS installer application.
Here are the details:
I downloaded the latest Big Sur 11.6 installer from the Apple App Store.
The USB flash disk is 32 GBytes, using GPT (GUID partition table), MacOS Extended (Journaled) formatting, and is named "MyVolumes"
I follow the instructions from Apple on how to create a bootable installer https://support.apple.com/en-us/HT201372
The command I use is:
$ sudo /Applications/Install\ macOS\ Big\ Sur.app/Contents/Resources/createinstallmedia --volume /Volumes/MyVolume
The error is always:
/Applications/Install macOS Big Sur.app does not appear to be a valid OS installer application.
The application is installed in the usual location:
$ /bin/ls -al /Applications/Install\ macOS\ Big\ Sur.app/
drwxr-xr-x 3 root wheel 96 Oct 4 09:35 Install macOS Big Sur.app
The size of the application is 37,479,165 bytes (20.6 MB on disk). This is odd, because it took almost 30 minutes to download - I think for that amount of download time it should have been three orders of magnitude larger. The last time I downloaded the installer, back in December of 2020, the size was 12 GBytes - and I was able to create a bootable installer.
If I run the installer without specifying a target volume, it works enough to tell me the proper arguments:
$ sudo /Applications/Install\ macOS\ Big\ Sur.app/Contents/Resources/createinstallmedia
Password:
Usage: createinstallmedia --volume <path to volume to convert>
Arguments
--volume, A path to a volume that can be unmounted and erased to create the install media.
--nointeraction, Erase the disk pointed to by volume without prompting for confirmation.
--downloadassets, Download on-demand assets that may be required for installation.
Example: createinstallmedia --volume /Volumes/Untitled
I have run the above process over 3 times now. each time downloading a new Big Sur installer App. Each time the same errors. I have also tried installing to a disk container with the same results. Just as an experiment I tried installing Catalina and it worked just fine.
Any ideas as to what may be the issue?
And how should I go about downloading the full size image, not this smaller installer program?
MacBook Pro Retina