Results 1 to 3 of 3

Thread: How to boot Kali from initramfs or Grub prompt

  1. #1
    Join Date
    2016-Apr
    Posts
    15

    How to boot Kali from initramfs or Grub prompt

    I will like if anyone can help me get Kali Rolling 2016.1 to boot when I have the grub or initramfs prompt. I install kali, fine did the update, but whenever I reboot my Laptop I get the initramfs prompt, sometimes I get the grub prompt.

    There must be a How To on this.

  2. #2
    Join Date
    2016-Apr
    Posts
    15
    There are so many knowledgeable people here.

    For those getting the grub prompt only at boot, that is not a bad thing at all.

    at the prompt type ls you will see (hd1 or hd0, gpt1 or 2 or 3 etc)

    You must know where your kali "/" root partition is on when you install kali, ( this is like your car keys). Eg: gpt 1 or gpt2 etc. then type

    configfile (hdy,x)/boot/grub/grub.cfg

    sub x is your kali / root partition. The y is the output number you get from ls command above.

    There is another way, just more typing.

    grub> linux (hdy,x)/vmlinuz root=/dev/sdax
    grub> initrd (hdy,x)/initrd.img
    grub> boot

    When you boot into kali, run update-grub then grub-install , will make you boot back into grub menu.

    When I figure out the dreaded initramfs prompt will post.
    Last edited by node; 2016-05-02 at 22:40.

  3. #3
    Join Date
    2016-Apr
    Posts
    15
    To get out of initramfs type set root=/dev/sdax then reboot the machine. On reboot you will be at the login propmt.

    again x being what your kali partition is at.

    On a different note, I see another on popping, grub rescue.
    Last edited by node; 2016-05-03 at 19:48.

Similar Threads

  1. Kali Boot stuck at (initramfs) window
    By gemkrook in forum TroubleShooting Archive
    Replies: 1
    Last Post: 2022-12-11, 04:49
  2. Replies: 2
    Last Post: 2022-07-16, 12:01
  3. Replies: 0
    Last Post: 2020-11-26, 14:49
  4. Kali wont boot from USB stick - only get initramfs
    By r0tati0n in forum TroubleShooting Archive
    Replies: 0
    Last Post: 2015-05-15, 08:51
  5. Kali 1.0.8 boot to command prompt only
    By pamamolf in forum TroubleShooting Archive
    Replies: 5
    Last Post: 2014-08-05, 04:13

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •