How-to Boot Linux from Grub Prompt

  1. Select the Kernel
    >kernel /

    Then Hit Tab to have a List of Directories

    >kernel /boot/

    Follow to Hit Tab Until you Find the vmlinuz or kernel

  2. Select the Initrd
    >initrd /

    Follow the same Procedure as for the Kernel Until you Find the initrd.img Corresponding to vmlinuz

  3. Booting
    >boot

    Execute to Boot System