Page 1 of 1

Error when using wimlib in attempt to create a thumb drive boot disk for Windows 10

Posted: Tue Mar 01, 2022 4:45 pm
by Tpedroni
How do I resolve this so I can proceed?

ff6554@EDU00000236 ~ % brew install wimlib
==> Tapping homebrew/cask
Cloning into '/opt/homebrew/Library/Taps/homebrew/homebrew-cask'...
remote: Enumerating objects: 624794, done.
remote: Counting objects: 100% (3/3), done.
remote: Compressing objects: 100% (3/3), done.
remote: Total 624794 (delta 0), reused 1 (delta 0), pack-reused 624791
Receiving objects: 100% (624794/624794), 289.67 MiB | 40.47 MiB/s, done.
Resolving deltas: 100% (442008/442008), done.
Tapped 3966 casks (4,037 files, 309.7MB).
Warning: No available formula with the name "wimlib".
==> Searching for similarly named formulae...
Error: No similarly named formulae found.
==> Searching for a previously deleted formula (in the last month)...
Error: No previously deleted formula found.
==> Searching taps on GitHub...
Error: No formulae found in taps.
ff6554@EDU00000236 ~ % echo 'eval "$(/opt/homebrew/bin/brew shellenv)"' >> /Users/ff6554/.zprofil
ff6554@EDU00000236 ~ % eval "$(/opt/homebrew/bin/brew shellenv)"
ff6554@EDU00000236 ~ % brew install wimlib
fatal: Could not resolve HEAD to a revision
Warning: No available formula with the name "wimlib".
==> Searching for similarly named formulae...
Error: No similarly named formulae found.
==> Searching for a previously deleted formula (in the last month)...
Error: No previously deleted formula found.
==> Searching taps on GitHub...
Error: No formulae found in taps.

Re: Error when using wimlib in attempt to create a thumb drive boot disk for Windows 10

Posted: Tue Mar 01, 2022 4:47 pm
by Tpedroni
I am attempting to do this on an M1 MacBook Air (not Intel) and am following an online post leading me through this. But ran into the unanticipated error noted above. Here is the how to article I am using https://www.makeuseof.com/tag/bootable-windows-10-mac/

Re: Error when using wimlib in attempt to create a thumb drive boot disk for Windows 10

Posted: Tue Mar 08, 2022 4:26 pm
by synchronicity
This sounds like an issue with Homebrew and not with wimlib upstream.