1) Edit the menu.lst file.
sudo nano /boot/grub/menu.lst
2) Find the list of kernels near the bottom and add this to the end of the kernel line.
pci=noacpi acpi=off
3) Reboot your computer.
1) Edit the menu.lst file.
sudo nano /boot/grub/menu.lst
2) Find the list of kernels near the bottom and add this to the end of the kernel line.
pci=noacpi acpi=off
3) Reboot your computer.
[...] ref:here – [...]
Thanks, you saved me loads of time.