varunus
November 29th, 2005, 04:29 PM
Thanks goes to Matthew Garrett for this fix.
A lot of people have reported reboot issues with Toshiba computers. If one tries to reboot, the system goes through the shutdown procedure, and then goes to a black screen. You have to turn the computer on and off to successfully reboot. While not that bad of a problem, it is kind of annoying, and didn't exist in Hoary.
Thankfully, there is a quick fix to this problem.
First, open up a terminal and type the following:
sudo gedit /boot/grub/menu.lst
Next, maximize the gedit window. Gedit's word wrapping will mess up this file, and its needed to boot your system!
After this, find the line that looks like:
title Ubuntu, kernel 2.6.12-10-386
root (hd0,2)
kernel /boot/vmlinuz-2.6.12-10-386 root=/dev/hda3 ro quiet splash
initrd /boot/initrd.img-2.6.12-10-386
savedefault
boot
Add the parameter "reboot=h" to the end of the kernel line, so it looks like this:
title Ubuntu, kernel 2.6.12-10-386
root (hd0,2)
kernel /boot/vmlinuz-2.6.12-10-386 root=/dev/hda3 ro quiet splash reboot=h
initrd /boot/initrd.img-2.6.12-10-386
savedefault
boot
This line will be 686 if you've installed the 686 kernel, or k7 with the AMD kernel.
Save and reboot, and the reboot issues should be gone!
This bug will be fixed by default in breezy.
A lot of people have reported reboot issues with Toshiba computers. If one tries to reboot, the system goes through the shutdown procedure, and then goes to a black screen. You have to turn the computer on and off to successfully reboot. While not that bad of a problem, it is kind of annoying, and didn't exist in Hoary.
Thankfully, there is a quick fix to this problem.
First, open up a terminal and type the following:
sudo gedit /boot/grub/menu.lst
Next, maximize the gedit window. Gedit's word wrapping will mess up this file, and its needed to boot your system!
After this, find the line that looks like:
title Ubuntu, kernel 2.6.12-10-386
root (hd0,2)
kernel /boot/vmlinuz-2.6.12-10-386 root=/dev/hda3 ro quiet splash
initrd /boot/initrd.img-2.6.12-10-386
savedefault
boot
Add the parameter "reboot=h" to the end of the kernel line, so it looks like this:
title Ubuntu, kernel 2.6.12-10-386
root (hd0,2)
kernel /boot/vmlinuz-2.6.12-10-386 root=/dev/hda3 ro quiet splash reboot=h
initrd /boot/initrd.img-2.6.12-10-386
savedefault
boot
This line will be 686 if you've installed the 686 kernel, or k7 with the AMD kernel.
Save and reboot, and the reboot issues should be gone!
This bug will be fixed by default in breezy.