In recent versions of popular Linux distributions (Ubuntu, Fedora, Mint, Debian) I always have to put acpi=off into the kernel parameter list before I want to boot the computer. This happens to both the live CDs and the installed version. I have been unable to find information on fixing this. I guess I have to change some settings in the kernel and compile my own (my Gentoo installation doesn't have this problem).
How should I go forward in fixing this ACPI thing?
Update 1: Screenshot

Update 2: kernel config diffs (I grep'ed for ACPI so it's relatively short). If you want, also have a look at my Gentoo kernel config (working), and Mint's bundled kernel config (not working).
Update 3: I used the kernel config of Mint to compile a kernel for Gentoo and got the same error, which is a good sign that the problem is with the kernel config.
sdifffor example? – rozcietrzewiacz Aug 4 '11 at 7:14acpi=offresults in kernel panics when booting. The last line says something about "registering" and before that is a bunch of text that doesn't make sense to me. Will post the text when I get a chance. – phunehehe Aug 4 '11 at 7:20/boot/config-<kernelversion>. – cjm Aug 4 '11 at 7:28