chenyiqi 发表于 2004-7-5 08:48:47

自制的grub启动不起来,出错信息是Error 15

启动之后是以下提示:
Booting 'Chenyiqi-Linux'

root (hd0,0)
Filesystem type is ext2fs, partition type 0x83
kernel /boot/vmlinux-chenyiqi ro root=/dev/hda1

Error 15: File not found

我的grub.conf是(以下是我添加进去的,原有的没有动):
title Chenyiqi-Linux
   root (hd0,0)
   kernel /boot/vmlinux-chenyiqi ro root=/dev/hda1
   initrd /boot/initrd-2.4.20-chenyiqi.img                  

会有什么问题呢?
我保证了以上的两个文件都是存在的:

mount之后:
/dev/hda1         /boot       ext3fs
所以,我安装了extf3文件系统

进入grub的其他选项是正确的,我很奇怪,搞了很长时间了。
我想可能是某个小地方地原因......
请各位帮帮忙 ;)

chenyiqi 发表于 2004-7-5 10:41:04

redhat 9
在原有内核2.4.20上编译 并添加了几个模块
gcc version 3.2.2

pinper 发表于 2004-7-7 09:51:09

kernel /boot/vmlinux-chenyiqi ro root=/dev/hda1
initrd /boot/initrd-2.4.20-chenyiqi.img
>>
kernel /vmlinux-chenyiqi ro root=/dev/hda1
initrd /initrd-2.4.20-chenyiqi.img

chenyiqi 发表于 2004-7-7 10:20:31

对这个问题是解决了,但是又有新的问题。重新启动之后出问题了。发个新帖子问。
不过还是想知道,为什么这么写就对了?

ajinn 发表于 2004-7-8 21:32:24

路径不对当然File not found

pinper 发表于 2004-7-10 11:34:17

因为你的boot是独立分区的,如果boot不是独立分区,而是在/下,就要用/boot了

chenyiqi 发表于 2004-7-12 15:08:44

理解。
页: [1]
查看完整版本: 自制的grub启动不起来,出错信息是Error 15