Many thanks @Barry K. Nathan for your swift response! I redid the install-setvars part with install-setvars.sh -v to use verbose mode and I booted from “EFI Boot”. However, when I tried booting from the installer, the machine rebooted before any error showed up. I also ran the command “hdiutil verify /Volumes/Install\ macOS\ Big\ Sur\ Beta/BaseSystem/BaseSystem.dmg”, as you advised, and the last line said “hdiutil: verify: checksum of "/Volumes/Install macOS Big Sur Beta/BaseSystem/BaseSystem.dmg" is VALID” — as you said it should. But, interestingly, after I redid install-setvars the installer showed up as “EFI Boot” instead of “Install macOS Big Sur Beta”. Am I missing something? Do you know any other way I can try to get Big Sur installed?Redo the install-setvars part withinstall-setvars.sh -v
. Then boot "EFI Boot" again. Then try to boot the installer again. See if there's any error message before the reboot happens -- or it's possible that the error message will go by too quickly to see, so see if it pauses for (more than) a few seconds at a particular line of text before the error happens.
Or, another thing to try: Boot back into a previous version of macOS (edit: of course you would need to do that anyway to runinstall-setvars.sh -v
, but do this while you're at it), make sure the USB stick is inserted, then in Terminal run the commandhdiutil verify /Volumes/Install\ macOS\ Big\ Sur\ Beta/BaseSystem/BaseSystem.dmg
. The output should look something like this (the last line is the most important, especially the last word on that line):
Code:Checksumming Protective Master Boot Record (MBR : 0)… Protective Master Boot Record (MBR :: verified CRC32 $89823BF5 Checksumming GPT Header (Primary GPT Header : 1)… GPT Header (Primary GPT Header : 1): verified CRC32 $A045269D Checksumming GPT Partition Data (Primary GPT Table : 2)… GPT Partition Data (Primary GPT Tabl: verified CRC32 $C89838B6 Checksumming Untitled 1 (Apple_APFS : 3)… .............................................................................. Untitled 1 (Apple_APFS : 3): verified CRC32 $C8F63833 Checksumming GPT Partition Data (Backup GPT Table : 4)… .............................................................................. GPT Partition Data (Backup GPT Table: verified CRC32 $C89838B6 Checksumming GPT Header (Backup GPT Header : 5)… ............................................................................... GPT Header (Backup GPT Header : 5): verified CRC32 $14F74833 ............................................................................... verified CRC32 $69037A38 hdiutil: verify: checksum of "/Volumes/Install macOS Big Sur Beta/BaseSystem/BaseSystem.dmg" is VALID
Thank you