Troubleshooting: expand and update#78
Merged
ericbsd merged 6 commits intoghostbsd:masterfrom Dec 29, 2024
Merged
Conversation
Mention Secure Boot. Link to STABLE. Add a placeholder (ellipsis) for the desktop environment not appearing. Whilst here, reword things a little.
Contributor
Reviewer's Guide by SourceryThis pull request expands and updates the troubleshooting documentation, focusing on Secure Boot, hardware compatibility, and dual-GPU scenarios. State diagram for boot troubleshooting processstateDiagram-v2
[*] --> CheckSecureBoot
CheckSecureBoot --> DisableSecureBoot: Secure Boot enabled
DisableSecureBoot --> AttemptBoot
CheckSecureBoot --> AttemptBoot: Secure Boot disabled
AttemptBoot --> Success: System boots
AttemptBoot --> HardwareCheck: Boot fails
HardwareCheck --> TryDifferentComputer: Hardware suspected
TryDifferentComputer --> MediaCheck: Fails on different computer
TryDifferentComputer --> HardwareIssue: Works on different computer
HardwareCheck --> MediaCheck: Media suspected
MediaCheck --> DownloadNewISO
DownloadNewISO --> CreateNewUSB
CreateNewUSB --> AttemptBoot
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
Contributor
Author
|
https://docs.freebsd.org/en/books/faq/#hardware in the rewritten book of FAQ is not a good point of reference. Re: https://codeberg.org/grahamperrin/freebsd-doc/pulls/21 the first FAQ link for graphics is to https://wiki.freebsd.org/Graphics/Intel-GPU-Matrix, which is explicitly stale with an obsolete table; and so on. |
For hardware components, the FreeBSD FAQ book currently lacks what's required. So, encourage people to read the much more informative hardware information that is provided by the FreeBSD Primary Release Engineering Team.
grahamperrin
commented
Dec 29, 2024
The first of the two symptoms is based on https://old.reddit.com/r/GhostBSD/comments/1h3cpjm/problem_for_install_ghostbsd/m3ljzbu/?context=2 The second is based on ghostbsd/issues#14 Revert to 'section' (not 'page') to describe what is incomplete.
Shorten the subheading. Be a little more descriptive about auto-config.
Contributor
There was a problem hiding this comment.
Hey @grahamperrin - I've reviewed your changes - here's some feedback:
Overall Comments:
- There's a typo in the word 'occasionally' (spelled as 'ocassionally') that appears in the document.
Here's what I looked at during the review
- 🟢 General issues: all looks good
- 🟢 Security: all looks good
- 🟢 Testing: all looks good
- 🟢 Complexity: all looks good
- 🟢 Documentation: all looks good
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.
Co-authored-by: Graham Perrin <[email protected]>
ericbsd
previously approved these changes
Dec 29, 2024
Contributor
Author
|
Thanks! Side notes:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add a section for Secure Boot.
Link to STABLE.
For hardware components, direct readers to hardware information that is provided by the FreeBSD Primary Release Engineering Team.
Add two dual-GPU scenarios.
Add a placeholder (ellipsis) subheading for the section that is incomplete.
Whilst here, reword things a little.
Original (draft) Summary by Sourcery
Expand and update the troubleshooting guide by adding Secure Boot information, updating links, and rewording sections for clarity.
Documentation: