From 3895b089783b9201573da0f77d9e9fd147e33631 Mon Sep 17 00:00:00 2001 From: Vince Pike Date: Fri, 17 Apr 2020 13:33:31 -0400 Subject: [PATCH] Add a helpful hint to novices Add a helpful hint to novices about the error code. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1da52c7..c9e8536 100644 --- a/README.md +++ b/README.md @@ -81,5 +81,7 @@ $ make $ sudo make install ``` +When you go to use the program, if you get an error message with a code of 256, it means you need to format the disk you intend to flash the ISO to, and wipe it with no partition table. You can do this with GParted, or another wonderful tool. + ## License WoeUSB is distributed under the [GPL license](https://github.com/slacka/WoeUSB/blob/master/COPYING).