
Re: Help needed for Linux reboot
Quote:
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:
$ sudo gedit /boot/grub/menu.lst
2) Add
reboot=b at the end of the line
# defoptions=quiet splash (keep the line commented) :
Code:
# defoptions=quiet splash reboot=b
3) Save and close gedit and type :
4) And eventually :
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 :
viewtopic.php?f=9&t=301