Linux – Kali installation stuck at Install the GRUB boot loader

debiandisk-encryptiongrubkali-linuxlinux

I am doing encrypted disk installation. First partition is /dev/sda1, mount point is /boot and it is unencrypted and second partition /dev/sda2, mount point / and it is encrypted partition. Whole installation went fine but stuck at Install the GRUB boot loader on a hard disk. It's not going anywhere from here. No movement in progress bar.

See image:

enter image description here

Update:

I have just tried to install without any disk encryption and it is stucked again on same step.

Best Answer

Try to do the installation without an internet connection. You can skip some steps that require internet by hitting the esc key and manually select the next step.

When everything is installed you only need to set the repository URL in the sources.list manually.

cd /etc/apt/source.list
gedit sources.list 

add the line at the top:

deb http://http.kali.org/kali kali-rolling main contrib non-free

and run the apt-get update, you know how it works.

Related Question