I stuck on installation in centos with some soft on error. How I can exit of installation proccess or reboot server?
Asked
Active
Viewed 3,478 times
0
-
What is a “soft on error”? Is the installer program still responding? – Gilles 'SO- stop being evil' Feb 19 '15 at 22:57
1 Answers
1
Try with the magic SysRq key.
The magic SysRq key is a key combination understood by the Linux kernel, which allows the user to perform various low-level commands regardless of the system's state. It is often used to recover from freezes, or to reboot a computer without corrupting the filesystem.
- Press and hold Alt
- Press and release the key labeled SysRq
- Press and release U. This saves any unsaved buffers to the disk, then forcibly remounts all filesystems read-only.
- Wait until you see a message “Emergency Remount R/O” on the console. If you can't see the console, wait until all disk activity has stopped.
- Press B and release the keys. Your computer will reboot.

Gilles 'SO- stop being evil'
- 829,060

YoMismo
- 4,015
-
IDK, isnot wrking PrntScrn+b or maybe its just because of laptop keyboard. – user103712 Feb 19 '15 at 09:01
-
You need to hold down Alt+PrntScrn+B. Either you missed the Alt key or you didn't post that in your comment. By the way, steps are: 1-Hold down the Alt and SysRq (Print Screen) keys. 2-While holding those down, type the following keys in order, several seconds apart: REISUB 3-Computer should reboot. – YoMismo Feb 19 '15 at 09:05
-
Yep, it works. but looks like I reboot myself . LOL. how to do it in KRDC? – user103712 Feb 19 '15 at 09:18
-
I don't think that will work remotley, you will either need to be in the physical machine or find/develop a program that launches that sequence remotely. – YoMismo Feb 19 '15 at 09:23
-
Trying to reboot VDS in hosting panel, but its not rebooting the OS so I get same stuck error , dont know what to do.... – user103712 Feb 19 '15 at 09:49
-
@user103712 On a laptop, see http://unix.stackexchange.com/questions/39852/sysrq-wont-reboot-with-a-keystroke-but-will-with-echo-b-proc-sysrq-trigge/39854#39854 – Gilles 'SO- stop being evil' Feb 19 '15 at 22:53