Added README troubleshooting section.
Discovered this situation while wanting to rebuild a recently rebuilt machine of the same operation system version. At first, thought the original bootdisk was corrupted but turns out the system NVRAM/PRAM was causing the issue.
This commit is contained in:
11
README.md
11
README.md
@@ -27,6 +27,7 @@ the two projects are meant to be used:
|
||||
- [Setup](#setup)
|
||||
- [Usage](#usage)
|
||||
- [Customization](#customization)
|
||||
- [Troubleshooting](#troubleshooting)
|
||||
- [Versioning](#versioning)
|
||||
- [Code of Conduct](#code-of-conduct)
|
||||
- [Contributions](#contributions)
|
||||
@@ -152,6 +153,16 @@ project is built upon the functions found in the `lib` folder. See the
|
||||
|
||||
- `lib/settings.sh`: Defines global settings for software applications, extensions, etc.
|
||||
|
||||
## Troubleshooting
|
||||
|
||||
When using the boot disk, you might experience a situation where you see a black screen with a white
|
||||
circle and diagonal line running through it. This means macOS lost or can't find the boot disk for
|
||||
some reason. To correct this, shut down the system and boot it up again while holding down the
|
||||
`OPTION+COMMAND+R+P` keys simultaneously. You might want to wait for the system boot sound to happen
|
||||
a few times before releasing the keys. This will clear the system NVRAM/PRAM. At this point you can
|
||||
shut down and restart the system following the boot disk instructions as recommended (the boot disk
|
||||
will be recognized now).
|
||||
|
||||
## Versioning
|
||||
|
||||
Read [Semantic Versioning](https://semver.org) for details. Briefly, it means:
|
||||
|
||||
Reference in New Issue
Block a user