Built for simplicity and compatibility.
Feature | worli (2.x) | worli (1.4) | worli-gui (1.4) | wor-flasher |
---|---|---|---|---|
Flashes WoR | ✅ | ✅ | ✅ | ✅ |
Installation Speed | Fast1 | Normal | Normal | Normal |
Distro Support | Any2 | Any2 | Any2 | Debian-based |
macOS Support | ❌ | ✅ | ✅ | ❌ |
Graphical Interface | ✅3 | ❌ | ✅3 | ✅ |
UUP Dump Integration | ✅ | ❌ | ✅ | ✅ |
Custom WIM Support4 | ✅ | ❌ | ❌ | ❌ |
NOTE: This version doesn't currently and may never work on macOS due to the fact NTFS support is required. If this is necessary, please use the legacy version instead.
NOTE: The script gives commands for debian/arch to install these dependencies, this is just a refrence for other distros.
Required dependencies: zenity
, wimupdate
and wimapply
(wimlib), parted
, mk.ntfs
(ntfs-3g/ntfsprogs), zip
, gawk
.
Required dependencies for auto file downloads: wget
, jq
.
Required dependencies for direct ESD download: aria2c
Required dependencies for auto ISO generation: jq
, aria2c
, cabextract
, chntpw
, mkisofs
or genisoimage
.
-
Go to "Releases" and download the latest "worli2.0.sh".
-
Put the script into an empty folder WITH NO SPACES IN ITS NAME!
-
Open a terminal in that folder and run
sudo bash worli2.0.sh
, orchmod +x worli2.0.sh
and thensudo ./worli2.0.sh
(removesudo
if in a root shell) -
Follow the on-screen instructions provided by the script
If you wish to not have the Windows Recovery Environment and want a quicker deployment (since it takes a bit to unpack and repack the WIM file), grab the worlipe-no-re.cmd
from the files directory in this repo and edit the line around ~85 (very noticeable) of worli2.0.sh
(pei="/tmp/worli/worlipe.cmd") to the path of the previously downloaded CMD script.
This is not necessary if you're using the manual download option, you just need to specify the other script when prompted in that case.
If you have any problems or suggestions, please create a GitHub issue or tell me in our Discard severe.
Alsor chuck our out Discard severe!
Footnotes
-
Performance gain depends on the hardware setup (largely storage device) ↩
-
Any distro with support for bash or potentially bash compatible shells (e.g.
zsh
),wimlib
,parted
,dosfstools
(mkfs.fat
),exfatprogs
(mkfs.exfat
), and for worli 2.0+, NTFS support (NTFS read and write support andmkfs.ntfs
command) ↩ ↩2 ↩3 -
Only the
install.wim
was needed for custom image using worli version 2.0 and above. You can use a full ISO and with a modifiedinstall.wim
with all other alternatives. ↩