-2

is their solve to my problem i was used kali and ubuntu and windows 8 but when am install new windows boot menu disappeared and my laptop log into windows automatically all time

A.B.
  • 89,123
  • 21
  • 245
  • 323

1 Answers1

0

Boot into a live session, then execute sudo fdisk -l. I'm assuming that you will be shown that your internal hdd is /dev/sda. Otherwise replace /dev/sda with whatever your hdd is called.

Then execute these commands:

sudo grub-install /dev/sda
sudo update-grub
UTF-8
  • 5,580
  • 10
  • 30
  • 66