Giter Site home page Giter Site logo

pbatard / rufus Goto Github PK

View Code? Open in Web Editor NEW
26.9K 560.0 2.5K 36.1 MB

The Reliable USB Formatting Utility

Home Page: https://rufus.ie

License: GNU General Public License v3.0

Shell 0.90% C 89.83% Assembly 0.58% Makefile 6.51% Batchfile 0.22% M4 0.08% Python 0.17% sed 0.01% C# 1.33% PowerShell 0.35%
usb iso bootable-drives mbr uefi bios boot windows syslinux freedos

rufus's Introduction

Rufus: The Reliable USB Formatting Utility

VS2022 Build Status MinGW Build Status Coverity Scan Status
Latest Release Licence Download Stats Contributors

Rufus logo

Rufus is a utility that helps format and create bootable USB flash drives.

Features

  • Format USB, flash card and virtual drives to FAT/FAT32/NTFS/UDF/exFAT/ReFS/ext2/ext3
  • Create DOS bootable USB drives using FreeDOS or MS-DOS
  • Create BIOS or UEFI bootable drives, including UEFI bootable NTFS
  • Create bootable drives from bootable ISOs (Windows, Linux, etc.)
  • Create bootable drives from bootable disk images, including compressed ones
  • Create Windows 11 installation drives for PCs that don't have TPM or Secure Boot
  • Create Windows To Go drives
  • Create VHD/DD, VHDX and FFU images of an existing drive
  • Create persistent Linux partitions
  • Compute MD5, SHA-1, SHA-256 and SHA-512 checksums of the selected image
  • Improve Windows installation experience by automatically setting up OOBE parameters (local account, privacy options, etc.)
  • Perform bad blocks checks, including detection of "fake" flash drives
  • Download official Microsoft Windows 8, Windows 10 or Windows 11 retail ISOs
  • Download UEFI Shell ISOs
  • Modern and familiar UI, with 38 languages natively supported
  • Small footprint. No installation required.
  • Portable. Secure Boot compatible.
  • 100% Free Software (GPL v3)

Compilation

Use either Visual Studio 2022 or MinGW and then invoke the .sln or configure/make respectively.

Visual Studio

Rufus is an OSI compliant Open Source project. You are entitled to download and use the freely available Visual Studio Community Edition to build, run or develop for Rufus. As per the Visual Studio Community Edition license, this applies regardless of whether you are an individual or a corporate user.

Additional information

Rufus provides extensive information about what it is doing, either through its easily accessible log, or through the Windows debug facility.

Enhancements/Bugs

Please use the GitHub issue tracker for reporting problems or suggesting new features.

rufus's People

Contributors

alexgirlea avatar annideer avatar apkfx avatar arifpedia avatar berzabel avatar chocobo1 avatar djuka avatar dkmr avatar elvin-melikov avatar gi-ven avatar jwangac avatar lvalibaba avatar marcellogianola avatar mehmetalikuran avatar nadu1322 avatar nmargaritis avatar pbatard avatar rcpa avatar richardkahl72 avatar rikubrander avatar rockytdr avatar sippapas avatar sopor avatar tchack avatar thanhtai2009 avatar thilol avatar tiryoh avatar trinaldi avatar ziaa avatar zoilus avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

rufus's Issues

ER: GPT support

Required for Windows 7, Windows 8 and other UEFI aware images.
Will need an EFI BIOS to be able to test bootable GPT, so this may have to wait

[UPDATE 2012.01.30 - I now have an UEFI system to test with]

Fedora doesn't boot properly with Rufus v1.1.1

Boot process eventually fails with:
Warning: No root device "live:/dev/disk/by-label/Fedora-16-i686-Live-Desktop.iso" found

This is the same issue of trying to locate the installation media by label that we had with Arch Linux. Unlike Arch Linux however, the label expected by the Fedora installation process is not FAT compatible, therefore the issue will have to be fixed on Fedora's end.

Created Bug 794821: https://bugzilla.redhat.com/show_bug.cgi?id=794821

Exception/Write access violation when patching COMMAND.COM & IO.SYS

Looks like Windows doesn't exactly like patching resources within DLLs after all (but still does it):

Patching COMMAND.COM...
&DiskImage[filestart(=4200)+0x650c] = 0x000007fef0ee31e4
First-chance exception at 0x000000013f8df40b in rufus_fd.exe: 0xC0000005: Access violation writing location 0x000007fef0ee31e8.

Turn off autoplay while the app is running

Autoplay is quite annoying when plugging USB drives repeatedly. As it it controlled with the local group policies, we can use a method similar to what we've done in libwdi to temporarily disable it while the application is running.

Device scanning fails to find USB drive

I have tried Rufus on two of my computers, both of which have two optical drives attached, and both have the same problem -- Rufus fails to find the USB drive. These computers are running 64-bit Windows 7.

Rufus only displays "NO_LABEL (E:)" and all of the other boxes are blank. No other device choices are listed, just the E:, even though I have a SSD at C:, optical drives at D: and E:, and a USB drive at F:

ER: Rufus UI should remember previous selection

When switching drives or FS, Rufus should remember what the options were and re-select them if available. If multiple drives are available, it should also reselect the one that was just formatted.

FreeDOS reports suspect partitions at boot

Eg., with a 32 MB drive:

 - InitDiskWARNING: using suspect partition Pri:1 FS 0e: with calculated values
   1-0-1 instead of     0-1-1
WARNING: using suspect partition Pri:1 FS 0e: with calculated values 1006-0-46 i
nstead of 2-254-63
C: HD1, Pri[ 1], CHS=    1-0-1, start=     0 MB, size=     30 MB

ER: NTFS partition boot record

Needed for ISO support if any of the ISO files are > 4 GB (eg: Windows 8 x64 developer preview).
Requires a modification of the ms-sys files.

openSUSE doesn't boot with Rufus v1.1.1

What the hell is wrong with these people, and why don't they just use the default isolinux repositories?
Anyway, the issue is that openSUSE's isolinux config files reside in \boot\i386\loader\ which, just like Hiren's boot CD, is nonstandard. If you move these files to an isolinux standard location, everything is fine.

If we're going to see many of these, maybe I should patch ldlinux to also seek into a location that is provided by Rufus...

Speed up ISO extraction on small files

The CloseHandle() calls are costly for small files as they appear to flush the USB buffer.
By delaying these calls and issuing them in bulk, it may be possible to speed up the writing of small files.

ER: Add detection for unmounted volumes

An USB volume may not always have a drive letter assigned. Rufus should duplicate part of the features of C:\Windows\System32\mountvol.exe and try to mount such volumes to allow formatting.

Hiren's boot CD doesn't boot with Rufus v1.1.1

This is because those guys have their isolinux.cfg in HBCD\ for some weird reason. Tested with Hiren's.BootCD.15.1.iso
Can be fixed by adding HBCD to the syslinux conf directory list.

ER: provide our own vesamenu.c32

Linux Mint and Trinity Rescue Kit use a vesamenu.c32 that is incompatible with recent Syslinux (see #41).
It should be possible to identify older vesamenu.c32 and replace it with a more recent ones.
However vesamenu.c32 is about as big as Rufus, so we may want to propose retrieving it from online it instead of embedding it.

Crash during format under XP

This is due to FCC_DONE_WITH_STRUCTURE not passing a valid pointer to a string under XP, as is the case on Vista or later, which we still try to display in debug.

Will be fixed in .92

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.