Skip to content

Instantly share code, notes, and snippets.

@pelletier
Last active May 16, 2021 11:26
Show Gist options
  • Save pelletier/2cf3053ecad136391f34d8a9facbb1a6 to your computer and use it in GitHub Desktop.
Save pelletier/2cf3053ecad136391f34d8a9facbb1a6 to your computer and use it in GitHub Desktop.
TIL: dual-boot Linux+Windows, Intel Wi-Fi, and Fast Boot

Wi-Fi card not sometimes not detected when you boot Linux and have a Windows dual-boot?

https://wireless.wiki.kernel.org/en/users/drivers/iwlwifi#about_dual-boot_with_windows_and_fast-boot_enabled

If you have a dual-boot machine with a recent version of Windows and start seeing problems during initialization of the WiFi device when booting Linux, the problem could be due to the “fast startup” feature on Windows.

With this feature enabled, Windows don't really shut down the entire system, but leaves things partially running so you can start the machine faster again. Try to disable this option, on Windows 10 it should be in “Control Panel→Hardware and Sound→Power Options→System Settings”. Select “Chooose what the power buttons do” to access the System Settings from the Power Options. Then disable the “Fast Startup” option in “Shutdown Settings”. This will cause Windows to fully shutdown and may solve the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment