[Bug 272247] Re: System freezes during boot, unless I hold a key down

TJ ubuntu at tjworld.net
Wed Mar 25 08:59:27 UTC 2009


On Tue, 2009-03-24 at 22:38 +0000, 67GTA wrote:
> I just stumbled across this bug. I have a HP dv6815nr laptop with the
> MCP67 chipset. I was able to get rid of this problem by applying a
> custom DSDT file.

Could you attach the faulty DSDT *and* the custom DSDT so we can look at
working around the problem?

To extract the DSDT, name it usefully, and compress it:

sudo apt-get install dmidecode
MODEL=$(sudo dmidecode -s system-product-name)
BIOS_VERSION=$(sudo dmidecode -s bios-version)
sudo cat /proc/acpi/dsdt | cat - >${MODEL}-${BIOS_VERSION}-ORIGINAL.aml
gzip ${MODEL}-${BIOS_VERSION}-ORIGINAL.aml

For the custom DSDT it only needs:

gzip </etc/initramfs-tools/DSDT.aml
>${MODEL}-${BIOS_VERSION}-CUSTOM.aml.gz

-- 
System freezes during boot, unless I hold a key down
https://bugs.launchpad.net/bugs/272247
You received this bug notification because you are a member of Kernel
Bugs, which is subscribed to Linux.




More information about the kernel-bugs mailing list