Reboot issue with 10.04 and Sony Vaio VPCW221AX

Asked by Brian Watson

Strange issue here with the latest iteration of the Vaio W with Intel GMA 3150... (VPCW221AX) I have searched and searched and have found similar issues with different hardware on older versions of Ubuntu, but nothing recent.

Ok, the issue: When selecting "restart" from the gnome menu, Ubuntu by all appearances shuts down, but I am left with a blank screen and running hardware, with no reboot. I waited for quite some time, but there is no disk activity, so I hold the power button until the machine shuts off, and it does. When I restart, it comes up fine, and there is nothing in the logs (Xorg or otherwise) to indicate any issue. There is no request for disk check, or any other sign that the filesystem was improperly unmounted. If I select "shutdown" from the same menu, it works perfectly; machine shuts off as expected. Just no restart functionality. This symptom also occurs when I am prompted for reboot after updates are installed. (which is really what makes this troublesome more than anything)

Interesting other tidbits: If in terminal i enter "sudo reboot" I get the same exact behavior. However, if I enter "sudo shutdown -r now" it reboots in the expected manner, sometimes, but not always... More often that not, it still hangs, but I figured I'd mention this since it was noticed.

Running Lucid 10.04, 2.6.35-6-generic, thinking that the newer Intel driver would help, but it hasn't... Prior to installing this kernel, it wouldn't shut down properly from the gnome menu either. This kernel resolved that issue, but the reboot issue persists. Current thought process is that the X isn't releasing the screen due to an immature driver, but I am admittedly not a linux guru...

I am open to any and all suggestions and can provide any logging needed. Thanks in advance!!

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
Brian Watson
Solved:
Last query:
Last reply:
Revision history for this message
Brian Watson (bwatson009) said :
#1

I forgot to mention: "Suspend" works just fine...

Revision history for this message
Attila Vági (avagi) said :
#2

I had a similar issue with dell optiplex 745 hw and ubuntu 8.04 lts server

My solution was the expansion of the kernel lines in the /boot/grub/menu.lst by the clause "reboot=b"

Revision history for this message
Brian Watson (bwatson009) said :
#3

I had hoped to use that solution here, but i believe menu.lst has been deprecated in 10.04... Thanks for the tip though!

Revision history for this message
Brian Watson (bwatson009) said :
#4
Revision history for this message
Attila Vági (avagi) said :
#5

you can use an analouge solution in
  /boot/grub/grub.cfg

expand a linux line by the "reboot=b" clause:
        linux /boot/vmlinuz-2.6.32-23-generic-pae root=UUID=10f81470-e6f1-4379-a639-dcb9f3e12x345 ro quiet reboot=b

hope this help.

Revision history for this message
Brian Watson (bwatson009) said :
#6

From the link I posted:

"The main menu file, /boot/grub/grub.cfg, is not meant to be edited, even by 'root'."

Are you suggesting that I ignore this best-practice advice?

Revision history for this message
Brian Watson (bwatson009) said :
#7

Looks like the new Intel drivers released today via update manager have resolved this issue. :)