Bug 18955 - Reboot and shutdown hangs Toshiba Satellite 2655XDVD
Summary: Reboot and shutdown hangs Toshiba Satellite 2655XDVD
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: kernel
Version: 7.0
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Bill Nottingham
QA Contact: Dale Lovelace
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2000-10-12 13:18 UTC by Need Real Name
Modified: 2014-03-17 02:16 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2000-10-14 22:02:40 UTC
Embargoed:


Attachments (Terms of Use)

Description Need Real Name 2000-10-12 13:18:23 UTC
Whenever any of the following commands are run on a Toshiba Satellite
2655XDVD, the shutdown process executes correctly, but then the display
blanks and the system hangs. Only way to recover is to remove power and
battery.

Commands:

# reboot
# halt
# shutdown -r now
# shutdown -h now

Comment 1 Alan Cox 2000-10-14 22:02:40 UTC
Thats kind of hard for us to do anything about, at the point it hangs the
control has been handed back from Linux to the firmware, and its up to the
firmware to reboot a box correctly. There are some possible workaround helpers
as Linux lets you pick multiple reboot methods to try and deal with broken
bioses/hardware

You can do
	reboot=X,Y

where X is
	hard - reboot by reset line
	bios - reboot by bios vector

and Y is
	warm - warm boot, (ctrl-alt-del like)
	cold - cold boot (power on like)

So if you boot

LILO: linux reboot=bios,warm

and see if that works you can hopefully find one boot sequence that doesnt trip
the bugs in your laptop. The append="reboot=..." option in /etc/lilo.conf will
let you set it by default by adding

	append="reboot=bios,warm"

into lilo.conf for the Linux image

Then rerun lilo

Alan



Note You need to log in before you can comment on or make changes to this bug.