Jan 30th, 2013
GRUB 2 boot prompt
GRUB 2 boot prompt
If improperly configured, GRUB 2 may fail to load and subsequently drop to a boot prompt. To address this issue, proceed as follows:
1. List the drives which GRUB 2 sees:
2. The output for a dos partition table /dev/sda with three partitons will look something like this:
3. While the output for a gpt partition table /dev/sda with four partitions will look something like this:
4. With this information you can now probe each partition of the drive and locate your vmlinuz and initramfs files:
Will list the files on /dev/sda1. If this partition contains /boot, the output will show the full name of vmlinuz and initramfs.
5. Armed with the location and full name of vmlinuz and initramfs you can now boot your system.