commit | ef88eeaf052c8a7d28c5f85e790c5e45bcffa45e | [log] [tgz] |
---|---|---|
author | Mike Banon <mikebdp2@gmail.com> | Thu Dec 03 07:06:59 2020 +0300 |
committer | Kevin O'Connor <kevin@koconnor.net> | Mon Dec 21 10:59:39 2020 -0500 |
tree | d8e8ac1964d6272c3bed4a07b9be904323bf7634 | |
parent | 748d619be3282fba35f99446098ac2d0579f6063 [diff] |
Support booting USB drives with a write protect switch enabled At least some USB drives with a write protect switch (e.g. Netac U335) could report "MEDIUM NOT PRESENT" for a while if a write protection is enabled. Instead of stopping the initialization attempts immediately, stop only after getting this report for 3 times, to ensure the successful initialization of such a "broken hardware". Signed-off-by: Mike Banon <mikebdp2@gmail.com>