Results 1 to 6 of 6

Thread: BIOS problem with new laptop

  1. #1
    Join Date
    Mar 2007
    Location
    Hampshire, England
    Beans
    229
    Distro
    Xubuntu

    BIOS problem with new laptop

    I have just bought a new laptop with no OS pre-installed which uses PhoenixBIOS. At first, the Ubuntu live CD would not boot at all, until I went into the BIOS and changed the 'installed operating system' option from 'Vista' to 'Other'. Now it boots, but I get the message from the kernel immediately before the splash screen:

    "ACPI: DMI BIOS year==0, assuming ACPI-capable machine"

    After Googling, it seems this is often a problem with either very old (which I can rule out!) or buggy BIOS software. Do I have to flash the BIOS and upgrade it? It seems like a risky process from what I have read.

  2. #2
    Join Date
    Apr 2006
    Beans
    57
    Distro
    Ubuntu

    Re: BIOS problem with new laptop

    I've flashed the bios numerous times on quite a few machines, without any issues, so it's not that risky.
    However if you don't feel comfortable doing it, or there isn't any new version of your bios yet, and apart from this message, everything else is working fine, you don't have to flash it.

  3. #3
    Join Date
    Dec 2006
    Location
    Planet Earth
    Beans
    683
    Distro
    Ubuntu

    Re: BIOS problem with new laptop

    What kind of laptop are you working with?

    Is this error preventing Ubuntu from running on your laptop?

    - zipperback

  4. #4
    Join Date
    Mar 2007
    Location
    Hampshire, England
    Beans
    229
    Distro
    Xubuntu

    Re: BIOS problem with new laptop

    I've flashed the bios numerous times on quite a few machines, without any issues, so it's not that risky.
    However if you don't feel comfortable doing it, or there isn't any new version of your bios yet, and apart from this message, everything else is working fine, you don't have to flash it.
    You're right, it's just I figured it would be something that needs fixing, since none of my other computers (up to 8 years old!) have this problem, and I've never done a BIOS upgrade on those. Since this is a brand new laptop, I wasn't really expecting a BIOS problem

    What kind of laptop are you working with?
    A Novatech X15 GS Pro.

    Is this error preventing Ubuntu from running on your laptop?
    Now that I have modified the BIOS settings, no. Though, I haven't yet installed it because I want to see what the company say about a stuck/dead pixel first. Also, I'm not sure if this is preventing or limiting the use of ACPI features.

  5. #5
    Join Date
    Apr 2008
    Location
    Northumberland
    Beans
    32
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: BIOS problem with new laptop

    I've got an HP G6000 laptop with a Phoenix BIOS... Nil power management options. Same problem historically with Ubuntu 8.10. Try holding a key down throughout the boot process, or better boot on battery power and when the progress bar freezes, plug it into the mains.... If this works then its the same problem as mine... add this to the end of the default (top) boot script in grub's menu.lst:

    hpet=disable

    i.e.:

    title Ubuntu 8.10, kernel 2.6.27-9-generic
    uuid be7453f3-5b30-4cba-ab28-3f41b0f11aae
    kernel /boot/vmlinuz-2.6.27-9-generic root=UUID=be7453f3-5b30-4cba-ab28-3f41b0f11aae ro hpet=disable quiet splash
    initrd /boot/initrd.img-2.6.27-9-generic
    quiet

  6. #6
    Join Date
    Mar 2007
    Location
    Hampshire, England
    Beans
    229
    Distro
    Xubuntu

    Re: BIOS problem with new laptop

    Little update. I messed about with a ton of boot options to see what difference it made. acpi=force, noapic, nolapic, hpet=disable and acpi_irq_balance all did nothing. acpi=off stopped the OS from booting at all (although the message didn't appear )

    I think I've definitely tracked down the source of the problem. I ran dmidecode and found this nice little rogue line in the output:

    Code:
    Release Date: 10/02/0892
    How messed up is that?! I'm guessing my BIOS would need flashing to correct a blunder like that. I'm going to take the laptop back to the shop and see what they say about it thinking the BIOS software was released before the invention of electricity

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
  •