Find the answer to your Linux question:
Results 1 to 4 of 4
Hi, I have Debian (Kernel 2.6.26-2-686) installed on two computers. On one of them it reboots quite finely but I am having following problem with rebooting Debian on my second ...
  1. #1
    Just Joined!
    Join Date
    Dec 2009
    Posts
    12

    [SOLVED] System hangs while rebooting on Debain...

    Hi,

    I have Debian (Kernel 2.6.26-2-686) installed on two computers. On one of them it reboots quite finely but I am having following problem with rebooting Debian on my second computer.

    When i type reboot at the linux prompt, following messages appear and system hangs up after saying "Restarting System":


    Code:
    Broadcast message from rootATmyname (tty1) (Sun Jan 17 11:23:26 2010)
    
    The system is going down for reboot NOW!
    INIT: Switching to runlevel: 6
    INIT: Sending processes the TERM signal
    Saving system clock
    Stopping enhanced syslog: rsyslogd.
    Asking all remaining processes to terminate...done.
    Deconfiguring network interfaces...done.
    Cleaning up ifupdown....
    Deactivating swap...done.
    [ 31.789103] Restarting System.
    _
    Normally when the sytem is busy "_" sign blinks but "_" at the last line above does not blink which shows, the system hanged up. I tried all keys but the screen is still frozen at the same point.

    The difference that I noted between my two computers is that I don't have ACPI support in the BIOS of the system which is giving me this error whereas the BIOS of my first computer do have ACPI support on which Debain do not give this Restart hanging problem.

    I have also disabled running the acpid script by running
    Code:
    update-rc.d -f acpid remove

    Any ideas to solve or get around this problem?

    Thanks a lot.

    Update:

    The computer on which I am facing this problem is DELL Optplex 330 (2.8 GHz, 1 GB RAM)

  2. #2
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Try passing acpi=off option to kernel. Edit menu.lst file and add acpi=off at the end of kernel line.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  3. #3
    Just Joined!
    Join Date
    Dec 2009
    Posts
    12
    Passing acpi=off did not work but passing reboot=bios to the kernel solved my problem.

    Thanks a lot.

  4. #4
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Thanx for posting solution.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •