Skip to content

Instantly share code, notes, and snippets.

@str8edgedave
Last active July 31, 2017 20:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save str8edgedave/9b6251ee83632e527e5e978e118af6d1 to your computer and use it in GitHub Desktop.
Save str8edgedave/9b6251ee83632e527e5e978e118af6d1 to your computer and use it in GitHub Desktop.
Configuring Windows 10 to dual Boot with Linux

Windows 10 and Fedora Dual Boot

Windows 10 setup.

  1. Setup as normal, do not enable Wi-Fi or patch.

  2. Boot Windows and configure as normal.

  3. Once at Windows 10 Desktop:

    1. Disable hibernation and Fast startup. To Disable hybernation, right-click on the Wondows 10 start menu, and choose Windows PowerShell (Admin).
    2. In PowerShell run: powercfg /h off
    3. Exit PowerShell (use exit)

    If you This is a new installation, you may not need to disable fast startup, jump to Shutdown the machine completely.

    1. To disable Fast Startup, use the classic Control Panel and choose Power Options.
    2. Go to Power Settings and uncheck "Fast startup". If it is not visible, enable "Show hidden settings".
  4. Shutdown the machine completely - do NOT reboot.

Fedora 26 Installation

I prefer to install Fedora Server 26, instead of Fedora Workstation. It is easy enough to switch afterwards, but maintain Cockpit, etc.

  1. Boot your Fedora USB Media
  2. Choose your Language and Locale - English and English (Canada) for me. Click Continue.
  3. Set You Network and Hostname first, this will allow you to enable NTP.
  4. Diable IPv6 if you want.
  5. Partition As required.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment