LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Ubuntu (https://www.linuxquestions.org/questions/ubuntu-63/)
-   -   ACPI: Unable to locate RSDP (https://www.linuxquestions.org/questions/ubuntu-63/acpi-unable-to-locate-rsdp-454010/)

bobby_hawk 06-12-2006 09:27 AM

ACPI: Unable to locate RSDP
 
All,

I am trying to install xubuntu 6.06 desktop on my IBM Thinkpad 380ed, P166, 81m RAM and a 3 gig hd. I have run RH9, Slackware, and VictorLinux on it just fine.

The Xubuntu ISO cd boots just fine but yeilds the following error... ACPI: Unable to locate RSDP

Then Xubuntu seems to bypass the error and continues loading the essential files/drivers but then stops again with the following final message:

Uncompressing Linux... Ok, booting the kernel.
[4294667.296000] ACPI: Unable to locate RSDP


Any ideas what's going on?

Bob

osor 06-13-2006 06:28 PM

You weren't clear about if it actually boots? It's probably not a big deal (acpi-rsdp was probably compiled into the kernel, but your machine doesn't have it). If it stops booting, then the problem is probably not the acpi, but the very next thing that's supposed to happen. If it just hangs, give it awhile (I once had a kernel hang for over an hour before panicking! The thing is, I wansn't even expecting it to happen. I became caught up in other things, but still had the computer monitor in my view. Suddenly, I saw some new output being written to the console!).

bobby_hawk 06-13-2006 08:25 PM

Thanks for the help. I was not able to complete the Xubuntu install. I get this message pretty much right in the beginning what the Xubuntu ISO boot straps. The message allow Xubunto to continue loading various things but eventually stops before completing. The OS never completely finishes the install.

Bob

osor 06-14-2006 01:47 AM

Maybe it's a problem in the BIOS? Did you try mucking around with different settings in there? Maybe completely disabling ACPI or making sure ACPI and APM aren't competing against each other?

bobby_hawk 06-14-2006 08:23 PM

I looked in the bios, didn't see anything that referred to ACPI... what is ACPI?

bob

fragos 06-14-2006 09:45 PM

ACPI is power control software and hardware for saving energy. Your machine may be old enough that it doesn't support ACPI which is part of the default install. There should be a way to install or boot without ACPI enabled. As an Ubuntu user I'm not sure what to do for Xubuntu.

bobby_hawk 06-15-2006 07:35 AM

I found another thread that suggested pressing F6 while the Xubuntu CD is loading and adding other boot parameters:

xubuntu noacpi
or
linux noacpi
or
noacpi
or
acpi=off

None of this options have helped.

osor 06-15-2006 09:37 AM

I'll have to admit that I'm out of ideas. Maybe you could boot to one of the other distros, and then see the output of dmesg. Look for the part that gets stuck and what comes before and after it on your machine. For example, my boot sequnce has:
Code:

:
:
DMI 2.2 present.
ACPI: RSDP (v000 IntelR                                ) @ 0x000f6450
ACPI: RSDT (v001 IntelR AWRDACPI 0x42302e31 AWRD 0x00000000) @ 0x0dff3040
ACPI: FADT (v001 IntelR AWRDACPI 0x42302e31 AWRD 0x00000000) @ 0x0dff30c0
ACPI: MADT (v001 IntelR AWRDACPI 0x42302e31 AWRD 0x00000000) @ 0x0dff6ac0
ACPI: DSDT (v001 INTELR AWRDACPI 0x00001000 MSFT 0x0100000e) @ 0x00000000
ACPI: PM-Timer IO Port: 0x408
ACPI: Local APIC address 0xfee00000
ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
Processor #0 6:9 APIC version 20
:
:

NOTE: I don't think this is going to help (it's a longshot).

Another thing you might do is check to see if the iso downloaded correctly (md5sum). You can also check to see that the image was burned correctly by extracting the image from the CD and doing an md5sum on that.

fragos 06-15-2006 06:44 PM

Some distros use the fact that you can have multiple kernel versions and a grub boot entry for each one. SuSE by default add a non-ACPI kernel option. You may have better luck looking into grubs boot parameters and then editing /boot/grub/menu.lst accordingly.


All times are GMT -5. The time now is 06:06 AM.