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?
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?
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 liketoCode:kernel /boot/vmlinuz-2.6.24-19-generic root=/dev/sda1 ro quiet splash
Code:kernel /boot/vmlinuz-2.6.24-19-generic root=/dev/sda1 ro quiet splash acpi=force
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
If you add that to the GRUB list, you will want to add it where it says
so that it isCode:# defoptions=splash quiet
You can do the same for "# altoptions=".Code:# defoptions=splash quiet acpi=off
Save and close, then run
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.Code:sudo update-grub
Beginners Guide to Filing Bug Reports
System Docs | Community Docs | Contribute to Documentation
The Bump Thread - as pointless as it sounds.
That may work, but I have not had success with defoptions or alt options.
Instead I use the section:
Setting savedefault to true will prevent kernel upgrades from overwriting the settings entered in the kernel options section:Code:## should update-grub add savedefault to the default options ## can be true or false # savedefault=true
Edit the section above...not defoptions.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
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?
Beginners Guide to Filing Bug Reports
System Docs | Community Docs | Contribute to Documentation
The Bump Thread - as pointless as it sounds.
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.
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
Beginners Guide to Filing Bug Reports
System Docs | Community Docs | Contribute to Documentation
The Bump Thread - as pointless as it sounds.
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.
Bookmarks