Skip to content

Commit 6eecec3

Browse files
committed
docs: update README
1 parent 672199f commit 6eecec3

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,8 +188,9 @@ During and after an Anaconda install, the following log files are the fastest pa
188188

189189
### Troubleshooting
190190

191-
* `page_poison=1` kernel cmdline option installed by bootloader cmd can leave the system unbootable due to a buggy UEFI firmware. This was observed with TianoCore firmware on qemu. Remove this option to boot. See https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/8.7_release_notes/known-issues.
192191
* Fedora 38: We observed problems booting into the installer. Try `inst.neednet=1 rd.debug` to get to the installer.
192+
* `page_poison=1` kernel cmdline option installed by bootloader cmd can leave the system unbootable due to a buggy UEFI firmware. This was observed with TianoCore firmware on qemu. Remove this option to boot. See https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/8.7_release_notes/known-issues.
193+
* SSH public-key authentication keeps falling back to password on a freshly installed host: the system is most likely running in FIPS mode. Starting with Rocky 9.7 the ISO boot menu carries an `Install Rocky Linux 9 in FIPS Mode` entry and the menu order has changed, so it is easy to land on it by accident when navigating with the arrow keys before pressing `e`. FIPS rejects ED25519 (and other non-FIPS) keys, so sshd silently skips the offered key and falls back to password authentication. Verify on the installed host with `fips-mode-setup --check` or `cat /proc/sys/crypto/fips_enabled`. Recover by reinstalling from the standard `Install Rocky Linux 9` entry, or by running `fips-mode-setup --disable` followed by a reboot.
193194
* Last resort: If this Kickstart file doesn't work, copy it to a webserver and modify it to suit your needs.
194195

195196

0 commit comments

Comments
 (0)