Skip to content

Commit

Permalink
Docs: Fix more issues in the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
vit9696 committed Oct 7, 2019
1 parent 8874f6b commit 8382ce5
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 10 deletions.
Binary file modified Docs/Configuration.pdf
Binary file not shown.
6 changes: 4 additions & 2 deletions Docs/Configuration.tex
Original file line number Diff line number Diff line change
Expand Up @@ -2265,7 +2265,7 @@ \subsection{Security Properties}\label{miscsecurityprops}
\emph{Note}: Given the above description, \texttt{0xF0103} value is expected to allow
scanning of SATA, SAS, SCSI, and NVMe devices with APFS file system, and prevent scanning
of any devices with HFS or FAT32 file systems in addition to not scanning APFS file systems
on USB, CD, USB, and FireWire drives. The combination reads as:
on USB, CD, and FireWire drives. The combination reads as:
\begin{itemize}
\tightlist
\item \texttt{OC\_SCAN\_FILE\_SYSTEM\_LOCK}
Expand Down Expand Up @@ -3911,7 +3911,9 @@ \subsection{Tips and Tricks}\label{troubleshootingtricks}
\end{itemize}

If there is no obvious error, check the available hacks in \texttt{Quirks} sections
one by one.
one by one. For early boot troubleshooting, for instance, when OpenCore menu does not appear,
using \href{https://github.com/acidanthera/OpenCoreShell}{UEFI Shell} may help to see
early debug messages.

\item
\textbf{How to customise boot entries?}
Expand Down
Binary file modified Docs/Differences/Differences.pdf
Binary file not shown.
18 changes: 10 additions & 8 deletions Docs/Differences/Differences.tex
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
\documentclass[]{article}
%DIF LATEXDIFF DIFFERENCE FILE
%DIF DEL PreviousConfiguration.tex Fri Sep 6 23:59:43 2019
%DIF ADD ../Configuration.tex Sun Oct 6 15:26:24 2019
%DIF ADD ../Configuration.tex Mon Oct 7 11:21:04 2019

\usepackage{lmodern}
\usepackage{amssymb,amsmath}
Expand Down Expand Up @@ -2359,7 +2359,7 @@ \subsection{Security Properties}\label{miscsecurityprops}
\emph{Note}: Given the above description, \texttt{0xF0103} value is expected to allow
scanning of SATA, SAS, SCSI, and NVMe devices with APFS file system, and prevent scanning
of any devices with HFS or FAT32 file systems in addition to not scanning APFS file systems
on USB, CD, USB, and FireWire drives. The combination reads as:
on USB, CD, \DIFdelbegin \DIFdel{USB, }\DIFdelend and FireWire drives. The combination reads as:
\begin{itemize}
\tightlist
\item \texttt{OC\_SCAN\_FILE\_SYSTEM\_LOCK}
Expand Down Expand Up @@ -3994,15 +3994,15 @@ \subsection{Debugging}\label{troubleshootingdebug}
For macOS your best choice are CP2102-based UART devices. Connect motherboard \texttt{TX}
to USB UART \texttt{\DIFdelbegin \DIFdel{GND}\DIFdelend \DIFaddbegin \DIFadd{RX}\DIFaddend }, and motherboard \texttt{GND} to USB UART \texttt{\DIFdelbegin \DIFdel{RX}\DIFdelend \DIFaddbegin \DIFadd{GND}\DIFaddend }. Use
\texttt{screen} utility to get the output, or download GUI software, such as
\href{https://freeware.the-meiers.org}{CoolTerm}\DIFaddbegin \DIFadd{.
}
\href{https://freeware.the-meiers.org}{CoolTerm}.

\emph{\DIFadd{Note}}\DIFadd{: On several motherboards (and possibly USB UART dongles) PIN naming may be
\DIFaddbegin \emph{\DIFadd{Note}}\DIFadd{: On several motherboards (and possibly USB UART dongles) PIN naming may be
incorrect. It is very common to have }\texttt{\DIFadd{GND}} \DIFadd{swapped with }\texttt{\DIFadd{RX}}\DIFadd{, thus you have
to connect motherboard ``}\texttt{\DIFadd{TX}}\DIFadd{'' to USB UART }\texttt{\DIFadd{GND}}\DIFadd{, and motherboard ``}\texttt{\DIFadd{GND}}\DIFadd{''
to USB UART }\texttt{\DIFadd{RX}}\DIFaddend .
to USB UART }\texttt{\DIFadd{RX}}\DIFadd{.
}
Remember to enable \texttt{COM} port in firmware settings, and never use USB cables longer
\DIFaddend Remember to enable \texttt{COM} port in firmware settings, and never use USB cables longer
than 1 meter to avoid output corruption. To additionally enable XNU kernel serial output
you will need \texttt{debug=0x8} boot argument.
Expand Down Expand Up @@ -4036,7 +4036,9 @@ \subsection{Tips and Tricks}\label{troubleshootingtricks}
\end{itemize}
If there is no obvious error, check the available hacks in \texttt{Quirks} sections
one by one.
one by one\DIFaddbegin \DIFadd{. For early boot troubleshooting, for instance, when OpenCore menu does not appear,
using }\href{https://github.com/acidanthera/OpenCoreShell}{UEFI Shell} \DIFadd{may help to see
early debug messages}\DIFaddend .
\item
\textbf{How to customise boot entries?}
Expand Down

0 comments on commit 8382ce5

Please sign in to comment.