Views
-
Shutdown
xen-shell> status Guest : Running xen-shell> shutdown xen-shell> status Guest : Shutdown
-
Boot into rescue mode (i.e. "rescue")
xen-shell> rescue console Running console for 708 - exit with Ctrl+] (You might need to press return a couple of times to see activity.) #
-
Mount drive read-write
# mount -o remount,rw /
-
Set password
# passwd Enter new UNIX password: Retype new UNIX password: passwd: password updated successfully
-
Mount drive read-only
# mount -o remount,ro /
-
Sync device
# sync; sync
-
Shutdown
# halt -f System halted. Connection closed. xen-shell>
-
Boot OS normally
xen-shell> boot