You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 thepython3-parted
module which useslibparted
being more secure for surface attack and performant).dosfstools
: formatting partitions to FAT.ntfs-3g
: formatting partitions to NTFS.The text was updated successfully, but these errors were encountered: