Linux启动时 Error 15: File not found 问题解决方法

Linux启动时 Error 15: File not found 问题解决方法
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...

--------------------------------------------------------------------------------
原因可能是系统启动配置被损坏,导致启动内核镜像无法找到,解决方法:
1.按任意键回到启动菜单,如grub的菜单。
2.在菜单界面按'c'进入grub命令行界面。
3.在grub命令行下输入:
grub>root (hd0,0)
回车。会得到Filesystem的提示。。。
4. 继续在grub命令行下输入:
grub>kernel (hd0,0)/boot/
不回车然后按tab键,会显示可选的内核镜像。
继续在未完成的命令后输入有效地内核镜像名,如:
grub>kernel (hd0,0)/boot/vmlinuz-2.6.9-42.ELsmp ro root=LABEL=/ vga=0x317
回车。(输入过程中按tab可以获得提示,后面的root和vga参数要自己确定,可在grub菜单里选择某一项按'e'查看和参考已有设置),会得到一行提示信息。
5. 继续在grub命令行输入:
grub> initrd (hd0,0)/boot/initrd-2.6.9-42.ELsmp.img
回车。(同样可以在输入过程中按tab获得提示)
6. 最后在grub命令行中输入boot(注意不是reboot)启动系统:
grub> boot
7. 等待系统启动,OK.

本文来自CSDN博客,转载请标明出处: http://blog.csdn.net/guanzhongs/archive/2008/06/04/2511740.aspx

你可能感兴趣的:(linux,error,File,职场,休闲,found,not,15:,问题解决方法,Linux启动时)