Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add faulty dependencies to the README #82

Closed
EchedelleLR opened this issue Jul 16, 2022 · 1 comment
Closed

Add faulty dependencies to the README #82

EchedelleLR opened this issue Jul 16, 2022 · 1 comment

Comments

@EchedelleLR
Copy link

While running in a default GNU/Linux system you could run into issues and WoeUSB won't run because of faulty non-referenced dependencies.

I list here dependencies for the average Debian-based OS:

  • parted: making partitions (I don't know why using the command and not the python3-parted module which uses libparted being more secure for surface attack and performant).
  • dosfstools: formatting partitions to FAT.
  • ntfs-3g: formatting partitions to NTFS.
@deisi
Copy link

deisi commented Nov 19, 2022

I experienced the same issue. Using woeUSB under Ubuntu 22.04 installing it according to the readme gave me the error message:
mkntfs not found

After installing ntfs-3g things started to work.

WaxyMocha added a commit that referenced this issue Feb 19, 2023
Fix:
- #81; Canceling the "are you sure" pop-up now aborts the instalation

Changes:
- #82; Add missing dependencies for debian-like distributions
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants