View Single Post
  #9   (View Single Post)  
Old 8th December 2019
CiotBSD CiotBSD is offline
c107:b5d::
 
Join Date: Jun 2019
Location: Under /
Posts: 175
Default

Hi,
many times, I have this problem with distribution Linux.
To resolve, I use this tips:

Code:
# dd if=/dev/urandom of=/dev/rsd1c bs=1m count=1
and after, reuse dd to rewrite your img file.
Reply With Quote