Kali Linux 32 bit mini ISO getting stuck on samba

Here's an issue I had with installing the Kali Linux 64 bit mini ISO

I have been trying to install the Kali Linux 64 bit mini ISO from the official Kali downloads page recently. The way I was doing it was downloading the mini ISO and booting it up with Virtual Box on my OSx machine.

I tried three different times to install it, each time it would just freeze up whilst it was setting up Samba.

The fix I went for, which admittedly is a bit of a cop out but did work was to instead download the full ISO,Kali Linux 64 bit ISO. I am not sure if it was the fact it is a point release higher (1.0.8 instead of 1.0.7), or the fact there is clearly more stuff in the full image.

Recent posts View all

JavaScript

Setting a more specific database type in Prisma

Prisma sets a default of TEXT for all String fields, here is how you can override that.

Ruby

Override database attribute types

Sometimes you don't have control over how your database handles information, so you need Rails to set it