Page 1 of 1

[SOLVED] Unable to reboot (reboot freezes)

Posted: 02 Jan 2015, 14:08
by Michele13
Distro: Porteus-v3.1 32-Bit
Kernel: 3.17.4-porteus
Desktop Environment: lxQt
Modules loaded: kernel, core, xorg, lxqt, libreoffice, firefox, devel, printing

Shutdown works well but when I reboot the computer freezes, it gives no errors...it just says the "System Restart" message and then it freezes, ALT-CTRL-DEL not working, I just have to power down the machine.

Code: Select all

Linux porteus 3.17.4-porteus #1 SMP PREEMPT Fri Dec 12 16:04:56 Local time zone must be set-- i686 Intel(R) Celeron(R) M processor         1.50GHz GenuineIntel GNU/Linux

Re: Unable to reboot

Posted: 02 Jan 2015, 14:56
by beny
open console and type reboot as root or su if something goes wrong console may help you to debug,more message

Re: Unable to reboot

Posted: 03 Jan 2015, 12:53
by Michele13

Re: Unable to reboot

Posted: 05 Jan 2015, 13:17
by fanthom
i have seen this happening on one PC. for sure it's kernel related.
the only solution was to shutdown or use 64bit Porteus which was not affected by this bug.

Re: Unable to reboot

Posted: 05 Jan 2015, 15:02
by Michele13
will you fix it?

Re: Unable to reboot

Posted: 06 Jan 2015, 11:57
by fanthom
only kernel devs can fix it.

Re: Unable to reboot

Posted: 21 Feb 2015, 19:26
by Michele13
Can't you male a Porteus versione with an older kernel or a newer kernel that does not have that bug?

Re: Unable to reboot

Posted: 21 Feb 2015, 20:16
by francois
For the older kernel see:
http://dl.porteus.org/i486/archive/
If this does not work, there is a need in a future kernel. We do not build the kernerls. See:
https://www.kernel.org/

Re: Unable to reboot

Posted: 23 Feb 2015, 09:32
by Michele13
Could be possible to release a version with a new kernel? Porteus 3.1.1

Re: Unable to reboot

Posted: 23 Feb 2015, 12:07
by francois
Did you try the older kernel of 3.01?

have to replace vmlinuz and 000-kernel.xzm

Re: Unable to reboot

Posted: 24 Feb 2015, 02:20
by brokenman
You can download the 3.19 kernel from kernel.org and follow instructions here: http://www.porteus.org/tutorials/20-dev ... ernel.html

Re: Unable to reboot

Posted: 01 Mar 2015, 15:13
by Rava
^
Thanks for the info. I am on LinuxQuestions.org (as well as on linuxforums.org, so we could all .... pimp Porteus there a bit xD ) but what do you mean with "brokenmans answer one line below."

Do you refer to his above post? Then I get it, but when you refer to the linked post of user arniekat / and not post, but LQ blog entry "Slackware-14.1-GrSecurity/PaX Kernel" then I don't get it...

Re: Unable to reboot

Posted: 22 Apr 2015, 13:23
by Michele13
Ladies and Gentlemen I did it! I found a fix to the problem without changing kernel! :Yahoo!:
You can use the "reboot" boot parameter to teach the kernel how to reboot the system! the default value in some machines does not work, but there are others that possibly will. to use this boot parameter type "reboot=(something)" in the bootloader.

Accepted values are:

warm = Don’t set the cold reboot flag

cold = Set the cold reboot flag

bios = Reboot by jumping through the BIOS (only for X86_32)

smp = Reboot by executing reset on BSP or other CPU (only for X86_32)

triple = Force a triple fault (init)

kbd = Use the keyboard controller. cold reset (default)

acpi = Use the RESET_REG in the FADT

efi = Use efi reset_system runtime service

pci = Use the so-called “PCI reset register”, CF9

force = Avoid anything that could hang.

bold values are the ones that are more sure to work! :)

more info here: http://linux.koolsolutions.com/2009/08/ ... -restarts/