我在安装LINUX的有个问题始终不能解决,重新安装还是一样,详细情况:
每次安装也非常顺利,没有报错。我的显示器是MICROSTAR 775C ,显卡是GFORE MX 4200的。
在安装过程中非常顺利,但是在安装之后,启动LINUX,滚了两次屏,然后出现这些代码 :
*pde=00000000
Oops:0000
cpu:0
EIP:0060 [<c010ab2c>] NOT tainted
EFLAGS;00010002
EIP is at disable_irq[kernel]Ox4c(2.4.20 -8)
process swapper (pid:1, stackpage=cffef9000)
最后两行是:
code:ff 50 10 eb d0 eb 0d 90 90 90 90 90 90 90 90 90 90 90
<0>kernel panic:Attempted to kill init!
然后就停在那里不动了,键盘和鼠标都不能用,键盘的后两个指示灯(caps lock
和 Scroll lock)在不停的闪.
我装的是双系统,一个WINDOW XP 先安装的 另外安装的LINUX XP的根分区格式为
NTFS
我想问一下,这到底是什么问题?
那位高人能帮我解决一下 不胜感激!!
|
创建日期:2007-1-11 22:24:35
提问者:听风且吟`
等级:Lv.1
头衔:试用期
|
最佳回答
帮你找了个答案,事先声明不是我解决的帮你出个思路而已声明原版属于原作者!Heres a complete explanation. The issue here is with the boot files. You need to check three things here. Two for sure... they are /etc/fstab file and second is to check the label your boot partition.First start your Linux when you see the blue screen with options as Windows & Linux (case of dual boot). Press e to edit. Then you would be taken to a new screen with prolly three lines. Leave a space and then type single and press enter. Check the letter to boot the system. Should be b in most case. You are in now with single user mode.You should see something as bash... and not as regular root@localhost: prompt. Type fdisk -l and press enter.Check every partition using e2label command. That is if your fdisk -l lists /dev/hda1 & /dev/hda2 then type e2lable /dev/hda and enter to check its label. Check this for all the listed partitions. If you see one of the partitions as /boot then go to fstab file using the command....vi /etc/fstab and enter.Check if the same lable exists for the appropriate partitions.The issue here is not that complicated but you need to try things out. Always remember unlike Microsoft, reinstallation is not an option in case of Linux. Reinstallation is only done when we do not have any choice.Lets try this out and let me know the progress. Let time go and we will resolve this if possible :)Thanks & RegardsNilesh Shah (India)Nilesh.Shah Hello there.Souldmind, you could be somewhat right here... if the issue is still not resolved then try some other flavour of Linux and check. Redhat 9 has some incompatibility with few mobos.Rinish Nilesh.Shah is on the right track!!!Some celarence on that .....to go to single modeFirst start your Linux when you see the blue screen with options as Linux (Grub/Lilo) . Press 'e' to edit. here you will find a line that sayskernel /boot/vmlinuz-2.6.9-11.ELsmp ro root=LABEL=/here you have to make some changes (you have to replaceroot=LABEL=/ to root=/dev/hda1[or what ever partition] ) and add a '1' at the end of the lineedt is as follows:kernel /boot/vmlinuz-2.6.9-11.ELsmp ro root=/dev/hda1 1this will help you to bootmost probably this will lead you to a maintenance mode and may ask you for root password ( Guess you know that!!! )now if you see this maintance mode... make sure that you have to edit your /etc/fstab entries. to do that you have to do as Nilesh saidcheck e2label /dev/hda1e2label /dev/hda2e2label /dev/hda3e2label /dev/hda4so on .............if this doesnt work you still have an option to do a rescue boot using your instalation CD1here you proabably have to issue linux rescue while boot option 上面这篇文章的主旨就是进入grub后用e进入编辑界面,再用e2label命令检查各个分区的卷标看看/etc/fstab 在mount过程中有没有错误,如果有就手动修改。说实话grub无法编辑我还是第一次遇到。你的键盘是usb口的???如果是确认一下你的硬盘的usb legacy被选上!普通串口如果不是接口松动应该是可以编辑grub的在网上阅读与usb有关项目的时候发现在debain出有这么一段提示就是内核正常情况下会尝试安装 USB 模块以及 USB 键盘驱动来支持一些非标准的 USB 键盘。但是,有些不完整的 USB 系统会在驱动程序装入时死机。一个可能的解决方法是在 BIOS 设置内禁止你的 USB 控制器。或者在引导提示符处传递 debian-installer/probe/usb=false 参数,这将阻止装入此模块。估计对redhat的话也是有可能出现的,建议把这个命令改为redhat-installer/probe/usb=false试试,如果不行建议你换一个普通串口键盘再重新安装一次试试。再就是首先确定你的硬盘不是sata因为在redhat9.0默认是不支持sata的还有如果超频最好还是跳回原来的频率。上面都没有问题的时候我就只有最后一招了建议你可以试验一下将xp的C:盘用fat32格式再试一次。ntfs的格式对linux还是有些水土不服。再就是像文章里面说的这一版linux版本已经很老,可能某些usb键盘的驱动还很不完善,如果可能的话建议试验一下大陆的magiclinux。或者FC4最少这两个版本都是比较新的!
该回答在2月24日 22:48由回答者修改过
|
创建日期:2007-1-11 22:24:35
回答者:听风且吟`
等级:Lv.1
头衔:试用期
|
提问者评价(为什么选择本回答作为最佳回答):