User Manual
152
Press F8 when your computer boots. Your system will go to Windows Advanced Options Menu and select
Safe Mode option to enter the safe mode.
Log on to your computer as an administrator.
Note: When your computer is in safe mode, you'll see the words Safe Mode in the corners of your monitor.
Edit the preferences.xml file located at <Installation_directory>/etc/client folder on the Client computer and
search the <shutdown_pause> tag as below example:
<?xml version="1.0" encoding="UTF-8"?>
<preference>
……
<action>
……
<shutdown>
<shutdown_pause>false</shutdown_pause>
</shutdown>
</action>
</preference>
Change <shutdown_pause> value from false to true. Save the preferences.xml file and restart your computer.
Login the PPBE page to check the setting.
Note: All shutdown or hibernation in safe mode will not take effect by events evoked currently.
Restart the service to apply new setting from the PowerPanel
®
Business Edition service of the Control
Panel/Administrator Tools/Services.
For Linux Users (Example for Ubuntu)
Press and hold the Shift key as your computer reboot to enter the GRUB screen. Press “e” key to edit the
GRUB command.
Lookup the commands similar to below examples. Append single parameter following the command as
‘root=UUIS=67f1e90f-d48b-40a3-9559-612cd821e4d1 ro quiet splash single’
linux /boot/vmlinuz-3.2.0-27-generic
root=UUIS=67f1e90f-d48b-40a3-9559-612cd821e4d1 ro quiet splash
$vt_handoff (skip…)
Press the Ctrl + x key or F10 key to restart the boot up process of your Linux Core in the runlevel1 mode.
(single user mode)
Note: These changes are not persistent. Any change to the kernel boot options made this way will only affect
the next boot and only if you start that boot by pressing either “Ctrl + x” or “F10” while still in GRUB edit
mode.
Edit the preferences.xml file located at <Installation_directory>/etc/client folder on the Client computer and
search the <shutdown_pause> tag as below example:
<?xml version="1.0" encoding="UTF-8"?>
<preference>
……