|

楼主 |
发表于 2005-12-31 23:10:48
|
显示全部楼层
Post by noair
文件找到了 运行到出现/grub 文中输入那几行后 boot 自动运行到这里后停止 按字面得意思好像是ram空间不足么?我不太明白 摘抄出来希望高手指教。
“Ramdisk: Compressed image found at block 0
Ramdisk: incomplete write(-28 !=32768)) 8388608
VFS: Mounted -root (ext2 filesytem) readonly
Freeing unused kernel memory: 204K freed
attempte to access beyond end of device
ram0:re=0, want=18890, limit=16384
kernel panic: No init found Try passing init=option to kernel”
是不是你指定的参数有问题,再对照一下原文中的命令吧,特别是
- kernel (hd0,4)/vmlinuz root=/dev/ram ramdisk_size=128000,devfs=mount,dall
- initrd (hd0,4)/initrd.gz
复制代码
还有就是你这些文件的相对位置要放对 |
|