From 2711339ddb571351e3cf303d9e9943a803f0d5d7 Mon Sep 17 00:00:00 2001 From: Nicole Rappe Date: Sat, 25 Jan 2025 13:55:20 -0700 Subject: [PATCH] Update Workflows/Linux/Fedora Workstation/Initial Setup.md --- Workflows/Linux/Fedora Workstation/Initial Setup.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Workflows/Linux/Fedora Workstation/Initial Setup.md b/Workflows/Linux/Fedora Workstation/Initial Setup.md index c6ae480..125abff 100644 --- a/Workflows/Linux/Fedora Workstation/Initial Setup.md +++ b/Workflows/Linux/Fedora Workstation/Initial Setup.md @@ -18,4 +18,9 @@ sudo dnf install @xfce-desktop-environment # Reboot Workstation sudo reboot -``` \ No newline at end of file +``` + +!!! warning "Read-Only NTFS Disks (When Using Dual-Boot)" + If you want to dual boot, you need to ensure that the Windows side does not have "Fast Boot" enabled. You can locate the Fast Boot setting by locating the "Change what the power button does" settings, and unchecking the "Fast Boot" checkbox, then shutting down. + + The problem with Fast Boot is that it effectively leaves the shared disks between Windows and Linux in a locked read-only state, which makes installing Steam games and software impossible. \ No newline at end of file