• 14748阅读
  • 12回复

【提问】Red hat 9.0 安装求助!!!! [复制链接]

上一主题 下一主题
离线hakula
 

只看楼主 倒序阅读 楼主  发表于: 2005-11-10
我在安装LINUX的有个问题始终不能解决,我都装了5次了还是一样,我把详细情况说一下:
在安装的时候所有的硬件都被检测出来的,每次安装也非常顺利,没有报错。我的显示器是SAMSUNG,显卡是ATI
RADEON 9200SE的。
在安装过程中非常顺利,但是在安装之后,启动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)在不停的闪.

我想问一下,这到底是什么问题,如果是硬件的问题,但是在安装的时候都非常的顺利,没有提示什么硬件错误。请各位GGJJ帮帮忙!!!
[ 此贴被XChinux在2005-11-10 23:05重新编辑 ]
离线风中纸页
只看该作者 1楼 发表于: 2005-11-14
能说一下你安装的硬盘分区情况么?一般是安装的位置不正确造成启动找不到启动文件造成。

下面这个可能帮到你。

Soulmind Hi everyone!
I have a (big) problem...
When I boot Linux RedHat9, appears to me a message...
Code: ff 50 10 eb d0 eb 0d 90 90 90 90 90 90 90 90 90 90 90 90
<0>Kernel panic: attempted to kill init!
I don't know what is it about, can anyone help me with this problem??
I hope in your answers...
Thank You
Soulmind Nobody Can Help Me?
Help me pleaze!!!!!
Sylant_Daemon Reinstall the /boot Partition and see if that remedies your issue.
Soulmind i've reinstalled it, but the error still remain...
drjohn37 code ff 50 10 eb d0 eb 0d 90 90 90...
is the same code I got after reboot upon successful install. What is the problem?
zbbo This is not a reply!
I have the same problem, and I think it's because of that the boot partition can not be “Force to be a primary partition” and checking it causes error. I think the Boot partition is after the ”2 GB boot boundary”, or “1024 cylinder boundary” of hard disk, maybe due to another OS installed before (this is my situation).
drjohn37 Maybe so. Minue used to have Win XP on it.
I have tried to set the ide=nodma on the run parameters but that did not work. Neither did the setting the partition sizes to 10gb each. Both were suggestions from other e-groups.
What program do you know that can be booted and wipe all traces of Windows from the drive?
Nilesh.Shah May be I can help you with this.....
But let me know if the issue is resolved or still going on...
Soulmind Nothing resolved, but now i'm thinkin' it could be a motherboard incompatibility
Nilesh.Shah Hi there,
Sorry to reply late. Have you checked the labels of your drives?
Log on using single user mode and then check the lable using e2label command.
I have resolved this so I will try my best to get your system up :)
Lets hope so :)
Waiting for your reply
Nilesh Shah (India)
drjohn37 Thanks for replying. Forgive my ignorance, but where do I find the e2label command and where do I enter it (command line, during install, start up file)?
Nilesh.Shah Hello there
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 & Regards
Nilesh 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 mode
First 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 says
kernel /boot/vmlinuz-2.6.9-11.ELsmp ro root=LABEL=/
here you have to make some changes (you have to replace
root=LABEL=/ to root=/dev/hda1[or what ever partition] ) and add a '1' at the end of the line
edt is as follows:
kernel /boot/vmlinuz-2.6.9-11.ELsmp ro root=/dev/hda1 1
this will help you to boot
most 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 said
check e2label /dev/hda1
e2label /dev/hda2
e2label /dev/hda3
e2label /dev/hda4
so on .............
if this doesnt work you still have an option to do a rescue boot using your instalation CD1
here you proabably have to issue linux rescue while boot option
As somebody says... CRY!!! hak!!! cry is not an option in linux [ Linux is not for crying kids!!! ;-) what do you say Nilesh!! ;-)
/ Rinish


PS:请看看下面我的签名。
把问题先交给google,再交给你的朋友。谢谢。
离线ds4628
只看该作者 2楼 发表于: 2005-11-16
呵呵,怎么感觉风中就是GMail呢……
  用我真诚,换您微笑
离线风中纸页
只看该作者 3楼 发表于: 2005-11-17
什么意思?:)
把问题先交给google,再交给你的朋友。谢谢。
离线ds4628
只看该作者 4楼 发表于: 2005-11-17
把问题先交给google,再交给你的朋友。谢谢。

这个就是Gmail经常说的.具体的说,Gmail是一个人,QTCN群里的,不过现在已经退出了.
  用我真诚,换您微笑
离线风中纸页
只看该作者 5楼 发表于: 2005-11-17
哎?这个可是我的原创哦。怎么会和别人重了?奇怪。呵呵。。。
把问题先交给google,再交给你的朋友。谢谢。
离线jdw001
只看该作者 6楼 发表于: 2006-05-14
我在安装Red hat 9.0的时候也碰到了这样的问题,看了楼主这篇帖子之后很有同感,于我心有戚戚焉,不过我是流着汗看完回复的,虽然我英语不是烂的太离谱,但是碰到这样专业性的东西还是感觉两眼一抹黑,有能解决这个问题的国产高手吗?振兴民族产业,人人有责!文字文字文字
Daemon
离线jdw001
只看该作者 7楼 发表于: 2006-05-15
请问楼主这个问题你找到解决的办法了吗?
Daemon
离线yfx2003

只看该作者 8楼 发表于: 2006-05-17
直接采用硬盘安装rh ws/es 3/4!!!
www.qtcn.org/gpq4/
ajaxref.okajax.com/
离线qizhao_2001
只看该作者 9楼 发表于: 2006-05-19
不知道是什么原因。给个建义:开机后进入grub,手工指定内核镜相。
离线jdw001
只看该作者 10楼 发表于: 2006-05-22
楼上的高手,可以说说具体的做法吗?谢谢
Daemon
离线zz331764754
只看该作者 11楼 发表于: 2009-01-03
我也试过。。。很惨
离线zhubangbing
只看该作者 12楼 发表于: 2009-05-12
为什么这么多人非要坚持RedHat?那么多优秀的发行版为什么不用呢
快速回复
限100 字节
 
上一个 下一个