我机子里有RedHat,所以已经装了GRUB在MBR,我装Magic的时候就没有装GRUB,我又没有做启动盘(没软区),是从硬盘安装的。为了进MAGIC,我找到了他的内核在/dev/hda14里的/boot/vmlinuz.2.6.15.3,然后我就改了现在的GRUB,加上了
title MagicLinux
root (hd0,13)
kernel /boot/vmlinuz2.6.15.3 ro root=LABLE=/
initrd /boot/initrd2.6.15.3.img
可是我进的时候,先是一大堆看不懂的系统信息,然后说找不到/dev/mouse(确实没有),还有几个设备文件,而且有几个模块都每法mount,然后就是:
INIT:ID 1 respawning too fast:disable for 5 minutes
INIT:ID 2 respawning too fast:disable for 5 minutes
INIT:ID 3 respawning too fast:disable for 5 minutes
INIT:ID 4 respawning too fast:disable for 5 minutes
INIT:ID 5 respawning too fast:disable for 5 minutes
大家帮我看看怎么办?是不是GRUB改错了,还是我改重新装一次?
再说说自己的GRUB是怎么写的来引导MAGIC,从来没用过,又是处学者,谢谢啦