Switching off acpi indicates either power-management issues or IRQ conflicts.
This sometimes can be resolved by flashing your BIOS with the latest BIOS firmware available from your motherboard manufacturer.
Note - flashing a BIOS should always be done in accordance with the manufacturers recommendations - usually only from MS Windows.
There are a number of grub boot options you can try as per the community wiki:
https://help.ubuntu.com/community/BootOptions
The solution I found to to a similar issue was to add to grub the noapic
or the nolapic
grub boot parameter.
When testing grub boot option you could use my answer here to temporarily add the kernel options at boot time.
How do I set 'nomodeset' after I've already installed Ubuntu?
noapic
:GRUB_CMDLINE_LINUX="noapic"
– d_inevitable Apr 06 '12 at 10:11