Results 1 to 6 of 6

Thread: Ubuntu 12.04 Fails to Boot after Reboot

  1. #1
    Join Date
    Oct 2004
    Location
    Pittsburgh, PA
    Beans
    14

    Ubuntu 12.04 Fails to Boot after Reboot

    I have installed Ubuntu 12.04 on several Dell c6220 servers (poweredge 12g). The install was successful and all hardware is recognized.

    The problem that I am running into is that when issuing the reboot command or when pressing ctrl-alt-del, the server shuts down, but never comes back up. Instead, the fan revs up to full speed and stays that way until I power the server down.

    Once the server has been powered down via the power button, Ubuntu will boot just fine -- until the next reboot.

    I have found that by rebooting the server via the DRAC web interface will reboot the server correctly.

    I have also found that this problem does not exist with CentOS -- I can press ctrl-alt-del all day long and it always comes back up.

    I've tried several kernel parameters such as:

    reboot=bios
    reboot=pci
    reboot=acpi
    reboot=cold
    reboot=efi
    acpi=off
    noapic

    Nothing seems to work.

    I have also tried upgrading to kernel 3.4, but no change there, either.

    Has anyone run into a similar problem or any pointers on troubleshooting?

    Thanks,

    Joe
    Last edited by auximini; June 19th, 2012 at 04:26 AM.

  2. #2
    Join Date
    Sep 2009
    Beans
    8,874
    Distro
    Ubuntu Development Release

    Re: Ubuntu 12.04 Fails to Boot after Reboot

    In the desktop, not sure of the server ctrl-alt-del is off, in the development where I'm at it logs out of X.





  3. #3
    Join Date
    Oct 2004
    Location
    Pittsburgh, PA
    Beans
    14

    Re: Ubuntu 12.04 Fails to Boot after Reboot

    ctrl-alt-del issues a reboot as it should -- the same with the "reboot" command. The problem is that upon booting, the fan just revs, nothing comes up on the screen, and the server just sits.

  4. #4
    Join Date
    Jul 2011
    Beans
    120
    Distro
    Ubuntu Development Release

    Re: Ubuntu 12.04 Fails to Boot after Reboot

    Do you have a screen attached to the server? If not could you hook one up to see exactly what step its hanging on. Could be just hanging at Grub waiting for you to pres enter.

  5. #5
    Join Date
    Oct 2004
    Location
    Pittsburgh, PA
    Beans
    14

    Re: Ubuntu 12.04 Fails to Boot after Reboot

    It's hanging immediately when the server begins POST - before the Dell logo.

    I've found that the kernel option "nolapic" allows the server to reboot normally. I'm currently looking into whether it is safe to have lapic disabled or not long-term.

  6. #6
    Join Date
    Jul 2012
    Beans
    1

    Re: Ubuntu 12.04 Fails to Boot after Reboot

    I find that using the nolapic option disables all but one of the CPU cores on each processor at boot time - using dmesg to read the kermel messages while booting, the kernel correctly detects all the cores on all CPUs and then says the nolapic kernel parameter is set so it disables all but one of them.

    We have dual 8 core CPUs in our server modules so including threaded cores, a total of 32 are detected on each server but with nolapic set, only one is actually enabled even with a SMP-capable kernel. So this option does not work for us.

    Andy
    Last edited by andyt22; July 4th, 2012 at 07:27 AM. Reason: Typing error

Tags for this Thread

Bookmarks

Posting Permissions

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