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