Created
April 20, 2021 13:38
-
-
Save pecavalheiro/7c1699e8749d020d58c17b81da4f3113 to your computer and use it in GitHub Desktop.
Load firmware from USB during Debian installation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Download the Debian firmware package corresponding to your hardware (ex. https://packages.debian.org/sid/firmware-iwlwifi) | |
| Open the data archive inside it and put the content of `lib/firmware/` into the root directory of your FAT USB device | |
| Insert the USB device if the installer asks for it, switch via Ctrl+Alt+F2 to a virtual terminal and mount your device to `/lib/firmware/`, e.g. by using mount `/dev/sdb1 /lib/firmware` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment