Ubuntu – Cannot shutdown the Sony Vaio

12.04hibernateshutdownvaio

I did a fresh install of Ubuntu 12.04 (dual boot with Windows 7) on my sony Vaio.
After the fresh install everything was working fine. then

  1. I was informed that new driver were available for my ATI video card (I first tried to install the post-release one but it was not possible so I selected the one tested by canonical)
  2. After that I noticed a bug where my laptop was rebooting instead of resuming from hibernate (i.e if I was closing the lid .. the laptop was hibernating but if I was opening the lid the laptop was shutting down)
  3. It was a bug I already experienced in 11.10 and I fixed it by amending the grub file from GRUB_CMDLINE_LINUX_DEFAULT="quiet splash" to GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi_sleep=nonvs" … the fix sorted out that issue but introduced a new issue .. now when I shutdown my laptop it hangs on the splash screen (Ubuntu logo with the 4 dots) and nothing happens.
  4. I tried to use the following fix GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi=force splash acpi_sleep=nonvs" but it is not working.

Any help in fixing this would be appreciated.

PS: after 5 years using Ubuntu this is the first time I am not able to find the solution within a week

Best Answer

Solved by doing the following:

I've rolled back the grub file as it was originally (only quiet splash option), then:

update-grub
sudo apt-get install fglrx-updates
sudo aticonfig --initial
update-grub

Looks like that installing ati driver from the ubuntu driver update GUI is not a smooth process.