Help needed for Linux reboot

Post Reply
scotte
Posts: 15
Joined: Mon Jun 22, 2009 11:02 pm

Help needed for Linux reboot

Post by scotte »

I have discovered that Windows XP and Windows 7 both successfully signal the pc to reboot when the reboot option is selected in Windows.

But under Linux - Ubuntu through 9.04, and CentOS through 5.3, even with a recent BIOS upgrade, the PC hangs when Linux says it is rebooting. I need to manually press the power switch to shut down the system.

I have yet to try with any of the *BSD family.

Thoughts? Inisghts?

Thanks.

Mylife
Posts: 66
Joined: Sun Jun 07, 2009 6:38 pm

Re: Help needed for Linux reboot

Post by Mylife »

the PC hangs when Linux says it is rebooting. I need to manually press the power switch to shut down the system
1) Open menu.lst :

Code: Select all

$ sudo gedit /boot/grub/menu.lst
2) Add reboot=b at the end of the line # defoptions=quiet splash (keep the line commented) :

Code: Select all

# defoptions=quiet splash reboot=b
3) Save and close gedit and type :

Code: Select all

$ sudo update-grub
4) And eventually :

Code: Select all

$ sudo halt
5) Wait for the fit-pc2 to shutdown.
6) Press the power switch on. You're now able to reboot.
7) You can read the whole story here : http://www.fit-pc2.com/forum/viewtopic.php?f=9&t=301

Post Reply

Return to “Linux on fit-PC2”