Page 1 of 2 12 LastLast
Results 1 to 10 of 12

Thread: acpi force is required

  1. #1
    Join Date
    Sep 2007
    Beans
    16

    acpi force is required

    I installed Ubuntu on an older Gateway (G6-400) and received this message each time I boot up:

    BIOS age (1999) fails cutoff.acpi force is required to enable APCI.

    System still boots up.

    Do I have to update the BIOS, if I can?

  2. #2
    Join Date
    Mar 2007
    Location
    Éire
    Beans
    160
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: acpi force is required

    So long as everything is working alright you can safely ignore that message.

    If, however, you're having issues such as the computer failing to power off fully when it shuts down, then forcing acpi would be required. I doubt a BIOS update would be available for such an old computer, anyway it is much easier to add the "acpi=force" command to your "/boot/grub/menu.lst" file. Change the line that looks something like
    Code:
    kernel          /boot/vmlinuz-2.6.24-19-generic root=/dev/sda1 ro quiet splash
    to
    Code:
    kernel          /boot/vmlinuz-2.6.24-19-generic root=/dev/sda1 ro quiet splash acpi=force

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

    Re: acpi force is required

    have not seen good results with boot parameters unless "quiet splash" is deleted:
    Code:
    kernel          /boot/vmlinuz-2.6.24-19-generic root=UUID=####'s ro acpi=force

  4. #4
    Join Date
    May 2007
    Beans
    Hidden!
    Distro
    Ubuntu

    Re: acpi force is required

    If you add that to the GRUB list, you will want to add it where it says
    Code:
    # defoptions=splash quiet
    so that it is
    Code:
    # defoptions=splash quiet acpi=off
    You can do the same for "# altoptions=".
    Save and close, then run
    Code:
    sudo update-grub
    Using this method means that when kernel upgrades come along, it won't erase your changes and will automatically add the options to your new kernel.

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

    Re: acpi force is required

    Quote Originally Posted by Rocket2DMn View Post
    If you add that to the GRUB list, you will want to add it where it says
    Code:
    # defoptions=splash quiet
    so that it is
    Code:
    # defoptions=splash quiet acpi=off
    You can do the same for "# altoptions=".
    Save and close, then run
    Code:
    sudo update-grub
    Using this method means that when kernel upgrades come along, it won't erase your changes and will automatically add the options to your new kernel.

    That may work, but I have not had success with defoptions or alt options.
    Instead I use the section:

    Code:
    ## should update-grub add savedefault to the default options
    ## can be true or false
    # savedefault=true
    Setting savedefault to true will prevent kernel upgrades from overwriting the settings entered in the kernel options section:

    Code:
    ## ## End Default Options ##
    
    title		Ubuntu hardy (development branch), kernel 2.6.22-14-generic
    root		(hd0,0)
    kernel		/boot/vmlinuz-2.6.22-14-generic root=UUID= ro acpi=force
    initrd		/boot/initrd.img-2.6.22-14-generic
    quiet
    Edit the section above...not defoptions.

  6. #6
    Join Date
    May 2007
    Beans
    Hidden!
    Distro
    Ubuntu

    Re: acpi force is required

    Do whatever works best, I use the defoptions and altoptions, but the other method should also work. Don't you need to add "savedefault" as the last line for the kernel?

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

    Re: acpi force is required

    I haven't. I have only edited the value savedefault to true. IDK why adding the parameters to defoptions didn't work on either of my laptops. I had read that was the proper way to add options to menu.lst, so I did that, and boot hung for about 10 minutes. So I tried editing the kernel line directly, and I get desired results.

    Regarding default, a kernel upgrade asks me what to do about menu.lst, default choice is to keep current.

  8. #8
    Join Date
    May 2008
    Location
    SoCal
    Beans
    Hidden!
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: acpi force is required

    Quote Originally Posted by pieniaszek View Post
    I installed Ubuntu on an older Gateway (G6-400) and received this message each time I boot up:

    BIOS age (1999) fails cutoff.acpi force is required to enable APCI.

    System still boots up.

    Do I have to update the BIOS, if I can?
    By all means update the BIOS. I just did an update on a P3 450 MHz machine (1999 BIOS). This will solve the problem. Locating the correct BIOS will be the problem. Do you know the chipset and the BIOS version?

    Here is the location of Gateway support: http://support.gateway.com/support/default.asp

    If you know the systems serial # you will be able to get the download the correct BIOS.

    -BAB1
    Last edited by bab1; July 4th, 2008 at 05:05 AM. Reason: Gateway BIOS

  9. #9
    Join Date
    May 2007
    Beans
    Hidden!
    Distro
    Ubuntu

    Re: acpi force is required

    Quote Originally Posted by spiderbatdad View Post
    I haven't. I have only edited the value savedefault to true. IDK why adding the parameters to defoptions didn't work on either of my laptops. I had read that was the proper way to add options to menu.lst, so I did that, and boot hung for about 10 minutes. So I tried editing the kernel line directly, and I get desired results.

    Regarding default, a kernel upgrade asks me what to do about menu.lst, default choice is to keep current.
    Did you run the update-grub command after you made the changes? defoptions controls for your normal kernel, altoptions is for the recovery mode kernel.

  10. #10
    Join Date
    Sep 2007
    Beans
    16

    Re: acpi force is required

    I found an updated BIOS file at the Gateway site, downloaded it created a floppy, but can't install it. When I reboot, even after I set system to start with floppy first, Grub by-passes that and I am instructed to remove this floppy.

    Isn't there someway to 1. bypass Grub to start from a floppy, 2. go to as command line and return to the startup BIOS area. 3: download a file in Ubuntu and copy it on the floppy., 4, download that BIOS update on a USB memory device

    I had to go back to Windows to download a file and copy it on a floppy. I have been able to download and copy a CD in Ubuntu, but don't know where to get the applciation for copying a floppy.

Page 1 of 2 12 LastLast

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
  •