Results 1 to 2 of 2

Thread: System Halt

  1. #1
    Join Date
    Aug 2009
    Beans
    1

    System Halt

    Whenever i try to shutdown my computer I always get this message:

    [52.01502] system halt

    I have tried the sudo shut down now - it does not work

    I have tried apm poweroff=1 - It does not work as i do not have APM [ I have an old computer]

  2. #2
    Join Date
    Nov 2005
    Location
    NEK Vermont
    Beans
    Hidden!
    Distro
    Ubuntu UNR

    Re: System Halt

    most of the commands have a related man page. try
    Code:
    man shutdown
    you'll see the command requires an option like -h to power off the system. so
    Code:
    sudo shutdown -h now
    not sure why it's freezing up. you can try acpi=off or noapic as a kernel option but your battery power monitor, if you have one, probably wont work.

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
  •