Rufus est un utilitaire qui vous aide à créer facilement des clés USB amorçables. Il peut être particulièrement utile dans les cas où :
vous devez créer un support d'installation USB à partir d'une image ISO bootable (Windows, Linux, UEFI, etc)
vous avez besoin de travailler sur un système qui n'a pas un système d'exploitation installé
vous devez flasher un BIOS ou un autre firmware à partir de DOS
vous voulez exécuter un utilitaire de bas niveau
Il comprend une option de téléchargement automatique des images ISO de Windows 8.1 et Windows 10.
Il est compatible avec les bios UEFI et les disques GPT. Il est plus rapide que de nombreux autres outils.
Logiciel sous licence GPLv3
Il permet de passer outre les exigences à l'installation de Windows 11 (TPM 2.0, Secure Boot) et aussi pour les mises à jour.
Version portable :
https://github.com/pbatard/rufus/relea ... nload/v4.8/rufus-4.8p.exeLa version 2.18 est la dernière à être déclarée "officiellement" compatible avec Windows XP et Vista.. Pour ceux qui veulent mieux tenir que courir, voici les 2 versions :
- Installable :
https://github.com/pbatard/rufus/relea ... load/v2.18/rufus-2.18.exe- Portable :
https://github.com/pbatard/rufus/relea ... oad/v2.18/rufus-2.18p.exe Note : La version 3.22 est la dernière à prendre en charge Windows 7https://github.com/pbatard/rufus/releases/tag/v3.22Changements:
v 4.8
Switch to wimlib for all WIM image processing:
- Greatly speeds up image analysis when opening Windows ISOs
- Can speed up Windows To Go drive creation (But won't do miracles if you have a crap drive)
- Might help with Parallels limitations on Mac (But Rufus on Parallels is still UNSUPPORTED)
- Enables the splitting of >4GB files with Alt-E (But still WAY SLOWER than using UEFI:NTFS)
Switch to using Visual Studio binaries everywhere, due to MinGW DLL delay-loading limitations
Add more exceptions for Linux ISOs that restrict themselves to DD mode (Nobara, openSUSE, ...)
Improve reporting of UEFI bootloaders in the log, with info on the Secure Boot status
Fix an issue with size limitations when writing an uncompressed VHD back to the same drive
Fix a crash when opening the log with the 32-bit MinGW compiled version
Fix commandline parameters not being forwared to original Windows setup.exe
https://github.com/pbatard/rufus/blob/master/ChangeLog.txt