How to solve the problem of error 15: file not found when Linux starts

Today, the Linux machine starts and the system prompts:


Root (hd0, 0)
Filesystem type is ext2fs, partition type 0x83
Kernel /bzImage_1360×768 RO root=LABEL=/ video…
Error 15: File not found
Press any key to continue…


The reason may be that the system boot configuration was corrupted, causing the boot kernel image to be unable to be found
Solutions:
1. Press any key to return to the boot menu, such as grub menu.
2. Press ‘C’ in the menu interface to enter the GRUB command line interface.
3. Grub> Root (hd0, 0)
4. Grub> Kernel (HD0,0)/vmlinuz-2.6.18-371.el5 (Press TAB during input to get prompt)
5. grub> The initrd (hd0, 0)/initrd – 2.6.18-371. El5. Img
6. grub> boot

The above (HD0,0)vmlinuz-2.6.18-371.el5 InitRd-2.6.18-371. el5.IMg shall be modified according to the actual situation of the machine. You can use TAB for completion selection.

Reference: http://blog.csdn.net/guanzhongs/article/details/2511740
I cannot boot/ in this document directory. Removing boot as I wrote will solve the problem.
                   

Read More: