LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   RHEL 6 shutdown problem (https://www.linuxquestions.org/questions/linux-newbie-8/rhel-6-shutdown-problem-899893/)

themande 08-28-2011 05:28 AM

RHEL 6 shutdown problem
 
Hi,

Since the time I installed RHEL6 on my Dell XPS laptop, I am facing a strange problem.

After shutting down my machine It will never power off automatically. This machine hangs at line "System Halted.".

While installation machine used to stop at line "Waiting for hardware to initialize". But I found solution on internet to solve that problem by using acpi=off. Now I don't know how to resolve this problem.


Please help!!


Thanks,
Amit

trist007 08-28-2011 08:24 AM

How are you trying to shut down your computer? Do you hit shutdown from the desktop?

themande 08-28-2011 08:34 AM

I am trying shutdown from GNOME desktop. As well as I tried poweroff command couple of times.

I am having following hardware:

Dell XPS laptop
1. i7 processor.Windows was showing 8 threads but RHEL showing me only 4. According to Dell specification this processor has 8 threads.
2. 500 GB hard disk
3. 4 GB RAM
4. 2 GB NVIDIA Graphics card

Thanks,
Amit

trist007 08-28-2011 08:44 AM

Try the
Code:

shutdown now
The
Code:

shutdown -h
doesn't actually poweroff the computer it just brings it to a halt state to where its safe to turn off the computer. I can only imagine that the shutdown menu item in the gnome desktop is using the
Code:

shutdown -h
command.

themande 08-28-2011 08:56 AM

Code:

shutdown now
This potions is also having same output. I think there is something with acpi. I googled and found some threads which suggests solution for this problem. But those suggestions are also not working for me.


Thanks,
Amit

trist007 08-28-2011 09:30 AM

So you mentioned before, did you append acpi=off to your boot command?

themande 10-07-2011 01:08 PM

Sorry for late reply.

Yes, I gave acpi=off option while installing OS.

Now this issue has been resolved after changing acpi=off to acpi=force in /etc/grub.conf. Also added option pci=noacpi in grub.conf.


All times are GMT -5. The time now is 08:51 AM.