TheGeek56 wrote:I've been trying to image Kali on my SD card so I can play around with it on my RPI, but i've been running into an issue. I format the SD card to FAT32 just fine. Then when I run Win32 Disk Imager, it finishes with a "Write Sucessful" But when I try to open it, it says "You must format [drive] to use it again." I format the SD card and the issue continues. Any help?
What are you trying to open it with, and why? The only sensible thing to do with an SD card that has been written with Win32DiskImager is to put it in an RPi and boot from it.But when I try to open it, it says "You must format [drive] to use it again.
Did you use the SDFormatter Tool (size adjustment ON) or a Digital Camera to format the SD Card, as these usually solve issues.TheGeek56 wrote:I've been trying to image Kali on my SD card so I can play around with it on my RPI, but i've been running into an issue. I format the SD card to FAT32 just fine. Then when I run Win32 Disk Imager, it finishes with a "Write Sucessful" But when I try to open it, it says "You must format [drive] to use it again." I format the SD card and the issue continues. Any help?
It doesn't seem to be booting. :/drgeoff wrote:If you are putting an OS image on a card you do not need to format it. The image overwrites the boot sector, partition table, file system etc.
Did you download the correct .IMG for your RPi ModelTheGeek56 wrote:It doesn't seem to be booting. :/drgeoff wrote:If you are putting an OS image on a card you do not need to format it. The image overwrites the boot sector, partition table, file system etc.
See viewtopic.php?f=28&t=58151TheGeek56 wrote: It doesn't seem to be booting.
YepDid you download the correct .IMG for your RPi Model![]()
https://www.offensive-security.com/kali ... e-download
All has been done.B.Goode wrote:See viewtopic.php?f=28&t=58151TheGeek56 wrote: It doesn't seem to be booting.
In your case I can think of 3 broad possibilities -
1. Your SD card writer is not compatible with writing image files. (Have you tried writing the image for a 'well-known' OS such as a recent version of Raspbian, as an experiment, to see whether your tools are up to the job?)
2. Your download of Kali is corrupt. (Have you checked the checksum if one is published? If the download was a .zip file, have you unzipped it to give you a .img file?)
3. The version of Kali you have downloaded is not compatible with your RPi. Check the Kali site for options.
That would indeed be a mistake that would lead to an unbootable SD card, and one that would also be unreadable from Windows.TheGeek56 wrote: I renamed it to kali.img instead of opening it up with 7zip...