Grub Installation Failed Kali Linux Install On Virtualbox

Initializing Installation with Oracle VM VirtualBox Manager. Open the Oracle VM VirtualBox manager, click on new, and type in the name of the new operating system you want to create; in this case, it is Arch Linux. The system will automatically pick up the type and version of the Arch Linux, based on your system’s configuration. Step by step guide – How to install Kali Linux on VMware May 11, 2020 by Eshita Mann In this post, I will show you how to install the latest version of Kali Linux (2020.1b) on VMware Workstation 15.5 Pro.

  1. Grub Installation Failed Kali Linux Install On Virtualbox 10
  2. Grub Installation Failed Kali Linux Install On Virtualbox 8
  3. Grub Installation Failed Kali Linux Install On Virtualbox
  4. Grub Installation Failed Kali Linux Install On Virtualbox 7
  5. Grub Installation Failed Kali Linux Install On Virtualbox Free
Hi, thank your for your patience firstly.
My host is Windows 7 Professional, and the Virtualbox version is 5.2.8r.
I stucked at ' install the GRUB boot loader on a hard disk' when I installed the Kali.
Please find the attachment as below.
Tried to find the keyword like 'error' or 'fail', but didn't find anything which useful.

Grub Installation Failed Kali Linux Install On Virtualbox 10

I used to user virtualbox on win7 pro plus, with same process to install kali, but never met the step for asking the GRUB loader.
Is there something connected to the windows system?

If your System has primary OS Windows then you install your secondary OS Kali Linux. That will be ok, Kali Linux put boot entry of Window automatically for you. At initial boot menu you can see both OS entry to boot their those OS individually.

Linux

May be your window is corrupt in dual boot system or you want to install window as secondary OS after installing Kali Linux as primary OS. You may face corrupt boot-loader menu. You not able to boot Kali Linux any more because Window didn’t put entry of Kali Linux automatically in their boot menu.

So this post motive is to help those guys which are facing those problems subjecting to corrupt Boot-loader. There are mainly two methods:

1. Repair Grub via Kali Linux live USB.

2. Repair Grub Via Boot-rapair-disk.

Method 1# Repair Grub via Kali Linux live USB

It is up to you which you want to choose but if you are Linux familiar then go for this method.

Requirements

1. A Kali Linux ISO image. You can download here:

Grub Installation Failed Kali Linux Install On Virtualbox 8

2. You need to create a Kali Linux pre-installed live CD or Live USB. You can click following link for more help to create live USB or CD-DVD.

Procedure to repair Grub of Kali Linux

Step 1. Boot your live USB via pressing boot menu button on initial stage of booting your system. Select “Live” option.

Step 2. Boot into Live Kali Linux, get the Terminal open. Type the following commands:

mount /dev/sda3 /mnt
mount –bind /dev /mnt/dev
mount –bind /dev/pts /mnt/dev/pts
mount –bind /proc /mnt/proc
mount –bind /sys /mnt/sys
chroot /mnt
grub-install /dev/sda
update-grub
exit
umount /mnt/dev/pts
umount /mnt/dev
umount /mnt/proc
umount /mnt/sys
umount /mnt

Step 3. Now reboot the system, you will see your boot-menu showing Window and Kali Linux both simultaneously.

Most of the time Kali Linux grub is repaired by above steps but exceptionally you may not, so you have to do more commanding.

Step 4. Boot the Live Kali Linux again, open the terminal type the following commands:

Grub Installation Failed Kali Linux Install On Virtualbox

apt-get install os-prober
os-prober
update-grub

This will help a lot to repair Kali Linux Grub. Good-luck!

Grub Installation Failed Kali Linux Install On Virtualbox

Method 2# Repair Grub Via Boot-rapair-disk

It is up to you which you want to choose but if you are not Linux familiar then go for this method.

Requirements

KaliInstallation

Grub Installation Failed Kali Linux Install On Virtualbox 7

1. A Boot-repair-disk ISO image. You can download here:

2. You need to create a Boot-repair-disk pre-installed in live CD or Live USB. You can click following link for more help to create live USB or CD-DVD.

Grub Installation Failed Kali Linux Install On Virtualbox Free

Procedure to repair Kali Linux Grub

Boot into Live USB by pressong boot-button at initial stage of booting the system.

After that, it is all automated. As soon as you boot into this live disk, it will automatically begin mounting all your file systems and looking for grub. Once it is located, it will be restored automatically and at the end a message will be displayed to you.

So if you are someone who isn’t all that thrilled about typing commands on a Linux terminal in the method I discussed previously, this ISO is for you.