Linux - SoftwareThis forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
I am trying to install RedHat Linux 7 on my PC. I boot up from the CD rom and get the familiar RedHat Linux Welcom screen with the various installation options. However, when I try to install, the installation stops after a minute or so at the following line -
"running/sbin/loader"
- and goes no further. Does anyone have a suggestions?
I'm not sure but I think that you can get some clues from the <alt>+<Fn> keys. SuSE installs have it and I _think_ RH does as well. THis will get you to other terminals which usually give some background information on what's going on. <ALT>+<F9> (or <F10>???) should get you a logging window.
Try this and see if you can get more info on the cause of the machine hanging.
I want to thank you for that last link. I just got Mandrake 8 this morning and was having that trouble installing. That got me past my first hurdle, I was worried I was going to have to upgrade my HDD. (I'm going to anyway, but I didn't want to have to wait for that before I install)
I have another problem now, I edited the file as suggested on that site. Thing is linux still crashes on startup unless I go and manually type "linux ide=nodma" every time because of the hard drive. I put the line in at the start - is that the problem? If not, I don't know what else to do without replacing the HDD.
According to that site, you're supposed to put a line like /sbin/hdparm -d0 /dev/hdX in your /etc/rc.d/rc.sysinit file. Replace the X with the correct letter for the drive you're trying to disable the dma for. If it's your hard drive and it's connected as primary master, then X would be a. So, the line would look like this: /sbin/hdparm -d0 /dev/hda
OK Beano, I think I see the problem, but I don't know if it can be fixed. The problem is is that you need to have the dma turned off when you boot up. The commands that I said you are supposed to use don't get executed until the kernel is up and running. It's too late then.
You can try this, but I have to tell you I've never seen it used before. Try adding this line to your lilo.conf file append="ide=nodma". Then run /sbin/lilo and reboot and hope it works.
One other thing, do you get any error message when you boot up?
It worked... I added append=" ide=nodma" to each of the 'images' listed in lilo.conf and it now loads up no problem.
Thank you very much you've been a great help.
Now if I can only figure out why my grfx card (4 MB) won't let me display anything more than 640x468 I'm flying LOL. (I think it's the drivers, I'm gunna get a new gfx card anyway)
Putting the append in with each kernel image is a good thing to do. That way you know that each image will get that parameter passed to it. It might work if you put it into the global part of lilo.conf, but I'm not certain if it would be applied to all the images.
There is one down side to this and that is you've turned off dma for all your drives. But you probably don't notice any difference.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.