-2

I kali linux 2018, when I started up kali linux a grub terminal showed up, I don't know why is it happening, can anyone explain? and what should you suggest me to do now? I have tried methods on internet but no use. Picture attached.

I've tried using the method in "GRUB starts in command line after reboot" but it doesn't work.

Thank you very much! grub

grub>exit

When i exit grub this shows up, and apparently i have ubuntu installed too?

sourcejedi
  • 50,249
  • 2
    More information please! Are you running a LiveCD? Have you installed it? Dual Boot? Single Boot? Did you check verify the MD5? Where did you install Grub? –  May 15 '18 at 21:50
  • @arochester I deleted my whole harddrive and then installed linux, yes it's single boot and I didn't get last two questions of yours. – Faran Khalid May 15 '18 at 21:54
  • Did you read this? https://docs.kali.org/installation/kali-linux-hard-disk-install –  May 15 '18 at 22:08
  • @arochester yes i followed it – Faran Khalid May 15 '18 at 22:21
  • @JeffSchaller ;-; – Faran Khalid May 15 '18 at 22:23
  • @dsstorefile1 i get it it now. Just wanna know the answer now – Faran Khalid May 15 '18 at 22:30
  • What "methods on [the] internet" did you try? What happened? What should have happened? Specifics please. – Chris Davies May 15 '18 at 23:45
  • @roaima methods like https://www.google.com.pk/url?sa=t&source=web&rct=j&url=https://unix.stackexchange.com/questions/329926/grub-starts-in-command-line-after-reboot&ved=2ahUKEwi76_rFyonbAhXMvxQKHZGuBnEQjjgwC3oECAgQAQ&usg=AOvVaw3WxGgegDLHQZih1zeF2oNs – Faran Khalid May 16 '18 at 06:17
  • 2
    Please add these methods to your question where it's easy for everyone to find. – Chris Davies May 16 '18 at 07:10
  • Please type three commands: ls (hd0,gpt1), ls (hd0,gpt2), and ls (hd0,gpt3) to the GRUB prompt and add the description of the responses you get for each command to your question. If the response is just one line of text, don't attach a screenshot, just copy the text. – telcoM May 16 '18 at 07:41
  • @telcoM it says (hd0,gpt1): filesystem is fat. (hd0,gpt2): filesystem is ext2. (hd0,gpt3): filesystem is unknown. – Faran Khalid May 16 '18 at 08:03
  • I'm assuming your name is not Kali Linux 2018. So let say you have tried to install Kali Linux. Don't install it if you don't have a serious linux background or install it as a VM. – Kiwy May 16 '18 at 08:40

1 Answers1

0


It seems you have to use another install media.(dvd, or cdrom)
"failure reading sector 0x0 from cd0" means sector address 0x0 is corrupted.
I think the sector address 0x0 is a boot block.

thanks

abe
  • 14
  • 1
    No, Kali is installed but the DVD isn't in the drive so nothing can be read from it. – Chris Davies May 16 '18 at 07:11
  • This might be an artifact of the UEFI firmware. Traditional BIOS presented a CD drive without loading any drivers first only when the CD drive was actually in use for that particular boot attempt. UEFI may present them all the time, even when there is no disc inserted in the CD drive. – telcoM May 16 '18 at 07:36