Skip to content

wojciechmadry/win11usb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Burn Windows 11 ISO on pendrive under Linux

This script based on this tutorial created by Andy

Using the script

  1. Download Win11 iso
  2. Connect the pendrive
    • Find the name of your pendrive with lsblk command (It should be something like /dev/sdb)
  3. Run the script: sudo ./flash.sh <DEVICE> <ISO_PATH>
    • Example: sudo ./flash.sh /dev/sdb ~/Downloads/Win11_22H2_Polish_x64v1.iso

⚠️WARNING: Once accepted, the data on the <DEVICE> will be erased

  1. Type y, when script ask for permission

Using the Docker (with Makefile)

  1. Build docker image: make build
  2. Run docker and flash image: sudo make flash device=<DEVICE> iso=<ISO_PATH>

About

Flash pendrive with Windows 11 ISO under Linux

Resources

Stars

Watchers

Forks

Packages

No packages published