SlideShare a Scribd company logo
Survey of Operating Systems 5th Edition Holcombe
Solutions Manual install download
https://testbankfan.com/product/survey-of-operating-systems-5th-
edition-holcombe-solutions-manual/
Download more testbank from https://testbankfan.com
We believe these products will be a great fit for you. Click
the link to download now, or visit testbankfan.com
to discover even more!
Survey of Operating Systems 5th Edition Holcombe Test
Bank
https://testbankfan.com/product/survey-of-operating-systems-5th-
edition-holcombe-test-bank/
Understanding Operating Systems 5th Edition McHoes
Solutions Manual
https://testbankfan.com/product/understanding-operating-
systems-5th-edition-mchoes-solutions-manual/
Understanding Operating Systems 5th Edition McHoes Test
Bank
https://testbankfan.com/product/understanding-operating-
systems-5th-edition-mchoes-test-bank/
Operating Systems 3rd Edition Nutt Solutions Manual
https://testbankfan.com/product/operating-systems-3rd-edition-
nutt-solutions-manual/
Operating Systems 3rd Edition Deitel Solutions Manual
https://testbankfan.com/product/operating-systems-3rd-edition-
deitel-solutions-manual/
Understanding Operating Systems 7th Edition McHoes
Solutions Manual
https://testbankfan.com/product/understanding-operating-
systems-7th-edition-mchoes-solutions-manual/
Understanding Operating Systems 8th Edition McHoes
Solutions Manual
https://testbankfan.com/product/understanding-operating-
systems-8th-edition-mchoes-solutions-manual/
Modern Operating Systems 4th Edition Tanenbaum
Solutions Manual
https://testbankfan.com/product/modern-operating-systems-4th-
edition-tanenbaum-solutions-manual/
Survey of Accounting 5th Edition Edmonds Solutions
Manual
https://testbankfan.com/product/survey-of-accounting-5th-edition-
edmonds-solutions-manual/
Survey of Operating Systems — Fifth Edition
Instructor Manual
IM-7 | 1
Chapter 7
Supporting and Troubleshooting Windows
In this chapter, students will look under the Windows desktop at some of the complexity of the
Windows operating system, including the registry, the Windows user options, power options, and
various ways to start up Windows for resolving problems, as well as working with device drivers
and troubleshooting. At the end of the lesson students should be able to:
LO 7.1 Define the role of the registry in Windows and back up and modify the registry when
needed.
LO 7.2 Describe the Windows user options and power options, and, given a scenario, select
appropriate startup options.
LO 7.3 Install and manage device drivers.
LO 7.4 Troubleshoot common Windows problems.
Estimated time for lesson: 3 to 4 hours
Preparing for Class
At minimum, the students should have computers configured with Windows 7, Windows 8.x or
Windows 10. Each student should be able to log on with an administrator type account.
Prerequisites for Class
Ensure that the students are:
• Able to access a running lab computer either individually or in small groups
• Able to browse the Internet and capable of using a web browser
• Able to access a computer running Windows, preferably Windows 7
Class Preparation Notes
While there are no hands-on activities that will be as time-consuming as the installation labs of
some of the early chapters, you should take time beforehand to review the five Step-by-Step
exercises and four Try This activities on a computer configured identically to the students'
computers to determine where your group of students might have difficulty.
General Teaching Tips
This chapter moves from the conceptual to the practical, while maintaining the “survey” level.
The goal of this chapter is to give users enough understanding of the workings of Windows to
enable them to use some of the simpler recovery tools, but to also understand the boundaries
between recovering from a disaster and creating a disaster by attempting to do advanced tasks
without the requisite knowledge. This caution especially applies to the first section; where we
want the students to understand the registry and its components but not to get bold about making
direct changes. It includes a Try This (page 268) in which they open Registry Editor, and a Step-
Chapter 6 Under the Windows Desktop
IM-7 | 2
by-Step that has them use System Restore as a simple way to back up the system, including the
registry. In the second section students learn about the Windows User and Power options and the
shut down and startup procedures for Windows 7, Windows 8.x, and Windows 10. Then, they
move on to working with device drivers, with a Try This for searching for a device driver on the
Web and a Step-by-Step in which they become acquainted with Device Manager. The section on
troubleshooting gives them hands-on experience with Safe Mode.
Key Terms
binary file — A file that contains program code, as opposed to a file containing data.
bootloader — The Windows OS startup code that gets loaded in memory.
bootstrap loader — A firmware program that uses hardware configuration settings stored in
nonvolatile memory (commonly called CMOS) to determine what devices can start an OS
and the order in which the system will search these devices while attempting to begin the OS
startup process.
code signing — A practice introduced in Windows 2000 in which all of the operating system
code is digitally signed to show that it has not been tampered with.
Command Prompt—A command-line interface (CLI) that you can launch from within
Windows, from Safe Mode, or as a Recovery option.
Consent Prompt — A prompt requesting permission from an administrator to proceed with
an action that requires administrator privileges.
Credentials Prompt — A prompt requesting that a standard user provide computer
administrator credentials before granting permission to proceed with an action that requires
administrator privileges.
data type — A special data format in the Windows registry. There are several registry data
types, such as REG_BINARY, REG_DWORD, and so forth.
Device Stage — A Windows 7 feature which, if the device supports it, will bring up a page
from which you can make many choices for managing the device, and it often includes an
accurate image of the device.
digital signature — In Windows, encrypted data that can be unencrypted by Windows in a
process called file signature verification.
driver signing — Code signing of device drivers that indicates two things: the integrity of
the file or files, and that the device driver has passed Microsoft’s tests for compatibility.
Early Launch Anti-Malware (ELAM) — A security component that examines each of the
device drivers before they load into memory, thus preventing suspicious drivers from
loading.
Fast Boot — A start-up feature that takes advantage of the hibernated kernel of the Windows
8 Hybrid Shutdown by bring the hibernated system session out of hibernation, saving all the
work of the Kernel Loading phase.
file signature verification — The process by which Windows unencrypts a digital signature
and verifies that the file has not been tampered with in any way.
Survey of Operating Systems — Fifth Edition
Instructor Manual
IM-7 | 3
Hibernate — The process of saving to disk an image of the contents of RAM, including the
OS, open apps, and all the associated data before the OS sends the command to power down
the computer.
hive — The portion of the Windows registry represented in one registry file.
Hybrid Shutdown — In Windows 8, when you select Shutdown from the Power menu it 1)
sends messages to all running apps to save data and settings and then it shuts down the apps,
2) closes the session for each logged-on user, and 3) hibernates the Windows session and
saves it in a file.
key — In the Windows registry, a folder object that may contain one or more sets of settings
as well as other keys.
Last Known Good Configuration — A startup option that starts Windows normally and
selects the configuration that existed at the last successful user logon, ignoring changes made
after the last logon.
logon phase — The phase of startup that includes authenticating the user, starting the
Windows Logon service, runs existing logon scripts during program startup, and starts plug-
and-play detection.
Measured Boot — A UEFI firmware feature that logs the start-up process so antimalware
software can analyze this log to determine if malware is on the computer or if the boot
components were tampered with.
MSCONFIG — The System Configuration Utility, a Windows tool for modifying system
start-up, allows you to modify and test start-up configuration settings without having to alter
the settings directly. It allows you access to settings buried within the registry and allows you
to make the changes temporary or permanent.
plug and play — The ability of a computer to automatically detect and configure a hardware
device. To work, the computer, the device, and the OS must all comply with the same plug
and play standard.
power-on self-test (POST) — A series of firmware program tests of the system hardware
that determines the amount of memory present and verifies that devices required for OS
startup are working.
PowerShell — A command-line interface (CLI) that accepts text input and also accepts
objects, as defined by object-oriented programming.
registry — A database of all configuration settings in Windows.
root key — In the Windows registry, the top five folders are root keys, often called subtrees
in Microsoft documentation. Each of these subtrees is the top of a hierarchical structure
containing folders called keys.
Safe Mode — A mode for starting Windows with certain drivers and components disabled.
Safe Mode with Command Prompt — A mode for starting Windows with only a command
prompt as a user interface.
Secure Boot — The UEFI firmware feature that loads only trusted operating system
Chapter 6 Under the Windows Desktop
IM-7 | 4
bootloaders.
security ID (SID) — A unique string of numbers preceded by S-1-5 that identifies a security
principal in a Windows security accounts database.
Sleep — The sleep power option causes the computer to stay on in a very-low-power mode;
the system state and user session (applications and data) are saved in RAM, but the screen
turns off.
subkey — In the Windows registry, a key that exists within another key.
System Recovery Command Prompt — An advanced command-line interface where you
can enter commands to repair Windows.
Trusted Boot — A Windows 8 feature that examines each of the system files required for
the boot process before it loads into memory.
value entry — A setting within a Windows registry key.
Windows Recovery Environment (Windows RE) — A component of Windows PE that,
when needed, provides support with a powerful group of diagnostic and repair tools.
Survey of Operating Systems — Fifth Edition
Instructor Manual
IM-7 | 5
Lecture Outline
I. LO 7.1 Understanding the Registry
Teaching Tip:
Before you begin, do the Try This on page 265 so that hidden files and extensions are visible
in Windows Explorer/File Explorer. Then start out the lecture with Windows Explorer/File
Explorer open and be prepared to locate the registry files as you discuss them. Have the
students do the Try This so that they can see the files discussed. Then, a Try This activity
involves running Registry Editor in order to view the registry structure.
The objective of this section is to give the students an understanding of the function of the
registry, its pieces and parts, and the location of registry hive files. Discourage students from
actually modifying the registry. The text should help them understand that many things they
do day-to-day actually modify the registry. Step-by-Step 7.01 guides them through using
System Restore to create a restore point, an indirect way to back up the entire registry and
more. This section concludes with a brief description of how to back up just a portion of the
registry using Registry Editor.
A. The Registry Defined
1. The registry is a database of all configuration settings in Windows. It
includes settings for:
i) Device drivers
ii) Services
iii) Installed application programs
iv) Operating system components
v) User preferences
B. Automatic Registry Changes
1. Any change to the operating system or an installed application will result
in a change in the registry. The registry will automatically be changed
when:
i) Windows starts up or shuts down
ii) During Windows Setup (which runs more often than you may
think)
iii) Changes are made through a Control Panel applet or the newer
Settings tool
Chapter 6 Under the Windows Desktop
IM-7 | 6
iv) A new device is installed
v) Any changes are made to the Windows configuration
vi) Any changes are made to a user's desktop preferences
vii) An application is installed or modified
viii) Changes are made to preferences in any application
Teaching Tip:
If you have not done so already, have students do the Try This on page 265. Tell students that
in order to see all the registry files they must change the View settings in Folder Options:
Enable Show hidden files, folders, and drives and clear the check box next to Hide protected
operating system files. Both of these settings are required to view these files. However, warn
them that they should return these settings to the default. At minimum click to place a check
in the checkbox for Hide protected operating system files.
C. Registry Files
1. The Windows registry files include the following:
i) BCD
ii) DEFAULT
iii) NTUSER.DAT
iv) SAM
v) SECURITY
vi) SOFTWARE
vii) SYSTEM
2. The portion of the registry in each of these files is a hive.
i) The BCD (Boot Configuration Database) file resides in the Boot
folder in the hidden system partition. Like other registry files it is a
binary file. It contains the store used by Windows during the
bootloader phase of startup.
ii) The DEFAULT hive contains user desktop settings, called a user
profile, used when no user is logged on. You do need desktop
settings for the GUI even before you log on. The default profile is
contained in folders that reside in C:usersdefault. In this case,
default is a hidden folder.
Survey of Operating Systems — Fifth Edition
Instructor Manual
IM-7 | 7
iii) The NTUSER.DAT hive file contains the user profile for a single
user. A separate NTUSER.DAT file exists for each user who logs
onto the computer, as well as one located in the DEFAULT USER
folder. When a user logs on, the settings from that user's
NTUSER.DAT file apply and become part of the current registry.
The first time a user logs onto a computer, It saves the
NTUSER.DAT file in the top-level personal folder for that user.
iv) The SAM hive contains the local security accounts database; SAM
is an acronym for Security Accounts Manager.
v) The SECURITY hive contains the local security policy settings for
the computer.
vi) The SOFTWARE hive contains configuration settings for software
installed on the local computer, along with various items of
miscellaneous configuration data.
vii) The SYSTEM hive contains information used at startup, including
device drivers to load as well as the order of their loading, and
configuration settings, the starting and configuring of services, and
various operating system settings.
3. The Permanent Portions of the Registry are the Registry Hives (see above)
with all the changes saved from use to use.
4. The Temporary Portion of the Registry
i) HKEY_LOCAL_MACHINEHardware
ii) Information gathered during the hardware detection process of the
detect-and-configure-hardware phase of Windows startup. It is not
saved to disk in a file.
D. Viewing and Editing the Registry
Teaching Tip:
Open REGEDIT during this part of the lecture, and instruct the students to follow the
instructions in the Try This on page 268 to open this program and view the registry structure.
Then demonstrate the hierarchical structure of the registry and point out the key points. This
section has several key terms. Be sure to use the text and the REGEDIT program to
differentiate among these registry components.
1. View and edit the registry as a hierarchical structure using
REGEDIT.EXE.
i) REGEDIT is located in the folder in which Windows is installed
Chapter 6 Under the Windows Desktop
IM-7 | 8
(usually C:Windows or CWINDOWS)
ii) It does not have a shortcut on the Start menu.
a) It should not be too handy
b) Start it from the Search box or the Run box
iii) Navigation of registry folder is similar to disk folders
iv) Key — a folder object containing settings and other keys
v) root keys — five folders at the top of the hierarchy. See Table 7-2
on Page 247 for description of contents of each root key
vi) value entry — settings within a key
vii) data type — the specific format of a value entry. See Table 7-3 on
Page 269 for a short list and description of data types.
E. Backing Up the Registry
1. Creating a Restore Point
i) Step-by-Step 7.01: Creating a Restore Point
Teaching Tip:
Step-by-Step 7.01 guides students through using System Restore to create a restore point, an
indirect way to back up the entire registry and more. This exercise works in Windows 7,
Windows 8.x, and Windows 10. The System Properties dialog box is available in all three,
but it will only open in Windows 8.x and Windows 10 by launching sysdm.cpl from the Run
box. This is Step 1. If students have trouble with this, have them double check their spelling.
2. Use REGEDIT to Back Up the Registry
a) Back up using Registry Editor’s Export Registry File
option.
1) Select Computer to back up all
2) Select a key to back up portion
b) Double-click on the new .REG file to restore it.
Teaching Tip:
Take time to expand on the Warning on the top of page 272.
Survey of Operating Systems — Fifth Edition
Instructor Manual
IM-7 | 9
II. LO 7.2 Windows User and Power Options
Teaching Tip:
This section is organized under User Options and Power Options, with the bulk of the
content under Power Options. Explain that at every startup the Windows OS is "rebuilt" from
the ground up through six phases. The exception is a Windows 8/8.1/10 Fast Boot, which can
only occur after a Windows Hybrid Shutdown. The advent of Hybrid Shutdown and Fast Boot
in Windows 8 and newer is the reason the authors describe Shutdown before startup in this
section.
A. Windows 7 combined both the user options and power options on one menu
B. Windows 8/8.1/10 separate these options
C. User Options
1. Windows 8/8.1 user options are in the User menu accessed from the User
tile on the Start screen. In Windows 10, access the User menu from the
User tile on the top of the Start menu.
2. Windows 8.1 User menu
i) Change account picture (Opens the Your Account page in Settings)
ii) Lock
iii) Sign out
3. Windows 10 User menu
i) Change account settings (Opens the Your Account page in
Settings)
ii) Lock
iii) Sign out
D. Power Options
1. Windows 7 from Start menu
i) Sleep
ii) Hibernate (only if configured for this)
iii) Shutdown
Chapter 6 Under the Windows Desktop
IM-7 | 10
iv) Restart
Discussion Point:
Point out the Note on page 274. This Note explains how to use a Restart as a
troubleshooting/problem resolution tool.
2. Windows 8/8.1/10 from Power button on Start screen (Windows 10 Start
menu)
i) Sleep
ii) Hibernate (only if configured for this)
iii) Shutdown
iv) Restart
3. Sleep
i) The computer stays on in a very-low-power mode; the system state
and user session (applications and data) are saved in RAM, but the
screen turns off.
ii) Use Sleep when you must briefly interrupt your work on a laptop
or tablet, as when you board a plane
iii) Do not use Sleep for lengthy periods because when the battery runs
down, Sleep mode ends
4. Hibernate
i) Windows saves to disk an image of RAM, including the OS, open
apps, and all associated data
ii) Use Hibernate when you would use Sleep, except that Hibernate
does not require power.
iii) It takes a bit longer to restore from Hibernate than from Sleep.
5. The Windows 7 Shutdown
i) When you select Shutdown, Windows:
a) Sends messages to all running apps to save data and
settings
b) Closes the session for each logged-on user
Survey of Operating Systems — Fifth Edition
Instructor Manual
IM-7 | 11
c) Sends a shutdown message to all running services and then
shuts them down
d) Sends a shutdown message to all devices
e) Closes the operating system’s session
f) Writes pending data to the system drive
g) Sends a signal to power down the computer
6. Windows 8, 8.1, and Windows 10 Hybrid Shutdown
i) Select Shutdown from the Power menu, Windows:
a) Sends messages to all running apps to save data and
settings, and then shuts down the apps
b) Closes the session for each logged-on user
c) Hibernates the Windows session and saves it in a file. It
does not Hibernate the User session.
d) [Sends a signal to power down the computer]
Teaching Tip:
Oops! The authors left out the last step of Hybrid Shutdown in the book. This was added by
the authors in the PPT slides and entered into the final PDF for revision at a later printing.
7. Restart
i) When you select Restart, all Windows versions discussed here do a
full shutdown and a full system start up
ii) Important to know because Restart seems slower on a Windows 8
or newer computer than a cold boot does because it doesn’t do the
Hybrid shutdown or the Windows Fast Boot (description coming)
E. Windows 7 Startup Phases
1. Power-On Self-Test
i) Initiated by power up or restart
ii) CPU loads the BIOS programs beginning with the Power-On Self-
Test (POST)
Chapter 6 Under the Windows Desktop
IM-7 | 12
a) Tests system hardware
b) Determines the amount of memory present
c) Verifies that devices required for OS startup are working
d) Loads configuration settings from CMOS memory into
main system memory
e) During the POST, the BIOS (very) briefly displays
information on the screen as it tests memory and devices
2. Initial Startup
i) BIOS code uses CMOS settings to determine what devices are
usable to start an OS, and the order in which the system will search
these devices in attempting to begin the OS startup process.
ii) Loads the MBR from the first physical sector of the first hard disk.
(If booting from hard disk)
iii) MBR code loads boot sector from the primary active partition on
the first hard disk.
iv) Boot code from the boot sector identifies the file system, locates
the boot loader file, and loads it into memory.
3. Bootloader
i) Windows 7, Windows 8, and Windows 10 Boot Loader Phase
a) BOOTMGR is boot loader
1) Loads the Boot Configuration Database (BCD)
2) Loads the OS loader boot program,
WINLOAD.EXE
Discussion Point:
If students are still using Windows XP and are familiar with how Windows XP starts up,
point out that the Windows BOOTMGR and WINLOAD.EXE files together replace the
functions of the old NTLDR file in Windows XP. Newer versions of Windows do not need
NTLDR, BOOT.INI, and NTDETECT.COM, but these files will be present on a computer that
multi-boots between Windows XP or Windows Vista and a newer Windows version.
4. Detect and Configure Hardware
i) Scans the computer’s hardware
Survey of Operating Systems — Fifth Edition
Instructor Manual
IM-7 | 13
ii) Creates a hardware list for later inclusion in the registry
5. Kernel Loading
i) NTOSKRNL.EXE loads into memory
ii) Hardware information passes to kernel
iii) Hardware abstraction layer (HAL) file loads into memory
iv) System portion of the registry loads
v) Drivers required at startup load
vi) Kernel initializes required services and drivers
vii) Kernel loads other components and switches Windows from text
mode to graphics mode
viii) Session manager starts user-mode Windows code (CSRSS.EXE)
ix) Creates virtual memory paging file (PAGEFILE.SYS)
x) Starts the Windows logon service (WINLOGON.EXE)
6. Logon
Teaching Tip:
Emphasize that much happens during the logon phase in addition to logon.
a) User Logon
b) Program Startup
c) Plug and Play Detection
F. Windows Secure Boot and Fast Boot
1. Firmware Startup
i) When computer is turned on, CPU loads firmware into memory
and POST occurs regardless of OS installed because it’s before OS
installation
ii) Secure Boot is the UEFI firmware feature that loads only trusted
OS bootloaders
iii) While Windows proceeds with startup to the point when
Chapter 6 Under the Windows Desktop
IM-7 | 14
antimalware software loads, a UEFI firmware feature, Measured
Boot, logs the process and antimalware software can analyze this
log
2. Trusted Boot [and ELAM]
i) A Windows 8 feature that examines each system file of the boot
process before it loads
ii) Another security component, Early Launch Anti-Malware (ELAM)
does the same for all device drivers.
3. Fast Boot
i) Takes advantage of the hibernated kernel of the Windows 8 Hybrid
Shutdown.
ii) Fast Boot simply brings the hibernated system session out of
hibernation
iii) On a computer with multiple cores, they work in parallel when
processing the hibernation file.
G. Modifying System Startup
1. Modifying System Startup for Windows 7, Windows 8x, and Windows 10
i) Boot configuration database (BCD) is a hidden part of the registry
a) C:BOOTBCD
b) Contains
1) Locale information
2) Location of the boot disk
3) Location of the Windows files
4) Other startup information
ii) View contents of BCD and directly edit using BCDedit
iii) Through the GUI in Startup and Recovery dialog (in Step-by-Step
7.02)
Teaching Tip:
Step-by-Step 7.02 Modifying Windows System Startup Point out that, as with previous
Survey of Operating Systems — Fifth Edition
Instructor Manual
IM-7 | 15
versions of Windows, you can modify some startup settings through the GUI, which this
exercise demonstrates. Beginning in Step 4, they will also run BCDedit to see the contents of
BCD, including the change made through Startup and Recovery.
III. LO 7.3 Installing and Managing Device Drivers
Teaching Tip:
Allow the students the few minutes required to complete the Try This on page 282. If this is
not possible, demonstrate it for them.
A. Installing Device Drivers
1. Windows comes with a huge cache of device drivers, now mostly
available online
2. Windows and virtually all devices for PCs are plug and play
3. Some devices require that you install the driver and companion software
before connecting the device.
4. Always read the instructions for the device
5. Permissions
i) Administrator privileges required to install any device driver in
Windows.
a) In Windows 7, and Windows 8 you must respond to a UAC
prompt (Consent Prompt or Credentials Prompt).
ii) Unplugging (disconnecting) a device does not uninstall the driver.
Teaching Tip:
Recommend that students use Safely Remove Hardware before unplugging storage devices.
6. Working with Signed versus Unsigned Device Drivers
i) Code signing
a) Use of a digital signature as Microsoft’s seal of approval on
program code
b) Digital signature is encrypted data placed in the file
1) Process called file signature verification.
Chapter 6 Under the Windows Desktop
IM-7 | 16
2) It includes information that allows the OS to detect
if the file has been altered
3) Digital signature is unencrypted by Windows in file
signature verification
ii) Driver signing is code signing of device drivers.
iii) Default: cannot install unsigned drivers in 64-bit Windows 7, 8, or
in Windows 10.
B. Managing Installed Devices
1. Devices and Printers page
i) User-friendly
ii) Overview of most obvious devices
iii) Access to Properties and other appropriate tools
iv) Many newer devices support the Device Stage feature
2. Windows 8.1 PC Settings
i) Devices page lists printers and other devices.
3. Windows 10 Settings
i) In Settings, click or tap Devices and then select the type of device
you want to add or remove.
ii) Links let you launch Device Manager or Devices and Printers. This
may change as Microsoft continues to upgrade Windows 10.
4. Using Device Manager to manage Device Drivers
i) View and change device properties
ii) Update device drivers
iii) Configure Device settings
iv) Uninstall devices
v) Roll back driver update
Teaching Tip:
Survey of Operating Systems — Fifth Edition
Instructor Manual
IM-7 | 17
Step-by-Step 7.03 Getting to Know Device Manager This exercise has you first create a
desktop shortcut to Device Manager. Once students complete Step 4, have them drag the new
shortcut to the taskbar to pin it there. Then delete the desktop shortcut. If you are “lucky,”
Device Manager will create a teaching moment by revealing a problem with a device. Be
prepared for such a moment by testing this exercise on the lab computers before class and
determining a course of action so that you can demonstrate how to solve any discovered
problem. Try to hold off on solving the problem until you move into the Troubleshooting
section.
IV. LO 7.4 Using Windows Troubleshooting and Recovery Tools
A. For Startup Failures: The Windows Recovery Environment
1. Windows RE is a group of diagnostics and repair utilities in the Windows
Preinstallation Environment (Windows PE), the scaled-down Windows
OS that supports the Windows Setup GUI (and the recovery environment).
2. Computer manufacturers who preinstall Windows can add their own repair
tools to Windows RE
B. Troubleshooting with Modified Startups
1. The Advanced Boot Options Menu
i) Repair Your Computer (Windows 7) loads Windows PE with the
Windows Recovery Environment (Windows RE) System Recovery
Options.
Discussion Point:
The Windows 7 System Recovery Options screen is shown in Figure 7-13 on page 288 in
Chapter 4 followed by a brief description of each option.
a) Startup Repair
b) System Restore
c) System Image Recovery
d) Windows Memory Diagnostic
e) Command Prompt
ii) Safe Mode (three variants)
a) Safe Mode — loads only basic, non-vendor-specific drivers
Discussion Point:
Chapter 6 Under the Windows Desktop
IM-7 | 18
If Windows will not start normally, but starts up in Safe Mode, see Discussion Point under
Safe Mode with Networking to determine if the problem is related to a network component
(usually the network adapter card). Then use Device Manager (in Safe Mode) to try to
determine the problem.
b) Safe Mode with Networking — like Safe Mode, but with
network support
Discussion Point:
If Windows will not start normally, but starts up in Safe Mode, then restart and select Safe
Mode with Networking. If it will not start in Safe Mode with Networking after previously
starting in Safe Mode, the problem is related to a network component (usually the network
adapter). If the problem appears immediately after installing a new adapter driver, uninstall
it and find a new driver. If it appears after an upgrade of the driver, open Device Manager in
Safe Mode and roll back the driver.
c) Safe Mode with Command Prompt — Safe Mode with only
a command prompt as a user interface
Discussion Point:
If Windows will not start normally, and will not start Safe Mode, then restart and select Safe
Mode with Command Prompt.
1) Troubleshoot for a problem with a GUI component
iii) Enable Boot Logging
a) Turns on boot logging and start Windows normally
b) Read the NTBTLOG.TXT file looking for a device driver
that did not load
iv) Enable Low-Resolution Video (640x480)
a) Starts Windows normally, with lowest resolution video
mode using installed video driver
b) Use to reverse a change that made Windows GUI unusable
v) Last Known Good (LKG) Configuration
a) Starts Windows normally, selecting the configuration from
the last successful user logon
b) Only works if you did not restart and log on since making
the change.
vi) Directory Services Restore Mode — only for Windows Servers in
domain controller role
Survey of Operating Systems — Fifth Edition
Instructor Manual
IM-7 | 19
vii) Debugging Mode — very advanced (may be obsolete)
viii) Disable Automatic Restart on System Failure (Windows 7, 8.x,
And 10)
ix) Disable Driver Signature Enforcement (Windows Vista and
Windows 7)
x) Start Windows Normally
xi) Return to OS Choices Menu (Multi-Boot Only)
Teaching Tip:
Step-by-Step 7.04 Using Windows 7 in Safe Mode
This exercise gives the students experience restarting Windows in Safe Mode, and has them
browse through Windows Help and Support, which displays by default in Safe Mode in
Windows 7. This shows them the recovery tools they can easily access while in Safe Mode.
C. The Advanced Startup Options in Windows 8, 8.1, and Windows 10
1. Good practice to try the Windows 8 Advanced Startup options available
through the General page of Windows 8 PC Settings
Teaching Tip:
Step-by-Step 7.05 Exploring Windows 8 and 8.1 Advanced Options will walk students
through a tour of the Windows 8 Advanced Startup Options
2. Windows 8 Refresh Recovery Option
i) Step 3 in Step-by-Step 7.05 shows an option labeled Refresh your
PC.
ii) It refreshes the OS without affecting your files
iii) A quick solution to a scenario that previously required advanced
tasks and much time
iv) Refresh option saves user accounts, personal files, personal
settings, all your installed apps that came with Windows 8 and 8.1,
any apps purchased through the Windows Store, and your
important settings.
3. Windows 8 Reset your PC Option
i) Much more drastic option than Windows 8 Refresh
ii) It removes everything and reinstalls Windows requiring you to
Chapter 6 Under the Windows Desktop
IM-7 | 20
enter a product key code
iii) Use this option if you no longer plan to use this computer such as
when giving it away, because if you keep it you’ll need to reinstall
everything that does not come with Windows
D. Troubleshooting with System Configuration Utility (MSCONFIG) and Task
Manager
Teaching Tip:
Open MSCONFIG, following the Try This on page 298, and give the students a tour of the
myriad settings they can modify. This is a great “what-if” tool for testing various scenarios
when troubleshooting. Be sure to point out that the Startup page that appears in the Windows
7 MSCONFIG is not present in Windows 8.x or Windows 10. A link in MSCONFIG in these
newer OSs will open the Startup page of Task Manager. This is an improved version of the
Startup page in MSCONFIG.
1. Executable name: MSCONFIG
2. GUI tool
3. Temporarily modifies system startup for testing scenarios
4. Works a little differently for Windows 7 than for Windows 8, 8.1, and 10
i) In Windows 7, the Startup tab contains a list of programs (shown
in Figure 7-15 on Page 297.
ii) In Windows 8, 8.1, and 10 the Startup tab only contains a link to
the Task Manager utility where a new Startup page contains the list
of programs.
E. Troubleshooting Device Problems
1. Device manager shows a yellow exclamation mark next to a device with a
problem
2. Problems include hardware, driver, or the ability of the OS to
automatically configure it
3. For more information double-click the device icon to open Properties
4. The Device Status box may recommend an action, such as updating
5. Check out Driver page for a device
i) If problem occurs after update, use Roll Back Driver
Survey of Operating Systems — Fifth Edition
Instructor Manual
IM-7 | 21
ii) Uninstall if you do not need a driver or if it is a problem
Project
Test startup options using System Configuration. From the Search menu, enter msconfig. When
System Configuration opens, click the Services tab, and notice that all the services are selected to
start. Do not make any changes. Then open the Startup tab (in Windows 8.x or newer open the
Startup page in Task Manager) and notice that all the items listed are selected to start. Now
return to the General tab and select Diagnostic startup. Go back to the Services and Startup tabs.
What has changed?
Time permitting, click OK to have Windows restart using the configuration you select. The
System Configuration utility box will close, but a System Configuration message box will open.
Select Restart. After the computer restarts, can you see a difference? You will need to run
msconfig again, select Normal startup, and click OK to restart normally.
You can also use System Configuration to restart your computer in Safe Mode. To do this, select
the Boot tab and select from the Boot options. Safe boot, Minimal is plain Safe Mode. Test the
various choices under Safe boot, but do not forget to select Normal startup for your final restart.
Project Solution
When you select Diagnostic startup all the services and startup items are deselected.
When you restart in Diagnostic restart, there will be differences in the GUI, but it is not as
obvious as it is in Safe Mode. However, all but the most critical services were not started, nor
have many problems that normally automatically start.
Assessment Quiz
This quiz will test the knowledge students have gained during the lesson.
Questions
1. In the Windows registry, a unique string of numbers preceded by S-1-5 is a
____________________.
2. Each user's top-level personal folder contains the file ____________________, a registry
hive with the user profile settings for that user.
3. Computers that come with Windows 8 or newer preinstalled must have
____________________ and must have its security features enabled to protect Windows 8
during the startup process.
4. Windows finds instructions to run programs and services during startup by looking at certain
locations in the ____________________.
5. If Windows detects a problem with a device, Device Manager will expand the device type,
and the problem device will have a/an ____________________ on the device icon.
6. If you make changes in System Configuration, before Windows will restart normally, you
need to return to the General page and select ____________________ startup.
7. The ____________________Advanced Boot Options menu choice does not work in a
desktop version of Windows.
Chapter 6 Under the Windows Desktop
IM-7 | 22
8. The ____________________ and ____________________ phases are common to all PCs,
not just to those running Windows.
9. Use ____________________ to quickly back up the entire Windows registry and more.
10. Windows 8 and newer Fast Boot takes advantage of the hibernated kernel of the Windows 8
____________________.
Answers
1. In the Windows registry, a unique string of numbers preceded by S-1-5 is a security ID
2. Each user's top-level personal folder contains the file ntuser.dat, a registry hive with the user
profile settings for that user.
3. Computers that come with Windows 8 or newer preinstalled must have UEFI firmware and
must have its security features enabled to protect Windows 8 during the startup process.
4. Windows finds instructions to run programs and services during startup by looking at certain
locations in the registry.
5. If Windows detects a problem with a device, Device Manager will expand the device type,
and the problem device will have an exclamation mark on the device icon.
6. If you make changes in System Configuration, before Windows will restart normally, you
need to return to the General page and select Normal startup.
7. The Directory Services Restore Mode Advanced Boot Options menu choice does not work in
a desktop version of Windows.
8. The power-on self test and initial startup phases are common to all PCs, not just to those
running Windows.
9. Use System Restore to quickly back up the entire Windows registry and more.
10. Windows 8 and newer Fast Boot takes advantage of the hibernated kernel of the Windows 8
Hybrid Shutdown.
Survey of Operating Systems — Fifth Edition
Instructor Manual
IM-7 | 1
Chapter 7 Textbook Solutions
Answers to Key Terms Quiz
1. hive
2. Device Stage
3. root key
4. logon phase
5. code signing
6. plug and play
7. binary file
8. MSCONFIG
9. Safe Mode
10. security ID (SID)
Answers to Multiple-Choice Quiz
1. Correct answer: C. User data files are not found in the registry.
A is not correct because device driver settings are found in the registry.
B is incorrect because services settings are found in the registry.
D is incorrect because user preferences are found in the registry.
E is incorrect because application program settings are found in the registry.
2. Correct answer: D. Registry is the name of the special database of settings that changes
whenever changes are made to Windows or installed application.
A is not correct because Microsoft SQL Server is not the name of this special database.
B is incorrect because Microsoft Excel is not the name of this special database.
C is incorrect because ntuser.dat is not the name of this special database.
E is incorrect because Default is not the name of this special database.
3. Correct answer: A. systemrootSystem32config is the location where Windows saves most
of the registry files.
Chapter 6 Under the Windows Desktop
IM-7 | 2
B is incorrect because D:Windows is not the location where Windows saves most of the
registry files.
C is incorrect because systemrootSystem32Registry is not the location where Windows
saves most of the registry files.
D is incorrect because systemrootWindows is not the location where Windows saves most of
the registry files.
E is incorrect because systemrootWINNT is not the location where Windows saves most of
the registry files.
4. Correct answer: D. Sleep is the Power option that saves both the system state and the user
session in memory.
A is incorrect because Fast Boot is not an option from the Power menu, but the normal
behavior of Windows 8 startup, following a Hybrid Shutdown.
B is incorrect because Hibernate is not by default a Power option. When it is available, it
saves both the system state and user session to disk, and does not require power to maintain
them.
C is incorrect because Hybrid Shutdown is not a Power menu option, but the normal behavior
of Windows 8 when you select Shutdown from the Power menu.
E is incorrect because Measured Boot is not a Power menu option but a UEFI firmware
feature.
5. Correct answer: B. Beginning in Windows 8, the contents of the Startup tab page in
MSCONFIG have been moved to Task Manager.
A is not correct because System Configuration is not where the contents of the Startup tab
page in MSCONFIG have been moved to.
C is incorrect because BCDedit is not where the contents of the Startup tab page in
MSCONFIG have been moved to.
D is incorrect because Windows RE is not where the contents of the Startup tab page in
MSCONFIG have been moved to.
E is incorrect because PowerShell is not where the contents of the Startup tab page in
MSCONFIG have been moved to.
Survey of Operating Systems — Fifth Edition
Instructor Manual
IM-7 | 3
6. Correct answer: D. Any member of the local Users group may disconnect or reconnect an
installed device. This is possible, because this action does not remove the device driver for
the device; it just makes the device unavailable.
A is incorrect because it is not true that only the Administrator account may disconnect or
reconnect an installed device.
B is incorrect because it is not true that only members of the Administrators group may
disconnect or reconnect an installed device.
C is incorrect because it is not true that only members of the Guests group may disconnect or
reconnect an installed device.
E is incorrect because it is not true that no one may disconnect or reconnect an installed
device.
7. Correct answer: B. Secure Boot is the UEFI security feature that loads only trusted operating
system bootloaders.
A is incorrect because Fast Boot is the Windows 8 default startup mode, not a UEFI security
feature.
C is incorrect because Measured Boot, while a UEFI security feature, is not the feature that
loads only trusted operating system bootloaders.
D is incorrect because Trusted Boot is a Windows 8 security feature that examines operating
system files, only allowing unmodified files to load.
E is incorrect because Early Launch Anti-Malware (ELAM) is a Windows 8 security feature
that examines device drivers only allowing unmodified drivers to load.
8. Correct answer: B. Roll back driver (also called driver rollback) is only available after an
installed driver updates.
A is not correct because Uninstall is available regardless of the update status of a driver.
C is incorrect because Disable is available regardless of the update status of a driver.
D is incorrect because Update driver is available regardless of the update status of a driver.
E is incorrect because Remove driver is not a feature of Device Manager.
9. Correct answer: A, BCD, is the registry hive file the bootloader uses during startup to locate
the operating system files it must load.
B, C, D, and E are all incorrect because these files (winload.exe, bootmgr, ntoskrnl.exe, and
Chapter 6 Under the Windows Desktop
IM-7 | 4
winlogon.exe), are not used by bootloader to locate the files for startup. They are the files
that must be loaded during startup.
10. Correct answer: A. Startup and Recovery, a page in System Properties, is where you can
modify the length of time the OS selection menu displays during Windows startup.
B is incorrect because Device Manager, while a GUI tool, will not allow you to modify the
length of time the OS selection menu displays during Windows startup.
C is incorrect because although BCDedit would allow you to modify the length of time the
OS selection menu displays during Windows startup, it is a non-GUI tool.
D is incorrect because Local Security Policy is not how you would modify the startup setting
mentioned in the question.
E is incorrect because Computer Management, while a GUI tool, is not how you would
modify the startup setting mentioned in the question.
11. Correct answer: E. Repair Your Computer is the option from the Windows 7 Advanced Boot
Options Menu that gives you a selection of tools that includes Startup Repair, System
Restore, System Image Recovery, Windows Memory Diagnostic, and Command Prompt.
A, B, C, and D are all incorrect because, while all of these are choices on the Windows 7
Advanced Boot Options menu, none of them offers the selection of tools listed in the
question.
12. Correct answer: E. Last Known Good Configuration is the startup option that will not do you
any good if you have restarted and logged on after making a change that caused problems in
Windows. It is no longer offered after Windows 7.
A is not correct because System Restore is not affected by restarting and logging on. Restore
points will be saved in spite of these actions.
B is incorrect because restarting and logging on does not affect Repair Your Computer
(Windows 7 only). You simply need to restart, press F8, and select this option from the
startup options menu.
C is incorrect because restarting and logging on does not affect Enable Boot Logging. You
simply access the startup options menu and select this option.
D is incorrect because restarting and logging on does not affect Safe Mode with Command
Prompt. You simple restart, press F8, and access this from the startup options menu.
Survey of Operating Systems — Fifth Edition
Instructor Manual
IM-7 | 5
13. Correct answer: B. When Windows or newer does a Hybrid Shutdown it hibernates the
Windows session and saves it in a file but does not save the user session.
A is not correct because Sleep keeps the current user session and Windows session in
memory, requiring a small amount of power.
C is incorrect because Switch user keeps the current user session open in memory, but
locked, while opening another user session.
D is incorrect because Restart does not hibernate either the system or user sessions.
E is incorrect because Hibernate saves both system session and user session) to a file on disk.
14. Correct answer: D: Disable automatic restart on system failure may give you an opportunity
to restart normally and attempt to troubleshoot the problem.
A is not correct because debugging mode will not allow you to restart without having the
computer automatically restart again after a system failure.
B is incorrect because enable boot logging will only start Windows normally while creating a
log of startup information.
C is incorrect because Safe Mode with command prompt will only start Windows in Safe
Mode with just a command prompt window.
E is incorrect because Safe Mode with networking simply starts Windows in Safe Mode with
the network components enabled.
15. Correct answer: B MSCONFIG is the executable name for the GUI utility that allows you to
temporarily modify system startup.
A, C, D, and E are not correct because SYSCON, SYSEDIT, REGEDIT, and BCDEDIT are
not the executable names for the GUI utility that allows you to temporarily modify system
startup.
Answers to Essay Quiz
Answers will vary.
1. The actions that will create Windows registry changes are: Windows starting up or shutting
down, running Windows Setup, changing settings in a Control Panel applet, installing a new
device, changing any Windows configuration settings, changing user desktop preference,
installing or modifying an application, and making changes to user preferences in any
application.
Chapter 6 Under the Windows Desktop
IM-7 | 6
2. Start up Windows 7 using the Enable low-resolution video choice from the Advance Boot
Options menu, which will use the installed video driver in a very basic video mode. Then, if
this works, the new driver is not entirely bad, it just cannot handle the configuration and you
should open Display Properties | Settings and reduce the screen resolution and/or color
quality settings. If this option does not work, you should start Windows in Safe Mode, which
does not use the installed video driver—it uses a very basic video driver. If Windows starts in
Safe Mode, run Device Manager in Safe Mode, open the properties dialog box for the
Display adapter, select the Driver tab and use the Rollback button to remove the updated
driver you installed that caused the problem.
3. The PC Settings/Settings Devices page in windows 8, 8.1 and Windows 10 are simple tools
for managing devices, while the Device Manager is a more advanced tool for managing
devices. In Windows 8 or 8.1 you can only add or remove devices in PC Settings/Settings.
When troubleshooting device problems in Windows 8 and 8.1, we have often ignored the PC
Settings/Settings and gone right to Device Manager. This will not change for Windows 8 and
8.1, but it seems almost certain that it will change in Windows 10 as Microsoft brings out
updates and new features, moving more functionality to the Settings utility. The old utilities
will then lose their importance, especially to new users and new technicians who are not
accustomed to using the old utilities.
4. He can use Device Manager to view the status of devices, even though Windows will not
allow him to actually make any changes unless he logs on as an administrator. If he starts
Device Manager, he will see a warning message that he does not have sufficient privileges to
install or modify device drivers. However, if he clicks the OK button on this warning box,
Device Manager will open, allowing a standard user to look but not touch. If Device
Manager indicates a problem with the network adapter, he can relay that information to the
administrator.
5. Boot logging occurs in all Safe Modes, but you can also select it from the Advanced Boot
Options menu, which turns on boot logging, but starts the computer normally. In all cases,
boot logging creates a log of the Windows startup in a file named NTBTLOG.TXT and saves
it in the systemroot folder. This log file contains an entry for each component in the order in
which it loaded into memory. It also lists drivers that were not loaded. You expect some
Survey of Operating Systems — Fifth Edition
Instructor Manual
IM-7 | 7
drivers not to be loaded in Safe Mode, but when this occurs in a normal startup, it alerts an
administrator to a possible source of a problem.
Solution to Lab Project 7.1
1. To isolate the problem to the network card, I would restart, press F8, and select Safe Mode
from the Advanced Boot Options menu. Being able to start in Safe Mode does not isolate the
problem to the network card, because that is one of several device drivers that aren’t loaded.
It does indicate, however, that one of the components that was not started is the cause of the
problem. To isolate the problem to the network card, I would again restart, press F8 and
select Safe Mode with Networking. This loads the networking components, including the
network adapter driver. If it fails to start in this mode, the problem has been isolated to the
network components. The most likely component is the network adapter. So, restart again,
press F8 and select Safe Mode from the Advanced Options menu. Once in Safe Mode, run
Device Manager, select the network adapter, and disable it. Restart once again, and allow it
to start up normally. If the start up succeeds this time, the problem is isolated to the network
adapter itself. Use Device Manager to perform whatever maintenance is appropriate. If the
driver was recently updated, use Driver Rollback. If it needs an update use the Update option.
If all else fails, uninstall the device driver and acquire a new driver or an entirely new
adapter.
2. Demonstrate the steps to your instruction. Do this by first restarting the computer in Safe
Mode, describing the reason for doing so, and then restarting in Safe Mode with Networking,
explaining that if this failed, it would prove that the problem was with network components.
Then, restart in Safe Mode, open Device Manager, and open the Properties of the network
adapter and discuss the Driver Rollback and Update options.
Solution to Lab Project 7.2
The two procedures in question are Refresh Your PC and Reset your PC. Refreshing is
less drastic, and is what you should try after trying other options, like System Restore. It will
leave you with your personal settings, but reset all system settings to the defaults. It will save
your data, as well as any apps purchased through the Windows Store. It will remove apps
installed from any other source. After a Refresh, a list on the Desktop shows all programs that
were removed, but all data files are saved.
The second procedure is much more drastic, because it removes your data and all installed apps.
Solution to Lab Project 7.3
Chapter 6 Under the Windows Desktop
IM-7 | 8
1. You can back up the registry using System Restore, which will back up the entire system and
settings, but the more targeted approach is to simply back up the key hierarchy that you are
about to modify. The steps to do this are:
a. Open the Registry Editor and browse to the key in its location under the
HKEY_LOCAL_MACHINESOFTWARE and right-click on it.
b. From the context menu select Export.
c. In the Export registry file dialog box, provide a name and location for the
exported portion of the file and select Save.
2. Demonstrate the above steps.
Exploring the Variety of Random
Documents with Different Content
Vilahdus vaan ja samassa pyörähti junan alla miehen pää
ruumiista erilleen.
Sitä ei huomannut muut kuin vartija, joka ei kaikessa
ankaruudessaankaan voinut olla vilkasematta siihen suuntaan.
Lippu putosi hänen kädestään, juna oli samassa ohitse. Hän seisoi
hetken liikkumatta kuin kivettynyt. Sitten lähti juosta potkaltamaan
junan perässä huutaen, täyttä kurkkua karjuen: punanen lippu,
punanen lippu!
Töin tuskin sai toinen vartija hänet kiinni ja kykeni pitelemään siksi
kun apua joutui…
Hän oli mielipuoli.
Isän sydän oli särkynyt.
Hänet toimitettiin mielivaivaisten parannuslaitokseen, jossa oli
kohta vaipunut täydelliseen tajuttomuuteen.
Kauvan hänen ei kuitenkaan tarvinnut siellä kitua. Kun hänellä oli
jonkun verran omaisuutta ja sai pienen eläkkeen, otti sisarensa
hänet hoitoonsa. Mitäpä hän sairaalassa teki, kun ei sanottu ikinä
tervettä tulevan…
Tämä oli kertomus.
— Nyt se on päässyt tämän maailman vaivoista, jatkoi vartija.
— Olihan se hyvä sekin.
— Viimeisen kymmenen vuoden kuluessa ei hän ollut lausunut
yhtään ainoata sanaa, oli syönyt, kun oli syötetty, maannut, kun oli
makuutettu.
Vartija kuivaili vanhoja silmiään.
— Minä tunsin hänet, jatkoi hän vähän päästä, olimme yksissä
töissä
Saimaan kanavalla.
Hän vaikeni, katseli ikkunasta ja jatkoi:
— Valkonen lippu! oli hän sanonut selvästi ja käskevästi viime
hetkellään, sulkenut silmänsä ja niin oli sumea henki lähtenyt
ikuiseen kirkkauteen selvenemään, kirkastumaan.
Tähän lopetti vartija. Junan jyminä kuului etäältä.
Hän otti Valkosen lipun, meni ja sulki veräjät.
Juna vihelsi.
Hän asettui tiepuoleen, nosti lipun merkiksi, että tie on täydessä
kunnossa niin pitkälti kuin hänen piirinsä ulottuu, ja minä… minä
läksin omille teilleni.
Elämän avain.
Hän on nyt kuollut, hänkin, sammunut sumea henki.
Koulussa olin jo häneen tutustunut ja erittäin kiintynyt, vaikka
emme olleetkaan samalla luokalla. Hän kun oli liikkuva luonteeltaan,
niinkuin minäkin, niin tapasimme toisemme usein kävelymatkoilla,
metsästysretkillä, luistinradalla, mäenlaskussa, kilpa-ajoissa ja
muissa senlaisissa tiloissa.
Hän oli muuten harras mies, joka seurasi tarkasti uskonnon
opetusta koulussa ja kävi ahkerasti kirkossa. Perästä päin kertoi hän
sitten toisille, mitä saarnaaja oli puhunut, kuinka se oli selittänyt sen
ja senkin paikan. Muistan monta hetkeä, kuinka hän Inkilän
kamarissa, jossa kävimme kahvilla ja lepäämässä
hiihtomatkoillamme, selitti sanaa ja puheli aikeistaan. Hän aikoi
varmasti lukea papiksi, sillä hän oli vakuutettu siitä, että hän oli
papiksi luotu. Oikein hän innostui puhellessaan, kuinka jaloa ja
ylevää on ruokkia elämän sanalla isoovata seurakuntaa. Moni
tovereista hienosti kadehti hänen varmaa päämaaliaan, kun itsellään
ei ollut vähintäkään selvillä, miksi sitä pitäisi pyrkiä ja mikä
tulevaisuus oli kovain läksyjen takana, joita vaivoin sai nujerretuksi
opettajain mieliksi… Hänellä oli tie selvänä, Korkeimman viittoma, ja
olihan niitä muutamia muitakin, joilla oli pyrinnöillään päämaali ja
tarkotus, jotka pyrkivät oppineiksi, kirjailijoiksi — jopa jokunen
"suoraan senaattiinkin" — jotka "kehittelivät henkeään."
Yhtä aikaa jouduimme ylioppilastutkintoon… niin olivat asiat
kiertyneet. Hörymättä ilmoitti hän itsensä teoloogiseen tiedekuntaan,
sillä välin kun jotkut vielä akateemian eteisessä kyselivät toisiltaan
että mihinkähän tiedekuntaan sitä pitäisi tämän papan pojan
ilmoittautua… Niin epäselvällä kannalla sitä on usea vielä yliopiston
ovella, moni vielä haudan ovellakin.
— Onhan sinulla elämän avain kädessä, päätä ja aukase! Itse
minunkin on pitänyt päättää, sanoi hän minulle, kun häneltä hyviä
neuvoja pyysin tuossa samaisessa seikassa.
Ja itsehän sitä piti päättää.
Lapsuuden tuttavuudet haihtuvat usein vanhemmaksi tultua, kun
joudutaan eri oloihin ja eri toimiin, ja ylioppilaalla on harvoin samat
toverit kuin koulupojalla. Niin kävi meidänkin. Vuoden olimme
"tutkineet" tieteitä itse "vapaitten" tieteitten pääpesässä, tapaamatta
suurin toisiamme, kunnes sattumalta kohtasimme eräänä
"pörssipäivänä" ylioppilastalossa, "paremmalla puolen".
Iloisena riensi hän vastaani, huomattuaan minut. — Terve
monesta päivästä! huusi hän reippaasti ja paiskasi kättä, niinkuin
ennen Inkilän mäellä. Käy pöytään!
Katselimme toisiamme ja ilmoitimme ihastustamme molemmin
puolin onnellisen sattuman johdosta.
— Vanhat verkot, joihin olin kietoutunut koulussa, ovat ruvenneet
repeilemään, puhui hän vakaasti, ensi ihastuksesta toinnuttuamme.
Olen tullut huomaamaan, ett'ei minusta olekaan arveluttavaan papin
toimeen… en ole luotu siksi. Niinkuin muistat, oli minulla koulussa
suuri taipumus matematiikkiin, ja olen nyt päättänyt antautua
kokonaan tuon korkeimman tieteen palvelukseen. Se on se ainoa,
johonka minä tunnen sisällisen kutsumuksen minuani vetävän. Sillä
tiellä, eikä millään muulla…
Enempätä emme saaneet asiasta kahden kesken jutella, kun toisia
iloisia tovereita syöksyi huoneeseen oven täydeltä, ja noin vakavat
asiat eivät kuulu päiväjärjestykseen senlaisessa seurapiirissä.
Kovin kauvan ei saanut hän mieliainettaan yliopistossa tutkia. Kun
Suomen kansa otti nykyisten sivistyskansain kuorman, yleisen
asevelvollisuuden, niskoilleen, niin syttyi isänmaallinen innostus
moneen nuorukaiseen lähteä palvelemaan maatansa tuolla uudella
alalla, opettamaan isänmaan poikia sotapalvelukseen. Tämä innostus
tarttui entiseen toveriinikin. Hän lähti kadettikouluun, päästäksensä
upseeriksi. Ja miksikäpäs ei olisi mennyt? Olihan hänellä suuri
taipumus matematiikkiin, ja sitä ainetta kuulutaan sotakoulussa
tarvittavan. Niin hän lähti ja tietysti pääsi oppilaaksi kouluun.
Muutamien vuosien päästä, kun olin jo melkein unhottanut entisen
toverin, tapasin hänet taas aivan sattumalta. Olin muutamana
kesänä matkoilla sisämaassa ja saavuin muutamakseen vanhaan
koulukaupunkiimme. Siinä kun ei ollut valitsemisen varaa kortteerien
puolesta, niin menin seurahuoneelle, jossa olin joskus ennenkin
majaa pitänyt. Salongissa istui siellä muutamia herrasmiehiä, puhua
pärpätellen, naureskellen ja rähisten, niinkuin iloiset juomaveikot
konsanaankin. Muutamassa syrjäpöydässä istui sotilas, upseeri,
yksin, pää käden nojassa ja punssiksi edessä. Katselin, sattuisiko
olemaan tuttavata seurassa, mutta upseeriin en suurin huomiotani
kääntänyt, sillä ainahan niitä näkee tähän aikaan; sitä vähemmän
veti se huomiotani puoleensa, kun en muistanut ketään tuttavata
univormumiestä niillä tienoin olevan. Painausin muutamaan pöytään
ja pyysin jotakin ruokaa. Kun upseeri kuuli ääneni, hypähti hän kuin
unesta ja kääntyi minuun päin, mutta neiti astui samassa väliimme,
tarjoten ruokalistaa minulle. Tytön poistuttua, katsella tuijotti mies
yhä minuun. Tuntui oudolta sotilaan kylmä katse. Käännyin toisaalle
ja otin sanomalehden käteeni.
Tunsin näkemättä kuinka sotilas nousi ja asteli vakavin askelin
minua kohti.
— Näenkö oikein…? Ka, terve, vanha veli! kuului ääni vierestäni, ja
samassa tunsin minäkin vanhan toverini.
— Terveh! huudahdin minä, kavahtaen seisalleni ja tarttuen hänen
ojennettuun käteensä.
Toveroisen aikaa kului pelkissä molemminpuolisissa
ihastushuudahduksissa.
— Mitä saan tarjota? kysyi hän. — Tilasin ikään ruokaa.
— Ei, ei! Peruuta se, juodaan ensin jotakin.
— Täytyy saada ruokaa, olen nälissäni matkan perästä. Etkö
sinäkin…?
— Samapa se, mutta ei annoksittain erikseen, vaan aterioittain
yhteisesti. On niin ikävätä, kun kukin syöpi kupistaan kuin äkäset
porsaat. Otetaan pieni seksa ja syödään niinkuin ennen Helsingissä.
Se on sitovaa, lähentävää, yhdistävää näin vanhojen veljien kesken.
Näin puhuen meni hän peruuttamaan pyyntöni ja tilaamaan
seksaa.
Odottaessamme sai hän selitellä sotilasoloja.
"Syödessä tulee ruokahalu" ja mekin söimme oikein mielihalusta,
"kun kerran taas olimme tavanneet toisemme" — niinkuin hän sanoi
— ja juttelimme iloisesti ja muistelimme menneitä hauskoja hetkiä.
Aterioittuamme tilasi hän kahvia "me' avec."
— Oletko sinäkin tullut tänne saamaan voimaa kotipaikalta, uutta
voimaa? kysäsi hän äkkiä.
— Eihän tämä ole minun kotipaikkani.
— Eipä, ei! Ei minunkaan, vaan täällähän ne hyvät päätökset
tehtiin.
— Taidettiinhan niitä tehdä täälläkin, mutta mitäpä niistä…
— Niistäkö?! Niiden tähden minä olen tänne tullut. Näetkös, minä
en ole ikinä senlaista katkerata typeryyttä tehnyt, kuin silloin kun
erosin teoloogisesta tiedekunnasta ja läksin maailman tielle.
— Onhan sinulla elämän avain kädessä, päätä ja aukase! muistutin
minä.
— Sinä lyöt minua omilla aseillani ja siinä sinä epäilemättä olet
aivan oikeassa, mutta — helppo sitä on sanoa. Minulla oli jo ovi auki,
mutta minä vedin sen itse kiinni jälleen ja nyt sitä on vaikeampi
aukasta.
— Mutta olethan sinä vielä nuori ja voit jatkaa opinnoitasi
yliopistossa. Heitä hornan tuuttiin koko sotilasala, palaa
pääkaupunkiin ja suorita tutkinnot.
— Luuletko sitten että minä aion tälle alalle jäädä? En koskaan.
Ensi syksynä, kun kesäpalvelus loppuu, eroan ja lähden jatkamaan.
— Toivotan hartaasti onnea ja menestystä!
— Kiitos! Ja nyt olen tullut tänne saamaan uutta voimaa näiltä
armailta kotipaikoilta. Olen käynyt kaikissa entisissä muistettavissa
paikoissa. Tänä aamuna olin Inkilän mäellä. Siellä oikeastaan pitäisi
käydä syksyllä ja talvella, niinkuin ennen vanhaan. Mielikuvitus toi
kuitenkin eteeni syksyn ja talven. Kaikki oli niinkuin ennenkin,
suloista ja suosiollista… kaikki muu paitse minä itse. Minä en
tahtonut oikein sopeutua kaikkeen siihen, vaan vähitellen heltyi mieli
ja suli sydän. — Viime sunnuntaina kävin kirkossa, tuossa
samaisessa kirkossa, jossa koulupoikana niin usein sain kuulla sanaa
julistettavan. Olin ihan sulaa kyyneleihin, niin siellä vaikuttivat
menneet muistot.
Ja hän selitti taas, niinkuin ennen koulupoikana, kuinka pappi oli
saarnannut, kuinka se oli sen ja senkin paikan selittänyt. Hän
innostui ja puhui niin kauniisti, kuinka jaloa ja suurta on olla
sananjulistajana, kun saapi elämän sanalla ravita isoovia ja janoovia
sieluja… niin kauniisti, etten tässä voi yrittääkään sitä esittää, vaikka
se vieläkin lämmittää mieltäni, kun sitä muistelen.
Myöhä jo oli, puolessa valossa, kesäinen yö, kun läksimme talosta.
Kun laiva, jossa minun piti matkustaa, lähti seuraavana aamuna ani
varhain, niin menin laivaan yöksi. Hänenkin oli määrä matkustaa
seuraavana päivänä komppaniaansa. Hän saatteli minua rantaan,
jossa heitimme hartaat jäähyväiset sillä varmalla välipuheella, että
ensi syksynä tapaamme toisemme Helsingissä, yliopistossa.
Kauvan istuin vielä laivan kannella ja arvelin tämän elämän
kummallista menoa. Sinervä selkä lepäsi tyynenä, ilma oli sakea ja
hiestävä ja nouseva päivä alkoi hienosti rusottaa koillisella taivaan
rannalla. Metsistä kaikui lintujen aamulaulu ja käkönen kukkua
helkytteli etempänä lehdossa. Laiva vaan tuntui nukkuvan sikeätä
untaan, huokuen raskaasti, virkistyäksensä uuden päivän uusiin
toimiin.
Sittemmin en ole häntä kuin kerran nähnyt ja silloinkin taas
sattumalta eräässä kievarissa. Muutamien vuosien kuluttua
edellisestä kohtauksesta jouduin moniaalle asemalle odottelemaan
junan tuloa koko päiväksi. Koetin kuluttaa aikaa miten parhaiten
taisin. Muutamakseen neuvottiin minut muutamassa talossa, josta
pyysin leposijaa, kievariin, että "kyllä siellä laittavat."
Kievarin vierashuoneessa makasi mies paitahihasillaan sohvalla.
Hän vääntäysi ylös, kun minä tulin sisään, ja hierusti silmiään.
— Mistä vieras? kysyi hän, katsomatta minuun. Ääni oli tuttu ja
kysyjä oli entinen toverini, kun tarkemmin katsoin.
— Parempiko kysymä kuin näkemä? kysäsin minä vastaan.
— Voi tuhatta laivaa! Sinäkö se olet, vanha veli? kiljasi hän,
kavahtaen kaulaani.
Hevillä en päässyt miehestä irti.
— En ole tavannut sinua pitkään aikaan, sanoi hän.
— Syy kait ei ole minun. Sinä et tullut, niin kuin puhe oli.
— En tullut, en, sanoi hän painavasti, katsella tuijottaen suoraan
eteensä.
— Et ehtinyt?
— Minussa ei ollut miestä siihen.
— Kuinka niin?
Hän oli tovin aikaa ääneti.
— Minussa ei ollut miestä… olen kovin kulunut.
— Etpä siltä näytä, olet vaan hieman laihtunut.
— Vaanpa henkisesti.
— Onko sotapalvelus sitten niin rasittavaa ja hengen päälle
käypää?
— Ei, vaan minä olen ajanut oman itseni edelle, sanoi hän
ykskantaan ja katseensa kävi jäykäksi ja synkän näköiseksi.
Katselin miestä hämilläni, ymmärtämättä häntä ollenkaan.
— "Kovin kulunut" ja "ajanut oman itseni edelle!"
En ymmärrä sinua ollenkaan, selitin minä.
— En sitä oikein tajua itsekään, vaan koetan selittää. Kun
mielikuvituksessa olen mennyt niin pitkälle, etten itse jaksa
todellisuudessa tallustella perässä, niin sitä sanon oman itseni edelle
menemiseksi. Ja kun saat kuulla, että minä olen usein hengessä
selittänyt sanaa ja saattanut monta sielua oikealle tielle, että minä
olen matematiikan professorina monta monituista kertaa selittänyt
tieteen ongelmoita innokkaalle kuulijakunnalle ja vienyt tiedettäni
eteenpäin, että minä olen kenraalina johtanut Venäjän suuria
sotajoukkoja vihollista vastaan ja saanut mainetta ja kunniaa, niin et
ollenkaan ihmettele, jos sanon, että olen kulunut, kovin kulunut…
Niissä kuluu sellaisissa.
Näin puheli hän kiihtyneenä saarna-äänellä ja silmänsä säihkyivät
oudosti. Hän oli kuin mielipuoli.
Minä katselin häntä hämmästyneenä, voimatta sanoa mitään.
— Tuosta muistojen verestämisestä silloin, kun viimeksi tavattiin,
ei tullut sitä, mitä toivoin. Muistot kyllä kirkastuivat, mutta uutta
voimaa en saanut… kirkastuivat niin, että ne nielevät minut
kokonaan, että useimmin ajoin olen kuin entisissä oloissa,
koulupoika, joka varmasti on päättänyt pyrkiä papiksi. Näissä tiloissa
olen aina kuin poissa nykyisyydestä, etten tiedä mitä ympärilläni
tapahtuu.
Hän oli aivan rauhoittunut ja levollinen tätä puhuessaan.
— Ja sekö se sinut esti saapumasta yliopistoon silloin viime
kerralla?
— Osaksi se, osaksi muukin. Muistatko sinä vielä nuo sanat, jotka
lausuin yliopiston porstuassa?
— Mitkä sanasi? kysyin minä, tekeytyen muistamattomaksi.
— Senpä elämän avaimen.
— Mitäpä niistä. Silloin oltiin sillä ijällä, jolloin mielellään käytetään
mahtipontisia lauseita ja väkisanoja.
— Se oli merkillinen lause, se, mikä sen sitten lieneekään mieleeni
lähettänyt.
— Soma lause, sanoin minä, sanoakseni jotakin.
— Silloin käytin sitä ajallisen elämän uran valitsemisesta, nyt olen
saanut sille pysyväisemmän merkityksen. Se avain avaa meille
elämän oven vasta toisessa elämässä. Ja kun kerran olin tästä
selvillä, ei tehnyt mieleni enää jatkaa lukujani. Päätin pysyä siinä,
missä olen, tehdä tehtäväni ja valmistautua tulevata elämätä varten.
— Ja kun noin ajattelet, ei pitäisi sinulla olla mitään valittamista,
muistutin minä.
— Ei o—le—le—ka—aan, sanoi hän vetäen pitkään tavuita.
Sitten istui hän pitkän aikaa ääneti ja katseli ulos ikkunasta. Hän
näytti rauhalliselta ja kasvoilla väreili iloinen, hymyilevä ilme.
Hetken päästä kääntyi hän minuun.
— Minä en tahdo enää pysyä koossa. Työtouhussa olen aina
levollinen ja iloinen, mutta joutohetkinä joudun taas muistojen
pyörteeseen. Silloin olen tosiaankin kuin koulupoika, joka on
päättänyt lukea, suorittaa tutkintonsa ja pääsee toiveittensa perille.
Ja siellä sitten toiveitteni perillä häälyn sinne ja tänne. Milloin siellä
on saarnaaja, milloin tiedemies, milloin arvokas sotilas, ja kun näistä
selviän, olen se mikä olen ja teen työni niinkuin muutkin. Toisin
vuoroin vaivaa minua katkerasti taas se seikka, että erosin siltä
tieltä, jonka kerran olin valinnut ja jota olin jo lähtenyt kulkemaan.
— Sinun täytyy koettaa päästä noista mielikuvituksista! Sinun pitää
puhutella lääkäriä, hyvä veli.
— En minä niistä pääse, vastasi hän vakavasti.
Samassa tuli muita matkustajia huoneeseen ja keskustelumme
katkesi siihen. Olikin jo aika lähteä asemalle. Hän tuli kanssani sinne.
Matkalla en hennonut enää kosketella noita helliä kieliä, eikä
hänkään niistä mitään lausunut. Näytti kuin olisi kainostellut äskeisiä
puheitaan. Vasta kun juna vihelsi ja minä hyppäsin siihen, sanoi hän
kuin itsekseen:
— En minä niistä pääse.
Eikä hän niistä päässyt… Hän ei pysynyt enää koossa.
Sittemmin en häntä kertaakaan tavannut.
Perästä päin sain kuulla, että hän vähitellen oli sekautunut
kokonaan, joutunut mielipuolena hourupäisten parannuslaitokseen.
Siellä oli hän alussa raivonnut, sitten yhä sumentunut ja painunut
täydelliseen tajuttomuuteen. Parantumattomana oli hän
sairashuoneesta laskettu kotona hoidettavaksi…
Nyt hän on kuollut, sammunut sumea henki.
Varmaankin on elämän avain hänelle toisessa elämässä avannut
sen oven, jonka takana on aivan samantekevätä, onko kenraalina
johtanut suuria sotajoukkoja taikka vänrikkinä komentanut
reservipoikia.
Meren joulu.
— Etkö ole sitä kuullut ennen? kysyi hän, kun minä ihmettelin
hänen mainitessaan jotakin meren joulusta.
— En, en — muistaakseni.
— Voin sen kertoa sinullekin.
Olimme tulleet tuttaviksi, hän ja minä. Hän oli ikämies, kokenut…
sen verran on lupa ilmoittaa… minä nuori, vasta neulalta heitetty
ylioppilas.
— Isäni olisi tahtonut minusta pappia, alkoi hän, äitini ehkä sitä
samaa, mutta ne toiveet pettivät, niin kuin monet muutkin sellaiset
tässä maailmassa. Kaksi vuotta kyllä oljentelin teoloogina
Helsingissä, mutta en tikkua ristiin tehnyt sitä varten. Siirryin sitten
omin lupini lainopilliseen tiedekuntaan. Koetin siinä harjoitella
lakitieteellisiä opinnoita, mutta eipä ne nekään tahtoneet edistyä.
Rahaa tietysti tarvittiin, kun en minä enempätä kuin moni muukaan
varakkaan poika ollut oppinut kultaista säästäväisyyttä. Olin
lakitieteitä tutkinut pari vuotta, kun isäni sai tietää — mistä lienee
saanut — että minä en kuulu koko teoloogiseen tiedekuntaan enkä
yleensä ole tehnyt mitään yliopistossa ollessani.
Sepä oli vasta kirje, jonka isältäni tämän johdosta sain. Hän oli
ankara mies, jonka kanssa ei ollut leikkimistä. Hän oli kerrassaan
raivostunut. Kirje oli täynnä ankaroita nuhdesanoja ja uhkauksia. Se
musersi minut kokonaan, varsinkin kun sain samassa veljeltäni
kirjeessä kiellon, että elä ollenkaan tule jouluksi kotia, isä on
kiukustunut ja sanonut sitä ja sitä. Mitä auttoi tässä äitini ja sisareni
hellä kirje, jossa he hartaasti pyysivät minua tulemaan heti kotia
sekä lupasivat lepyttää vihastuneen isän. Heidän kehotustaan olisi
tietysti pitänyt heti noudattaa, mutta siihen minussa ei ollut miestä,
vaan päätin olla joulua Helsingissä.
Ilmoitin lyhyesti armaalle äidilleni, että minä en lukujeni tähden
kerkiä kotona käymään, ja pyysin hänen lepyttämään isää sekä
selittelin aikeitani ja mitä kaikkea lienen puhunutkaan.
Tuo parin viikon aika, joka vielä oli jouluun, kului pelkässä
tuskassa ja ahdistuksessa. En ollut kertaakaan vielä ollut joulua
kotoa poissa, vaan viettänyt sen aina kotona omaisteni iloisessa
seurassa. Kaikista jouluista, niin pitkälle kuin muistaa voin, oli
minulla vaan vihantia, kirkkaita muistoja. Nyt oli käyvä toisin. Toverit
olivat menneet kotiinsa ja niitä, jotka olivat jääneet, en tahtonut
tavata, vaan karttelin miten parhaiten taisin.
Valkeni sitten viimein jouluaatto. Ilma oli sakea ja raskas ja sataa
tuhuutti siitettä, joka puolelta päivin muuttui vedeksi. Ei ole pitkä
joulunaikuinen päivä kirkkaallakaan ilmalla saatikka sitten
tuonlaisella. Mutta minusta tuo aatto oli pitkä kuin tuskallinen
ijankaikkisuus. En tahtonut mennä ulos päiväsaikaan, kun pelkäsin
tapaavani tuttavia. Pysyin kotona koko päivän ja olin muuten kuin
mieletön. Isäntäväkeni pyysi minua viettämään joulua heidän
luonansa. Minä kiitin ja kieltäysin. Minulla oli toista mielessä.
Päätin lopettaa päiväni sinä iltana.
Illan hämärässä läksin ulos etsimään keinoa aikeeni täyttämistä
varten. En tiennyt oikein itsekään, mihin piti mennä ja mitä yrittää.
Kuljin kauppatorin ylitse. Siellä oli vielä joulukuusen myyjiä ja
onnellisia ostajia. Olin jähmettyä tuskasta, kun näin nuo kuuset ja
muistin, kuinka monta jouluiltaa olin tuonlaisen ympärillä viettänyt.
— Etsiikö herra kuusta? kysyi eräs myyjä ystävällisesti.
— En, vaan muuta puuta, vastasin minä ja ajattelin hirsipuuta ja
menin matkaani.
Koko illan samoilin pitkin katuja tietämättä itsekään mihin mennä.
Mitään, keinoja päätökseni toimeen panemiseksi en keksinyt enkä
tainnut kyetä suurin ajattelemaankaan.
Vähitellen alkoi elämä kaduilta hälvetä ja siirtyä huoneisiin Vihdoin
ei näkynyt kuin joku yksinäinen kulkija, joka jouduttaen askeleitaan
kiiruhti kotikullan lämpimille. Yhä enemmän alkoi sitä vastaan näkyä
elämätä ja liikettä huoneista. Yhä useammasta ikkunasta alkoi valo
virrata kadulle ja kuulua puhelu ja iloinen nauru. Kaikki viettivät
iloisesti jouluaattoaan omaistensa helmassa, kaikki muut paise minä.
Vihdoin ei ollut kaduilla ketään muita kuin minä, levoton yökulkija.
Kun arvasin kortteerissani asetutun levolle, palasin sinne,
päätöstäni toimeen saamatta.
Asetuin levolle, päästäkseni unen helmassa lepoa nauttimaan. Siitä
ei kuitenkaan tullut mitään. Peppuroin ja kiemuroin sängyssä kuin
painajaisen vaivaama. Mieleeni tuli koti ja omaiseni siellä ja kaikki.
Arvelin, kuinka siellä nyt tällä hetkellä joulukuusi kirkkaana loistaa
vanhassa ystävällisessä salissa, kuinka joululahjat ovat jaetut ja
asetutaan illallispöytään, eikä kukaan minua muista eikä ajattele eikä
tiedä minkälaisessa tuskassa ja ahdistuksessa minä olen… Olin ihan
kuristua.
Senlainen se on ihminen itsekkäisyydessään.
En jaksanut käsittää, että kotonani minua kaikki ikävöivät,
vanhempani, sisareni ja veljeni, palvelijat ja ehkäpä
nimikkohevosenikin tallissa, en tajunnut, että omaisteni joulu ei
voinut olla entisenlainen, kun en minä ollut seurassa, en tiennyt, että
olivat aatto-illan istuneet ääneti, illallispöydässä puhelleet hiljaa kuin
hautajaisissa ja menneet aikaseen maata, kenenkään kuitenkaan
unta saamatta…
Perästäpäin sain kaikki tietää.
Nousin ylös, puin päälleni ja läksin ulos yön selkään: jostakin piti
löytää rauha taikka hauta.
Ilma oli tällä välin muuttunut: Oli ruvennut tuulemaan ja se oli
karkottanut sumut ja ohentanut pilvet ja kun oli kuuvalo, niin oli yö
valosampi kuin samea päivä.
Kadut olivat tyhjät ja hiljaiset, ei edes järjestyksen valvojaa
näkynyt liikkeellä… Kukapa se jouluyönä menisi kenenkään rauhaa
rikkomaan. Oli kuin pyhä rauha olisi tosiaankin lumonnut levottoman
elämin.
Yksi vaan oli rauhaton kadulla, yksi ihminen, järkevä muka.
Päätin mennä suoraan mereen. Siellä oli rauhoittuva rauhaton
rinta.
Tiesin Ursinin kallion luota pistävän mereen niemekkeen, joka oli
aikeilleni sopiva. Siellä ei tähän aikaan olisi ketään näkevätä,
kuulevata.
Jo kaukaa kuului meren mahtava pauhina.
— Siellä on toinen rauhaton, joka ottaa toisen rauhattoman
luokseen, arvelin itsekseni.
Mahtavina vyöryivät kuohupäiset aallot meren aavalta selältä
rantaa kohden, mutta pian heidän valtansa kukistui ja toivottomasti
roiskahtaen, ikäänkuin viimeisiä voimiaan ponnistaen, painaltuivat
murtuneina takaisin syvyyteen, ja toinen vyöryi päälle, säälimättä
sortunutta koettaen murtaa kovaa kalliota. Mutta vahvana kesti kallio
ryntäyksen, niinkuin oli vuosisatoja tehnyt.
Voimakas tunne valtasi mieleni ja levollisemmin alkoi elämän virta
kuohua suonissa tuota mahtavan meren ja järkähtämättömän kallion
keskinäistä voimankoetusta katsellessani.
Koetin päästä likemmäksi rantaa, parempaan paikkaan, ihaillakseni
oikein meren kuohuvata temmellystä, kun pelottavan iso aalto
tyrskähti rantaan. Minä vähän säpsähdin tuosta, jalkaani livetti
kaljamassa ja minä keikahdin selälleni…
Kuinka kauvan makasin tainnuksissa, en voi tarkoin sanoa. Kun
viimein aukasin silmäni, oli ilma ylennyt ja korkea taivas kaareutui
luonnon ylitse. Tuuli oli poistanut pilvet ja kuuhut, joka oli
lopettamaisillaan yöllisen työnsä, valaisi vienosti seutua ja meri
pauhasi yhtä mahtavana kuin ennenkin.
Päätäni tunsin hirveästi pakottavan ja hartiani tuntuivat olevan
rikki. Suurella tuskalla pääsin istuilleni ja käänsin katseeni merelle.
En ikinä unhota sitä näkyä! Kuun lievässä valossa välkkyi meri
omituisista väreistä. Aaltojen noustessa ja laskiessa muodostui
kummallisia, monivärisiä valojuomuja. Oli kuin tuhansia erivärisiä
valoja ja soihtuja olisi ollut jokaisen laineen harjalla ja aaltojen
pohjassa ja jokainen puhkeava tyrsky toi uusia ja yhä uusia
valoilmiöitä esiin. Meren mahtava pauhu kuului kuin valtava urkujen
soitto, joilla säestetään ylistysvirttä laulavata kööriä.
Se oli valtavin jouluvirsi mitä koskaan olen kuullut. Mieleni heltyi ja
kyyneltulva täytti silmäni.
Siinä samassa tärisytti ilmaa kumea, kutsuva ääni, voimallisempi
meren veisuuta, kohta toinen ja kolmas…
Se oli Nikolainkirkon kumajava kello, joka kutsui kansaa
aamukirkkoon.
Ne kutsut olivat minullekin… Ne ovat kaikille.
Olikinpa siitä aikaa, kun olin kirkossa käynyt.
Kiitin merta sydämmessäni, nousin ylös ja läksin kutsuvata ääntä
kohti.
Kun astuin kirkkoon, alkoi samassa kuulua alttarilta ylentävä
ylistyslaulu, johon urkujen ylevä ääni yhdistyi:
Kunnia olkoon Jumalalle korkeudessa ja maassa rauha, ihmisille
hyvä tahto!
Minä painausin penkkiin ja itkin…
Kirkosta lähtiessäni olin kokonaan rauhoittunut. Toivotin äidilleni
iloista joulua sähköteitse ja vielä samana päivänä kirjoitin isälleni.
Sitä seurasi täydellinen sovinto isäni ja minun välillä ja hän oli
tytyväinen, vaikka eivät hänen toiveensa tulleetkaan minun suhteeni
täytetyiksi, niinkuin hän olisi tahtonut…
Tätä sanon minä meren jouluksi sen vuoksi, että meren valtavuus
esti minut itsemurhasta sekä siitä syystä että kokonainen meri tulisi
niistä kyyneleistä, joita sain vuodattaa, ennen kuu Jumala kirkasti
itsensä sydämmessäni ja minä sain uutta voimaa.
Tähän lopetti kertoja.
Heräämiseni.
Oli heleä heinäaika. Koko viikon oli ollut kaunista, pilvetöntä
poutaa. Heinänteko oli täydessä vauhdissa. Kaikkialla niityillä ja
heinämailla oli kiire, tulinen kiire, kun edellisellä viikolla ei oltu
sopimattomien säiden vuoksi saatu mitään kokoon, vaan sitä
enemmän kaadettu kumoon, seuraten vanhaa, viisasta neuvoa, että
joka sateella niittää, se poudalla kokoaa. Mitä viime viikolla oli
niitetty, se oli nyt kokoon saatava. Kiire oli siis, tulinen kiire kaikkialla
niityillä ja heinämailla, sitä kun ei voi arvata kauvanko poutaa
kestää.
Meilläkin oli koko viikon niitokset hajallaan Sydänmaan niityllä.
Siellä oli kaikki väki työssä, niin vuosipalkolliset kuin kesämiehet ja
kasakat.
Viikon lopulla lähetti isäni minut sinne katsomaan, kuinka
heinänkokuu kävi. Ja määrätty oli, että, jos työ näytti käyvän veltosti
ja leväperäisesti, minun oli jäätävä sinne antamaan pontta käynnille.
Sydänmaan niitty on laaja suoniitty, jonka lävitse juoksee pieni
puro. Se on siis jonkinlaista jokivartta. Siinä on monen kyläkunnan
niityt yhdessä jaksossa. Pohjoispuolella sitä on metsätön vuori, kun
toisaalla taas on alavata, metsäistä maata.
Läksin ani varhain aamulla matkaan, joutuakseni perille
aamuviileän aikana. Noin kello kuuden korvilla olinkin jo mäellä, jolle
näkyi koko niittylakeus. Ei ikinä mene mielestäni se näky, joka siinä
avautui silmieni eteen. Koko niittyaukealla, niin pitkälti kuin silmä
kantoi, liehui työväkeä vaaleoissa ja valkosissa puvuissa. Mitkä
hajoittelivat rukoja, mitkä kouhottelivat karhoja, mitkä tekivät
luokoja, ja toisin paikoin heilui vielä reippaita miehiä, viikatteet
kädessä. Oli siinä elämätä, reipasta, iloista heinäajan elämätä.
Ääretön on se työn paljous, joka lyhyellä heinäntekoajalla
suoritetaan. Sinä aikana tehdään milt'ei enemmän työtä kuin koko
muuna aikana vuotta. Jokainen, halvin päiväläinenkin silloin pitää
kunnian asiana ponnistaa kaikki voimansa, ihan äärimmäisiin asti,
jokainen tekee kuin omaa työtään. Eikä siinä joudeta suurin lepoja
pitämään eikä öitä makaamaan. Auringon päivätyö on lyhempi kuin
heinämiehen…
Ensi silmäyksellä jo huomasin, minkä jättiläistyön meidän
väkemmekin oli sillä viikolla suorittanut ja että työ oli aivan
lopuillaan, eikä siis minua siellä enää ollenkaan tarvittu. Viivähdin
kuitenkin hetkisen heinämiesten luona, siksi että söin heidän
kanssaan einettä ja läksin sitten kotia kohti viemään hyvää
sanomata.
Joutuakseni pikemmin perille ja saadakseni metsän siimeksessä
suojaa auringon polttavilta säteiltä, päätin oijustaa poikkimaiseen
sydänmaan kulmitse kotia. Siitä ei mennyt mitään tietä eikä polkua,
eikä edes karjan uraa, vaan kun oli siitä kautta ennenkin kulkenut,
niin eihän siinä ollut mitään kammoksuttavata.
Ilomielin ja tyytyväisenä astuin metsän mieluisaan poveen ja aloin
matkani. Se on rauhallinen kuin äidin syli tuo tyynen metsän povi.
Raitis tuoksu lemusi vastaani ja joka aukosta ja joka mäeltä hymyili
viettelevästi etäinen sinertävä salo. Nautin täysin henkäyksin
tuoretta metsän tuoksua, ja salon hiljainen elämä viehätti minua.
Kotvasen kuljettuani, istausin kivelle levähtämään ja katselemaan
somallista seutua, joka aukosta pisti eteeni. Siinä oli lampi, sen
takana pienonen niittypatama, jonka reunasta kohosi rintava aho, ja
molemmin puolin reunusti musta metsä lammen kirkasta silmää.
Omituiselta näytti tuo maisema. Kivi, jolla istuin, oli korkealla
rantatöyräällä, ikäänkuin putoamaisillaan lampeen, jonka ranta näytti
alkavan aitani. Lampi edessäni oli yhtä syvä kuin taivas oli korkea. Se
oli kuin pelottava syvyyden kaivo, jota ympäröi synkkä salo sekä
ylhäällä rannalla että alhaalla syvyydessä ja taustalla loiveni mäen
rinta. Katsellessani veteen, näin ahon äärimmäisessä reunassa
suuren kuusen, joka pisti syvemmälle kaikkia muita puita, alemma,
yhä alemma syvyyttä kohti. Tuuhea se oli ja valtava ja valtasi mieleni
kokonaan. Hetken päästä olin kyllästynyt syvyyteen. Sinne ei vienyt
minun tieni. Ummistin silmäni ja nostin pääni, päästäkseni erilleni
syvyyden viettelevästä kuvastimesta. Kun sitten avasin silmäni,
tapasivat katseeni tuon valtaavan kuusen. Nyt se ei ollut enää
syvyydessä, vaan ahon yläreunassa lammen takana, korkeammalla
muita puita. Se oli minusta kuin rauhan enkeli, joka siunasi maata ja
muuta metsää, ympäröivää seutua. Olin kokonaan kiintynyt kuuseen.
Kun siitä toinnuin ja aijoin lähteä jatkamaan matkaani, en enää
tiennytkään, mihin päin oli mentävä. Niin oli minut hurmannut seutu
ja metsän hiljainen henkevyys. Koetin tähystellä taivaalle ja ottaa
suuntaa auringosta. Se ei ollut pitänyt huolta minusta, ei ollut
seisahtunut odottamaan minua. Se oli kulkenut tietään jättäen minut
siihen, missä olin. Näissä toimissa toperruin yhä enemmän ja kohta
olin selvillä, että olin eksyksissä. Tämä huomio ei ollenkaan mieltäni
masentanut. Päätin pitkittä arveluitta pyrkiä seudun valtijasta,
turvallista kuusta kohti. En luullut voivani ihan veden viertä astua,
kun arvelin rannalla olevan ryteikkötä ja kun se muuten oli
jyrkkärinteinen, vaan poikkesin ulomma metsään ja läksin
kiertämään lampea. Kuljin, ja mielestäni olisi pitänyt jo kahdestikin
tuon kuusen vastaani tulla. Sitä vaan ei kuulunut ja väsyttääkin jo
alkoi. Kuljin ja kuljin. Mitä kummaa! Siinä oli aukko edessäni, aukko
samanlainen kuin äsköinen, josta avautui samanlainen näköala
eteeni kuin se, jota olin äsken ihaillut. Ihmettelin ja katselin ja
katselin ja ihmettelin. Se oli se sama aukko, josta vasta olin syvyyttä
silmäillyt, sama kuusi takana, joka oli näyttänyt niin valtavalta sekä
alhaalla syvyyden pohjassa että ylhäällä ahon reunassa kirkasta
taivasta vasten, sama oli kivi, jolla ojin istunut. Sama, sama, samaa
kaikki. Olin kiertänyt lammen niin kauvatse ett'en ollut kuusta
huomannut…
Muistui mieleeni kuulemani kertomus, että eksyneet useinkin
joutuvat, pitkät matkat kuljettuaan, samaan paikkaan, missä ensin
huomasivat olevansa eksyksissä. Tämän muistin, mutta en siitä
hämmästynyt. Muistan aivan hyvin kuinka kummallisella mielellä olin.
Olisin tahtonut häipyä metsän hiljaiseen henkeen. Metsän hengeksi
olisin suonut henkeni ja näkyväisen olentoni pieneksi näreeksi kiven
viereen, jolla olin istunut, että olisin aikani saanut ihailla luonnon
käsittämätöntä syvyyttä lammen tyynessä povessa ja turvallisesti
kääntyä korkeata kuusta kohti, joka valtavana kohosi ahon reunassa
näköalan taustalla. Kuusi, kuusi, vihanta kuusi! Se oli soitto
sisimmässäni.
Arvelin, että kyllä kait niityltä, järven takaa, viepi joku polku kyliä
kohti, ihmisasunnoille. Mutta ett'en antaisi metsän enää kuljettaa
itseäni harhaan, päätin koettaa laskeutua jyrkkää, pelottavaa
rinnettä rantaan ja yrittää sitä pitkin niitylle. Se oli helpompata kuin
luulinkaan ja rannalla oli karjan ura.
Sillä välin oli päivä mennyt pilveen. Ja kun pääsin aholle, näin että
musta, synkkä pilvi nousta mouvotti taivaalle ja tahtoi herruutta
yläilmoissa. Ilma oli tukahduttavan kuuma ja tunkka. Noustessani
ahoa ylös, huomasin, että ukonilma oli tulossa. Salamat leimahtelivat
ja jyrinätä alkoi kuulua. Mikä oli turvana, kun en tietäkään löytänyt…
mikä oli turvana. Olin jo ahon yläreunassa ja siinä oli kuusi, tuuhea
kuusi, jota edempätä olin ihaillut. Vettä alkoi vihmoa pilvestä. Olin
väsynyt enkä tiennyt mihin mennä. Katselin vanhaa, harmaapartasta
kuusta, joka näytti ystävällisesti hymyilevän. Se tarjosi ainakin
sateen suojan. Hiivin sen turviin, sen laajain, lehväisten oksain alle.
Se oli turvallinen paikka, ei mikään sade sinne osunut. Minua alkoi
painostaa. Heitin kengät jalastani, otin puseron päältäni ja panin sen
kenkäin päälle päänalaseksi ja rupesin pitkälleni.
Lepo tuntui väsyneestä hyvältä ja miellyttävä tunne hervosi
jäseniä, mutta mieli alkoi liikkua sitä vilkkaammin. Ensin tuli mieleeni
äitini ja että mitähän hän sanoisi, jos tietäisi poikansa makaavan
puun juuressa keskellä erämaita, rajuilman noustessa. Siitä oli hyvä,
ettei hän sitä tiennyt, että siltä puolen voin olla huoleti. Sitten
muistin sisarukset kotona ja kuinka heillä on hyvä, kun saavat,
illallisen syötyään, nukkua turvallisen huoneen sänkyyn. Silloin
tahtoivat vesikierteet tulla silmiini ja sisässäni tuntua nälän oireita.
Eikähän se ihme ollutkaan, kun en ollut syönyt muuta kuin minkä
aamupäivästä heinämiesten luona ja koko päivän olin ollut
liikeliepeellä. Yksinäisyyskin rupesi tuntumaan oudolta ja
turvattomalta. Mieli alkoi myrtyä, mutta samassa ilmestyi isäni kuva
eteeni. Kohta silloin kuivuivat vaikeroimisen vedet silmistäni, kun
muistin hänen opetuksensa ja neuvonsa, että missä erämaassa
ihminen vaeltaneekin, hän ei koskaan ole yksin eikä turvaton, sillä
yksi on, joka aina valvoo, on seuralaisena ja murheen pitää. Tämä
muisto teki hyvää ja rauhoitti. Oikein näpisti katumus sydänalaa
arvellessani, että nyt, kun kerran tarvitsi turvautua vanhempaini
opetuksiin ja hyviin neuvoihin, olin ne kokonaan unhottamaisillani.
Saadakseni mieleni täysin levolliseksi, aloin hartaasti muistella
kaikkia niitä opetuksen kohtia, jotka osottivat, mistä yksinäinen saapi
seuraa, turvaton turvaa ja murheellinen lohdutusta. Nämä muistot
rauhoittivat mieltäni, antoivat voimaa, ja yksinäisyyden tunne katosi
kokonaan sekä olin ihan varma mielessäni, että seuraavana aamuna

More Related Content

PDF
Download full ebook of l instant download pdf
PDF
Download Study Resources for Understanding Operating Systems 5th Edition McHo...
PDF
Windows 10 hallinnan näkökulmasta
PDF
Download full ebook of Basic Computer Awareness Sharma instant download pdf
PDF
Asennusohjeet
PDF
Full Download Quick Boot A Guide for Embedded Firmware Developers 2nd Edition...
ODP
Luento2
PDF
Quick Boot A Guide For Embedded Firmware Developers 2nd Edition 2nd Edition P...
Download full ebook of l instant download pdf
Download Study Resources for Understanding Operating Systems 5th Edition McHo...
Windows 10 hallinnan näkökulmasta
Download full ebook of Basic Computer Awareness Sharma instant download pdf
Asennusohjeet
Full Download Quick Boot A Guide for Embedded Firmware Developers 2nd Edition...
Luento2
Quick Boot A Guide For Embedded Firmware Developers 2nd Edition 2nd Edition P...

Similar to Survey of Operating Systems 5th Edition Holcombe Solutions Manual (20)

PDF
Linux Unveiled: From Novice to Guru Kameron Hussain
PDF
Operating Systems a concept based approach 1st Edition Dhananjay Dhamdhere
PPTX
Windows 7 - uudet ominaisuudet
PPTX
Windows Vista Ja 7 Yhteensopivuus Ja Sovellustestaus
PPTX
Windows 7 Käyttöönottoprojekti
PDF
Pikkusovellusten päivittämisen parhaat käytännöt SCCM-maailmassa -webinaari
PDF
Computer Security Principles And Practice Global 3rd Edition Stallings Test Bank
PDF
Systems Analysis and Design 11th Edition Tilley Solutions Manual
PDF
Solution Manual for Information Technology Auditing 4th Edition Hall 11339498...
PDF
Access Solution Manual for C++ How to Program 10th by Deitel All Chapters Imm...
PDF
Computer Security Principles and Practice 4th Edition Stallings Test Bank
PDF
Store App -kehityksen aloittaminen
PDF
Automation Production Systems and Computer Integrated Manufacturing 4th Editi...
PDF
Systems Analysis and Design 11th Edition Tilley Solutions Manual
PDF
Download Study Resources for Solution Manual for C++ How to Program 10th by D...
PPTX
API Design: 7 kuolemansyntiä
PDF
Windows 8
PDF
Professional Sql Server 2008 Administration With Windows Powershell 1st Editi...
PDF
C 12 Pocket Reference Instant Help For C 12 Programmers Converted Joseph Alba...
PDF
Database Systems Design Implementation And Management 13th Edition Coronel So...
Linux Unveiled: From Novice to Guru Kameron Hussain
Operating Systems a concept based approach 1st Edition Dhananjay Dhamdhere
Windows 7 - uudet ominaisuudet
Windows Vista Ja 7 Yhteensopivuus Ja Sovellustestaus
Windows 7 Käyttöönottoprojekti
Pikkusovellusten päivittämisen parhaat käytännöt SCCM-maailmassa -webinaari
Computer Security Principles And Practice Global 3rd Edition Stallings Test Bank
Systems Analysis and Design 11th Edition Tilley Solutions Manual
Solution Manual for Information Technology Auditing 4th Edition Hall 11339498...
Access Solution Manual for C++ How to Program 10th by Deitel All Chapters Imm...
Computer Security Principles and Practice 4th Edition Stallings Test Bank
Store App -kehityksen aloittaminen
Automation Production Systems and Computer Integrated Manufacturing 4th Editi...
Systems Analysis and Design 11th Edition Tilley Solutions Manual
Download Study Resources for Solution Manual for C++ How to Program 10th by D...
API Design: 7 kuolemansyntiä
Windows 8
Professional Sql Server 2008 Administration With Windows Powershell 1st Editi...
C 12 Pocket Reference Instant Help For C 12 Programmers Converted Joseph Alba...
Database Systems Design Implementation And Management 13th Edition Coronel So...
Ad

Survey of Operating Systems 5th Edition Holcombe Solutions Manual

  • 1. Survey of Operating Systems 5th Edition Holcombe Solutions Manual install download https://testbankfan.com/product/survey-of-operating-systems-5th- edition-holcombe-solutions-manual/ Download more testbank from https://testbankfan.com
  • 2. We believe these products will be a great fit for you. Click the link to download now, or visit testbankfan.com to discover even more! Survey of Operating Systems 5th Edition Holcombe Test Bank https://testbankfan.com/product/survey-of-operating-systems-5th- edition-holcombe-test-bank/ Understanding Operating Systems 5th Edition McHoes Solutions Manual https://testbankfan.com/product/understanding-operating- systems-5th-edition-mchoes-solutions-manual/ Understanding Operating Systems 5th Edition McHoes Test Bank https://testbankfan.com/product/understanding-operating- systems-5th-edition-mchoes-test-bank/ Operating Systems 3rd Edition Nutt Solutions Manual https://testbankfan.com/product/operating-systems-3rd-edition- nutt-solutions-manual/
  • 3. Operating Systems 3rd Edition Deitel Solutions Manual https://testbankfan.com/product/operating-systems-3rd-edition- deitel-solutions-manual/ Understanding Operating Systems 7th Edition McHoes Solutions Manual https://testbankfan.com/product/understanding-operating- systems-7th-edition-mchoes-solutions-manual/ Understanding Operating Systems 8th Edition McHoes Solutions Manual https://testbankfan.com/product/understanding-operating- systems-8th-edition-mchoes-solutions-manual/ Modern Operating Systems 4th Edition Tanenbaum Solutions Manual https://testbankfan.com/product/modern-operating-systems-4th- edition-tanenbaum-solutions-manual/ Survey of Accounting 5th Edition Edmonds Solutions Manual https://testbankfan.com/product/survey-of-accounting-5th-edition- edmonds-solutions-manual/
  • 4. Survey of Operating Systems — Fifth Edition Instructor Manual IM-7 | 1 Chapter 7 Supporting and Troubleshooting Windows In this chapter, students will look under the Windows desktop at some of the complexity of the Windows operating system, including the registry, the Windows user options, power options, and various ways to start up Windows for resolving problems, as well as working with device drivers and troubleshooting. At the end of the lesson students should be able to: LO 7.1 Define the role of the registry in Windows and back up and modify the registry when needed. LO 7.2 Describe the Windows user options and power options, and, given a scenario, select appropriate startup options. LO 7.3 Install and manage device drivers. LO 7.4 Troubleshoot common Windows problems. Estimated time for lesson: 3 to 4 hours Preparing for Class At minimum, the students should have computers configured with Windows 7, Windows 8.x or Windows 10. Each student should be able to log on with an administrator type account. Prerequisites for Class Ensure that the students are: • Able to access a running lab computer either individually or in small groups • Able to browse the Internet and capable of using a web browser • Able to access a computer running Windows, preferably Windows 7 Class Preparation Notes While there are no hands-on activities that will be as time-consuming as the installation labs of some of the early chapters, you should take time beforehand to review the five Step-by-Step exercises and four Try This activities on a computer configured identically to the students' computers to determine where your group of students might have difficulty. General Teaching Tips This chapter moves from the conceptual to the practical, while maintaining the “survey” level. The goal of this chapter is to give users enough understanding of the workings of Windows to enable them to use some of the simpler recovery tools, but to also understand the boundaries between recovering from a disaster and creating a disaster by attempting to do advanced tasks without the requisite knowledge. This caution especially applies to the first section; where we want the students to understand the registry and its components but not to get bold about making direct changes. It includes a Try This (page 268) in which they open Registry Editor, and a Step-
  • 5. Chapter 6 Under the Windows Desktop IM-7 | 2 by-Step that has them use System Restore as a simple way to back up the system, including the registry. In the second section students learn about the Windows User and Power options and the shut down and startup procedures for Windows 7, Windows 8.x, and Windows 10. Then, they move on to working with device drivers, with a Try This for searching for a device driver on the Web and a Step-by-Step in which they become acquainted with Device Manager. The section on troubleshooting gives them hands-on experience with Safe Mode. Key Terms binary file — A file that contains program code, as opposed to a file containing data. bootloader — The Windows OS startup code that gets loaded in memory. bootstrap loader — A firmware program that uses hardware configuration settings stored in nonvolatile memory (commonly called CMOS) to determine what devices can start an OS and the order in which the system will search these devices while attempting to begin the OS startup process. code signing — A practice introduced in Windows 2000 in which all of the operating system code is digitally signed to show that it has not been tampered with. Command Prompt—A command-line interface (CLI) that you can launch from within Windows, from Safe Mode, or as a Recovery option. Consent Prompt — A prompt requesting permission from an administrator to proceed with an action that requires administrator privileges. Credentials Prompt — A prompt requesting that a standard user provide computer administrator credentials before granting permission to proceed with an action that requires administrator privileges. data type — A special data format in the Windows registry. There are several registry data types, such as REG_BINARY, REG_DWORD, and so forth. Device Stage — A Windows 7 feature which, if the device supports it, will bring up a page from which you can make many choices for managing the device, and it often includes an accurate image of the device. digital signature — In Windows, encrypted data that can be unencrypted by Windows in a process called file signature verification. driver signing — Code signing of device drivers that indicates two things: the integrity of the file or files, and that the device driver has passed Microsoft’s tests for compatibility. Early Launch Anti-Malware (ELAM) — A security component that examines each of the device drivers before they load into memory, thus preventing suspicious drivers from loading. Fast Boot — A start-up feature that takes advantage of the hibernated kernel of the Windows 8 Hybrid Shutdown by bring the hibernated system session out of hibernation, saving all the work of the Kernel Loading phase. file signature verification — The process by which Windows unencrypts a digital signature and verifies that the file has not been tampered with in any way.
  • 6. Survey of Operating Systems — Fifth Edition Instructor Manual IM-7 | 3 Hibernate — The process of saving to disk an image of the contents of RAM, including the OS, open apps, and all the associated data before the OS sends the command to power down the computer. hive — The portion of the Windows registry represented in one registry file. Hybrid Shutdown — In Windows 8, when you select Shutdown from the Power menu it 1) sends messages to all running apps to save data and settings and then it shuts down the apps, 2) closes the session for each logged-on user, and 3) hibernates the Windows session and saves it in a file. key — In the Windows registry, a folder object that may contain one or more sets of settings as well as other keys. Last Known Good Configuration — A startup option that starts Windows normally and selects the configuration that existed at the last successful user logon, ignoring changes made after the last logon. logon phase — The phase of startup that includes authenticating the user, starting the Windows Logon service, runs existing logon scripts during program startup, and starts plug- and-play detection. Measured Boot — A UEFI firmware feature that logs the start-up process so antimalware software can analyze this log to determine if malware is on the computer or if the boot components were tampered with. MSCONFIG — The System Configuration Utility, a Windows tool for modifying system start-up, allows you to modify and test start-up configuration settings without having to alter the settings directly. It allows you access to settings buried within the registry and allows you to make the changes temporary or permanent. plug and play — The ability of a computer to automatically detect and configure a hardware device. To work, the computer, the device, and the OS must all comply with the same plug and play standard. power-on self-test (POST) — A series of firmware program tests of the system hardware that determines the amount of memory present and verifies that devices required for OS startup are working. PowerShell — A command-line interface (CLI) that accepts text input and also accepts objects, as defined by object-oriented programming. registry — A database of all configuration settings in Windows. root key — In the Windows registry, the top five folders are root keys, often called subtrees in Microsoft documentation. Each of these subtrees is the top of a hierarchical structure containing folders called keys. Safe Mode — A mode for starting Windows with certain drivers and components disabled. Safe Mode with Command Prompt — A mode for starting Windows with only a command prompt as a user interface. Secure Boot — The UEFI firmware feature that loads only trusted operating system
  • 7. Chapter 6 Under the Windows Desktop IM-7 | 4 bootloaders. security ID (SID) — A unique string of numbers preceded by S-1-5 that identifies a security principal in a Windows security accounts database. Sleep — The sleep power option causes the computer to stay on in a very-low-power mode; the system state and user session (applications and data) are saved in RAM, but the screen turns off. subkey — In the Windows registry, a key that exists within another key. System Recovery Command Prompt — An advanced command-line interface where you can enter commands to repair Windows. Trusted Boot — A Windows 8 feature that examines each of the system files required for the boot process before it loads into memory. value entry — A setting within a Windows registry key. Windows Recovery Environment (Windows RE) — A component of Windows PE that, when needed, provides support with a powerful group of diagnostic and repair tools.
  • 8. Survey of Operating Systems — Fifth Edition Instructor Manual IM-7 | 5 Lecture Outline I. LO 7.1 Understanding the Registry Teaching Tip: Before you begin, do the Try This on page 265 so that hidden files and extensions are visible in Windows Explorer/File Explorer. Then start out the lecture with Windows Explorer/File Explorer open and be prepared to locate the registry files as you discuss them. Have the students do the Try This so that they can see the files discussed. Then, a Try This activity involves running Registry Editor in order to view the registry structure. The objective of this section is to give the students an understanding of the function of the registry, its pieces and parts, and the location of registry hive files. Discourage students from actually modifying the registry. The text should help them understand that many things they do day-to-day actually modify the registry. Step-by-Step 7.01 guides them through using System Restore to create a restore point, an indirect way to back up the entire registry and more. This section concludes with a brief description of how to back up just a portion of the registry using Registry Editor. A. The Registry Defined 1. The registry is a database of all configuration settings in Windows. It includes settings for: i) Device drivers ii) Services iii) Installed application programs iv) Operating system components v) User preferences B. Automatic Registry Changes 1. Any change to the operating system or an installed application will result in a change in the registry. The registry will automatically be changed when: i) Windows starts up or shuts down ii) During Windows Setup (which runs more often than you may think) iii) Changes are made through a Control Panel applet or the newer Settings tool
  • 9. Chapter 6 Under the Windows Desktop IM-7 | 6 iv) A new device is installed v) Any changes are made to the Windows configuration vi) Any changes are made to a user's desktop preferences vii) An application is installed or modified viii) Changes are made to preferences in any application Teaching Tip: If you have not done so already, have students do the Try This on page 265. Tell students that in order to see all the registry files they must change the View settings in Folder Options: Enable Show hidden files, folders, and drives and clear the check box next to Hide protected operating system files. Both of these settings are required to view these files. However, warn them that they should return these settings to the default. At minimum click to place a check in the checkbox for Hide protected operating system files. C. Registry Files 1. The Windows registry files include the following: i) BCD ii) DEFAULT iii) NTUSER.DAT iv) SAM v) SECURITY vi) SOFTWARE vii) SYSTEM 2. The portion of the registry in each of these files is a hive. i) The BCD (Boot Configuration Database) file resides in the Boot folder in the hidden system partition. Like other registry files it is a binary file. It contains the store used by Windows during the bootloader phase of startup. ii) The DEFAULT hive contains user desktop settings, called a user profile, used when no user is logged on. You do need desktop settings for the GUI even before you log on. The default profile is contained in folders that reside in C:usersdefault. In this case, default is a hidden folder.
  • 10. Survey of Operating Systems — Fifth Edition Instructor Manual IM-7 | 7 iii) The NTUSER.DAT hive file contains the user profile for a single user. A separate NTUSER.DAT file exists for each user who logs onto the computer, as well as one located in the DEFAULT USER folder. When a user logs on, the settings from that user's NTUSER.DAT file apply and become part of the current registry. The first time a user logs onto a computer, It saves the NTUSER.DAT file in the top-level personal folder for that user. iv) The SAM hive contains the local security accounts database; SAM is an acronym for Security Accounts Manager. v) The SECURITY hive contains the local security policy settings for the computer. vi) The SOFTWARE hive contains configuration settings for software installed on the local computer, along with various items of miscellaneous configuration data. vii) The SYSTEM hive contains information used at startup, including device drivers to load as well as the order of their loading, and configuration settings, the starting and configuring of services, and various operating system settings. 3. The Permanent Portions of the Registry are the Registry Hives (see above) with all the changes saved from use to use. 4. The Temporary Portion of the Registry i) HKEY_LOCAL_MACHINEHardware ii) Information gathered during the hardware detection process of the detect-and-configure-hardware phase of Windows startup. It is not saved to disk in a file. D. Viewing and Editing the Registry Teaching Tip: Open REGEDIT during this part of the lecture, and instruct the students to follow the instructions in the Try This on page 268 to open this program and view the registry structure. Then demonstrate the hierarchical structure of the registry and point out the key points. This section has several key terms. Be sure to use the text and the REGEDIT program to differentiate among these registry components. 1. View and edit the registry as a hierarchical structure using REGEDIT.EXE. i) REGEDIT is located in the folder in which Windows is installed
  • 11. Chapter 6 Under the Windows Desktop IM-7 | 8 (usually C:Windows or CWINDOWS) ii) It does not have a shortcut on the Start menu. a) It should not be too handy b) Start it from the Search box or the Run box iii) Navigation of registry folder is similar to disk folders iv) Key — a folder object containing settings and other keys v) root keys — five folders at the top of the hierarchy. See Table 7-2 on Page 247 for description of contents of each root key vi) value entry — settings within a key vii) data type — the specific format of a value entry. See Table 7-3 on Page 269 for a short list and description of data types. E. Backing Up the Registry 1. Creating a Restore Point i) Step-by-Step 7.01: Creating a Restore Point Teaching Tip: Step-by-Step 7.01 guides students through using System Restore to create a restore point, an indirect way to back up the entire registry and more. This exercise works in Windows 7, Windows 8.x, and Windows 10. The System Properties dialog box is available in all three, but it will only open in Windows 8.x and Windows 10 by launching sysdm.cpl from the Run box. This is Step 1. If students have trouble with this, have them double check their spelling. 2. Use REGEDIT to Back Up the Registry a) Back up using Registry Editor’s Export Registry File option. 1) Select Computer to back up all 2) Select a key to back up portion b) Double-click on the new .REG file to restore it. Teaching Tip: Take time to expand on the Warning on the top of page 272.
  • 12. Survey of Operating Systems — Fifth Edition Instructor Manual IM-7 | 9 II. LO 7.2 Windows User and Power Options Teaching Tip: This section is organized under User Options and Power Options, with the bulk of the content under Power Options. Explain that at every startup the Windows OS is "rebuilt" from the ground up through six phases. The exception is a Windows 8/8.1/10 Fast Boot, which can only occur after a Windows Hybrid Shutdown. The advent of Hybrid Shutdown and Fast Boot in Windows 8 and newer is the reason the authors describe Shutdown before startup in this section. A. Windows 7 combined both the user options and power options on one menu B. Windows 8/8.1/10 separate these options C. User Options 1. Windows 8/8.1 user options are in the User menu accessed from the User tile on the Start screen. In Windows 10, access the User menu from the User tile on the top of the Start menu. 2. Windows 8.1 User menu i) Change account picture (Opens the Your Account page in Settings) ii) Lock iii) Sign out 3. Windows 10 User menu i) Change account settings (Opens the Your Account page in Settings) ii) Lock iii) Sign out D. Power Options 1. Windows 7 from Start menu i) Sleep ii) Hibernate (only if configured for this) iii) Shutdown
  • 13. Chapter 6 Under the Windows Desktop IM-7 | 10 iv) Restart Discussion Point: Point out the Note on page 274. This Note explains how to use a Restart as a troubleshooting/problem resolution tool. 2. Windows 8/8.1/10 from Power button on Start screen (Windows 10 Start menu) i) Sleep ii) Hibernate (only if configured for this) iii) Shutdown iv) Restart 3. Sleep i) The computer stays on in a very-low-power mode; the system state and user session (applications and data) are saved in RAM, but the screen turns off. ii) Use Sleep when you must briefly interrupt your work on a laptop or tablet, as when you board a plane iii) Do not use Sleep for lengthy periods because when the battery runs down, Sleep mode ends 4. Hibernate i) Windows saves to disk an image of RAM, including the OS, open apps, and all associated data ii) Use Hibernate when you would use Sleep, except that Hibernate does not require power. iii) It takes a bit longer to restore from Hibernate than from Sleep. 5. The Windows 7 Shutdown i) When you select Shutdown, Windows: a) Sends messages to all running apps to save data and settings b) Closes the session for each logged-on user
  • 14. Survey of Operating Systems — Fifth Edition Instructor Manual IM-7 | 11 c) Sends a shutdown message to all running services and then shuts them down d) Sends a shutdown message to all devices e) Closes the operating system’s session f) Writes pending data to the system drive g) Sends a signal to power down the computer 6. Windows 8, 8.1, and Windows 10 Hybrid Shutdown i) Select Shutdown from the Power menu, Windows: a) Sends messages to all running apps to save data and settings, and then shuts down the apps b) Closes the session for each logged-on user c) Hibernates the Windows session and saves it in a file. It does not Hibernate the User session. d) [Sends a signal to power down the computer] Teaching Tip: Oops! The authors left out the last step of Hybrid Shutdown in the book. This was added by the authors in the PPT slides and entered into the final PDF for revision at a later printing. 7. Restart i) When you select Restart, all Windows versions discussed here do a full shutdown and a full system start up ii) Important to know because Restart seems slower on a Windows 8 or newer computer than a cold boot does because it doesn’t do the Hybrid shutdown or the Windows Fast Boot (description coming) E. Windows 7 Startup Phases 1. Power-On Self-Test i) Initiated by power up or restart ii) CPU loads the BIOS programs beginning with the Power-On Self- Test (POST)
  • 15. Chapter 6 Under the Windows Desktop IM-7 | 12 a) Tests system hardware b) Determines the amount of memory present c) Verifies that devices required for OS startup are working d) Loads configuration settings from CMOS memory into main system memory e) During the POST, the BIOS (very) briefly displays information on the screen as it tests memory and devices 2. Initial Startup i) BIOS code uses CMOS settings to determine what devices are usable to start an OS, and the order in which the system will search these devices in attempting to begin the OS startup process. ii) Loads the MBR from the first physical sector of the first hard disk. (If booting from hard disk) iii) MBR code loads boot sector from the primary active partition on the first hard disk. iv) Boot code from the boot sector identifies the file system, locates the boot loader file, and loads it into memory. 3. Bootloader i) Windows 7, Windows 8, and Windows 10 Boot Loader Phase a) BOOTMGR is boot loader 1) Loads the Boot Configuration Database (BCD) 2) Loads the OS loader boot program, WINLOAD.EXE Discussion Point: If students are still using Windows XP and are familiar with how Windows XP starts up, point out that the Windows BOOTMGR and WINLOAD.EXE files together replace the functions of the old NTLDR file in Windows XP. Newer versions of Windows do not need NTLDR, BOOT.INI, and NTDETECT.COM, but these files will be present on a computer that multi-boots between Windows XP or Windows Vista and a newer Windows version. 4. Detect and Configure Hardware i) Scans the computer’s hardware
  • 16. Survey of Operating Systems — Fifth Edition Instructor Manual IM-7 | 13 ii) Creates a hardware list for later inclusion in the registry 5. Kernel Loading i) NTOSKRNL.EXE loads into memory ii) Hardware information passes to kernel iii) Hardware abstraction layer (HAL) file loads into memory iv) System portion of the registry loads v) Drivers required at startup load vi) Kernel initializes required services and drivers vii) Kernel loads other components and switches Windows from text mode to graphics mode viii) Session manager starts user-mode Windows code (CSRSS.EXE) ix) Creates virtual memory paging file (PAGEFILE.SYS) x) Starts the Windows logon service (WINLOGON.EXE) 6. Logon Teaching Tip: Emphasize that much happens during the logon phase in addition to logon. a) User Logon b) Program Startup c) Plug and Play Detection F. Windows Secure Boot and Fast Boot 1. Firmware Startup i) When computer is turned on, CPU loads firmware into memory and POST occurs regardless of OS installed because it’s before OS installation ii) Secure Boot is the UEFI firmware feature that loads only trusted OS bootloaders iii) While Windows proceeds with startup to the point when
  • 17. Chapter 6 Under the Windows Desktop IM-7 | 14 antimalware software loads, a UEFI firmware feature, Measured Boot, logs the process and antimalware software can analyze this log 2. Trusted Boot [and ELAM] i) A Windows 8 feature that examines each system file of the boot process before it loads ii) Another security component, Early Launch Anti-Malware (ELAM) does the same for all device drivers. 3. Fast Boot i) Takes advantage of the hibernated kernel of the Windows 8 Hybrid Shutdown. ii) Fast Boot simply brings the hibernated system session out of hibernation iii) On a computer with multiple cores, they work in parallel when processing the hibernation file. G. Modifying System Startup 1. Modifying System Startup for Windows 7, Windows 8x, and Windows 10 i) Boot configuration database (BCD) is a hidden part of the registry a) C:BOOTBCD b) Contains 1) Locale information 2) Location of the boot disk 3) Location of the Windows files 4) Other startup information ii) View contents of BCD and directly edit using BCDedit iii) Through the GUI in Startup and Recovery dialog (in Step-by-Step 7.02) Teaching Tip: Step-by-Step 7.02 Modifying Windows System Startup Point out that, as with previous
  • 18. Survey of Operating Systems — Fifth Edition Instructor Manual IM-7 | 15 versions of Windows, you can modify some startup settings through the GUI, which this exercise demonstrates. Beginning in Step 4, they will also run BCDedit to see the contents of BCD, including the change made through Startup and Recovery. III. LO 7.3 Installing and Managing Device Drivers Teaching Tip: Allow the students the few minutes required to complete the Try This on page 282. If this is not possible, demonstrate it for them. A. Installing Device Drivers 1. Windows comes with a huge cache of device drivers, now mostly available online 2. Windows and virtually all devices for PCs are plug and play 3. Some devices require that you install the driver and companion software before connecting the device. 4. Always read the instructions for the device 5. Permissions i) Administrator privileges required to install any device driver in Windows. a) In Windows 7, and Windows 8 you must respond to a UAC prompt (Consent Prompt or Credentials Prompt). ii) Unplugging (disconnecting) a device does not uninstall the driver. Teaching Tip: Recommend that students use Safely Remove Hardware before unplugging storage devices. 6. Working with Signed versus Unsigned Device Drivers i) Code signing a) Use of a digital signature as Microsoft’s seal of approval on program code b) Digital signature is encrypted data placed in the file 1) Process called file signature verification.
  • 19. Chapter 6 Under the Windows Desktop IM-7 | 16 2) It includes information that allows the OS to detect if the file has been altered 3) Digital signature is unencrypted by Windows in file signature verification ii) Driver signing is code signing of device drivers. iii) Default: cannot install unsigned drivers in 64-bit Windows 7, 8, or in Windows 10. B. Managing Installed Devices 1. Devices and Printers page i) User-friendly ii) Overview of most obvious devices iii) Access to Properties and other appropriate tools iv) Many newer devices support the Device Stage feature 2. Windows 8.1 PC Settings i) Devices page lists printers and other devices. 3. Windows 10 Settings i) In Settings, click or tap Devices and then select the type of device you want to add or remove. ii) Links let you launch Device Manager or Devices and Printers. This may change as Microsoft continues to upgrade Windows 10. 4. Using Device Manager to manage Device Drivers i) View and change device properties ii) Update device drivers iii) Configure Device settings iv) Uninstall devices v) Roll back driver update Teaching Tip:
  • 20. Survey of Operating Systems — Fifth Edition Instructor Manual IM-7 | 17 Step-by-Step 7.03 Getting to Know Device Manager This exercise has you first create a desktop shortcut to Device Manager. Once students complete Step 4, have them drag the new shortcut to the taskbar to pin it there. Then delete the desktop shortcut. If you are “lucky,” Device Manager will create a teaching moment by revealing a problem with a device. Be prepared for such a moment by testing this exercise on the lab computers before class and determining a course of action so that you can demonstrate how to solve any discovered problem. Try to hold off on solving the problem until you move into the Troubleshooting section. IV. LO 7.4 Using Windows Troubleshooting and Recovery Tools A. For Startup Failures: The Windows Recovery Environment 1. Windows RE is a group of diagnostics and repair utilities in the Windows Preinstallation Environment (Windows PE), the scaled-down Windows OS that supports the Windows Setup GUI (and the recovery environment). 2. Computer manufacturers who preinstall Windows can add their own repair tools to Windows RE B. Troubleshooting with Modified Startups 1. The Advanced Boot Options Menu i) Repair Your Computer (Windows 7) loads Windows PE with the Windows Recovery Environment (Windows RE) System Recovery Options. Discussion Point: The Windows 7 System Recovery Options screen is shown in Figure 7-13 on page 288 in Chapter 4 followed by a brief description of each option. a) Startup Repair b) System Restore c) System Image Recovery d) Windows Memory Diagnostic e) Command Prompt ii) Safe Mode (three variants) a) Safe Mode — loads only basic, non-vendor-specific drivers Discussion Point:
  • 21. Chapter 6 Under the Windows Desktop IM-7 | 18 If Windows will not start normally, but starts up in Safe Mode, see Discussion Point under Safe Mode with Networking to determine if the problem is related to a network component (usually the network adapter card). Then use Device Manager (in Safe Mode) to try to determine the problem. b) Safe Mode with Networking — like Safe Mode, but with network support Discussion Point: If Windows will not start normally, but starts up in Safe Mode, then restart and select Safe Mode with Networking. If it will not start in Safe Mode with Networking after previously starting in Safe Mode, the problem is related to a network component (usually the network adapter). If the problem appears immediately after installing a new adapter driver, uninstall it and find a new driver. If it appears after an upgrade of the driver, open Device Manager in Safe Mode and roll back the driver. c) Safe Mode with Command Prompt — Safe Mode with only a command prompt as a user interface Discussion Point: If Windows will not start normally, and will not start Safe Mode, then restart and select Safe Mode with Command Prompt. 1) Troubleshoot for a problem with a GUI component iii) Enable Boot Logging a) Turns on boot logging and start Windows normally b) Read the NTBTLOG.TXT file looking for a device driver that did not load iv) Enable Low-Resolution Video (640x480) a) Starts Windows normally, with lowest resolution video mode using installed video driver b) Use to reverse a change that made Windows GUI unusable v) Last Known Good (LKG) Configuration a) Starts Windows normally, selecting the configuration from the last successful user logon b) Only works if you did not restart and log on since making the change. vi) Directory Services Restore Mode — only for Windows Servers in domain controller role
  • 22. Survey of Operating Systems — Fifth Edition Instructor Manual IM-7 | 19 vii) Debugging Mode — very advanced (may be obsolete) viii) Disable Automatic Restart on System Failure (Windows 7, 8.x, And 10) ix) Disable Driver Signature Enforcement (Windows Vista and Windows 7) x) Start Windows Normally xi) Return to OS Choices Menu (Multi-Boot Only) Teaching Tip: Step-by-Step 7.04 Using Windows 7 in Safe Mode This exercise gives the students experience restarting Windows in Safe Mode, and has them browse through Windows Help and Support, which displays by default in Safe Mode in Windows 7. This shows them the recovery tools they can easily access while in Safe Mode. C. The Advanced Startup Options in Windows 8, 8.1, and Windows 10 1. Good practice to try the Windows 8 Advanced Startup options available through the General page of Windows 8 PC Settings Teaching Tip: Step-by-Step 7.05 Exploring Windows 8 and 8.1 Advanced Options will walk students through a tour of the Windows 8 Advanced Startup Options 2. Windows 8 Refresh Recovery Option i) Step 3 in Step-by-Step 7.05 shows an option labeled Refresh your PC. ii) It refreshes the OS without affecting your files iii) A quick solution to a scenario that previously required advanced tasks and much time iv) Refresh option saves user accounts, personal files, personal settings, all your installed apps that came with Windows 8 and 8.1, any apps purchased through the Windows Store, and your important settings. 3. Windows 8 Reset your PC Option i) Much more drastic option than Windows 8 Refresh ii) It removes everything and reinstalls Windows requiring you to
  • 23. Chapter 6 Under the Windows Desktop IM-7 | 20 enter a product key code iii) Use this option if you no longer plan to use this computer such as when giving it away, because if you keep it you’ll need to reinstall everything that does not come with Windows D. Troubleshooting with System Configuration Utility (MSCONFIG) and Task Manager Teaching Tip: Open MSCONFIG, following the Try This on page 298, and give the students a tour of the myriad settings they can modify. This is a great “what-if” tool for testing various scenarios when troubleshooting. Be sure to point out that the Startup page that appears in the Windows 7 MSCONFIG is not present in Windows 8.x or Windows 10. A link in MSCONFIG in these newer OSs will open the Startup page of Task Manager. This is an improved version of the Startup page in MSCONFIG. 1. Executable name: MSCONFIG 2. GUI tool 3. Temporarily modifies system startup for testing scenarios 4. Works a little differently for Windows 7 than for Windows 8, 8.1, and 10 i) In Windows 7, the Startup tab contains a list of programs (shown in Figure 7-15 on Page 297. ii) In Windows 8, 8.1, and 10 the Startup tab only contains a link to the Task Manager utility where a new Startup page contains the list of programs. E. Troubleshooting Device Problems 1. Device manager shows a yellow exclamation mark next to a device with a problem 2. Problems include hardware, driver, or the ability of the OS to automatically configure it 3. For more information double-click the device icon to open Properties 4. The Device Status box may recommend an action, such as updating 5. Check out Driver page for a device i) If problem occurs after update, use Roll Back Driver
  • 24. Survey of Operating Systems — Fifth Edition Instructor Manual IM-7 | 21 ii) Uninstall if you do not need a driver or if it is a problem Project Test startup options using System Configuration. From the Search menu, enter msconfig. When System Configuration opens, click the Services tab, and notice that all the services are selected to start. Do not make any changes. Then open the Startup tab (in Windows 8.x or newer open the Startup page in Task Manager) and notice that all the items listed are selected to start. Now return to the General tab and select Diagnostic startup. Go back to the Services and Startup tabs. What has changed? Time permitting, click OK to have Windows restart using the configuration you select. The System Configuration utility box will close, but a System Configuration message box will open. Select Restart. After the computer restarts, can you see a difference? You will need to run msconfig again, select Normal startup, and click OK to restart normally. You can also use System Configuration to restart your computer in Safe Mode. To do this, select the Boot tab and select from the Boot options. Safe boot, Minimal is plain Safe Mode. Test the various choices under Safe boot, but do not forget to select Normal startup for your final restart. Project Solution When you select Diagnostic startup all the services and startup items are deselected. When you restart in Diagnostic restart, there will be differences in the GUI, but it is not as obvious as it is in Safe Mode. However, all but the most critical services were not started, nor have many problems that normally automatically start. Assessment Quiz This quiz will test the knowledge students have gained during the lesson. Questions 1. In the Windows registry, a unique string of numbers preceded by S-1-5 is a ____________________. 2. Each user's top-level personal folder contains the file ____________________, a registry hive with the user profile settings for that user. 3. Computers that come with Windows 8 or newer preinstalled must have ____________________ and must have its security features enabled to protect Windows 8 during the startup process. 4. Windows finds instructions to run programs and services during startup by looking at certain locations in the ____________________. 5. If Windows detects a problem with a device, Device Manager will expand the device type, and the problem device will have a/an ____________________ on the device icon. 6. If you make changes in System Configuration, before Windows will restart normally, you need to return to the General page and select ____________________ startup. 7. The ____________________Advanced Boot Options menu choice does not work in a desktop version of Windows.
  • 25. Chapter 6 Under the Windows Desktop IM-7 | 22 8. The ____________________ and ____________________ phases are common to all PCs, not just to those running Windows. 9. Use ____________________ to quickly back up the entire Windows registry and more. 10. Windows 8 and newer Fast Boot takes advantage of the hibernated kernel of the Windows 8 ____________________. Answers 1. In the Windows registry, a unique string of numbers preceded by S-1-5 is a security ID 2. Each user's top-level personal folder contains the file ntuser.dat, a registry hive with the user profile settings for that user. 3. Computers that come with Windows 8 or newer preinstalled must have UEFI firmware and must have its security features enabled to protect Windows 8 during the startup process. 4. Windows finds instructions to run programs and services during startup by looking at certain locations in the registry. 5. If Windows detects a problem with a device, Device Manager will expand the device type, and the problem device will have an exclamation mark on the device icon. 6. If you make changes in System Configuration, before Windows will restart normally, you need to return to the General page and select Normal startup. 7. The Directory Services Restore Mode Advanced Boot Options menu choice does not work in a desktop version of Windows. 8. The power-on self test and initial startup phases are common to all PCs, not just to those running Windows. 9. Use System Restore to quickly back up the entire Windows registry and more. 10. Windows 8 and newer Fast Boot takes advantage of the hibernated kernel of the Windows 8 Hybrid Shutdown.
  • 26. Survey of Operating Systems — Fifth Edition Instructor Manual IM-7 | 1 Chapter 7 Textbook Solutions Answers to Key Terms Quiz 1. hive 2. Device Stage 3. root key 4. logon phase 5. code signing 6. plug and play 7. binary file 8. MSCONFIG 9. Safe Mode 10. security ID (SID) Answers to Multiple-Choice Quiz 1. Correct answer: C. User data files are not found in the registry. A is not correct because device driver settings are found in the registry. B is incorrect because services settings are found in the registry. D is incorrect because user preferences are found in the registry. E is incorrect because application program settings are found in the registry. 2. Correct answer: D. Registry is the name of the special database of settings that changes whenever changes are made to Windows or installed application. A is not correct because Microsoft SQL Server is not the name of this special database. B is incorrect because Microsoft Excel is not the name of this special database. C is incorrect because ntuser.dat is not the name of this special database. E is incorrect because Default is not the name of this special database. 3. Correct answer: A. systemrootSystem32config is the location where Windows saves most of the registry files.
  • 27. Chapter 6 Under the Windows Desktop IM-7 | 2 B is incorrect because D:Windows is not the location where Windows saves most of the registry files. C is incorrect because systemrootSystem32Registry is not the location where Windows saves most of the registry files. D is incorrect because systemrootWindows is not the location where Windows saves most of the registry files. E is incorrect because systemrootWINNT is not the location where Windows saves most of the registry files. 4. Correct answer: D. Sleep is the Power option that saves both the system state and the user session in memory. A is incorrect because Fast Boot is not an option from the Power menu, but the normal behavior of Windows 8 startup, following a Hybrid Shutdown. B is incorrect because Hibernate is not by default a Power option. When it is available, it saves both the system state and user session to disk, and does not require power to maintain them. C is incorrect because Hybrid Shutdown is not a Power menu option, but the normal behavior of Windows 8 when you select Shutdown from the Power menu. E is incorrect because Measured Boot is not a Power menu option but a UEFI firmware feature. 5. Correct answer: B. Beginning in Windows 8, the contents of the Startup tab page in MSCONFIG have been moved to Task Manager. A is not correct because System Configuration is not where the contents of the Startup tab page in MSCONFIG have been moved to. C is incorrect because BCDedit is not where the contents of the Startup tab page in MSCONFIG have been moved to. D is incorrect because Windows RE is not where the contents of the Startup tab page in MSCONFIG have been moved to. E is incorrect because PowerShell is not where the contents of the Startup tab page in MSCONFIG have been moved to.
  • 28. Survey of Operating Systems — Fifth Edition Instructor Manual IM-7 | 3 6. Correct answer: D. Any member of the local Users group may disconnect or reconnect an installed device. This is possible, because this action does not remove the device driver for the device; it just makes the device unavailable. A is incorrect because it is not true that only the Administrator account may disconnect or reconnect an installed device. B is incorrect because it is not true that only members of the Administrators group may disconnect or reconnect an installed device. C is incorrect because it is not true that only members of the Guests group may disconnect or reconnect an installed device. E is incorrect because it is not true that no one may disconnect or reconnect an installed device. 7. Correct answer: B. Secure Boot is the UEFI security feature that loads only trusted operating system bootloaders. A is incorrect because Fast Boot is the Windows 8 default startup mode, not a UEFI security feature. C is incorrect because Measured Boot, while a UEFI security feature, is not the feature that loads only trusted operating system bootloaders. D is incorrect because Trusted Boot is a Windows 8 security feature that examines operating system files, only allowing unmodified files to load. E is incorrect because Early Launch Anti-Malware (ELAM) is a Windows 8 security feature that examines device drivers only allowing unmodified drivers to load. 8. Correct answer: B. Roll back driver (also called driver rollback) is only available after an installed driver updates. A is not correct because Uninstall is available regardless of the update status of a driver. C is incorrect because Disable is available regardless of the update status of a driver. D is incorrect because Update driver is available regardless of the update status of a driver. E is incorrect because Remove driver is not a feature of Device Manager. 9. Correct answer: A, BCD, is the registry hive file the bootloader uses during startup to locate the operating system files it must load. B, C, D, and E are all incorrect because these files (winload.exe, bootmgr, ntoskrnl.exe, and
  • 29. Chapter 6 Under the Windows Desktop IM-7 | 4 winlogon.exe), are not used by bootloader to locate the files for startup. They are the files that must be loaded during startup. 10. Correct answer: A. Startup and Recovery, a page in System Properties, is where you can modify the length of time the OS selection menu displays during Windows startup. B is incorrect because Device Manager, while a GUI tool, will not allow you to modify the length of time the OS selection menu displays during Windows startup. C is incorrect because although BCDedit would allow you to modify the length of time the OS selection menu displays during Windows startup, it is a non-GUI tool. D is incorrect because Local Security Policy is not how you would modify the startup setting mentioned in the question. E is incorrect because Computer Management, while a GUI tool, is not how you would modify the startup setting mentioned in the question. 11. Correct answer: E. Repair Your Computer is the option from the Windows 7 Advanced Boot Options Menu that gives you a selection of tools that includes Startup Repair, System Restore, System Image Recovery, Windows Memory Diagnostic, and Command Prompt. A, B, C, and D are all incorrect because, while all of these are choices on the Windows 7 Advanced Boot Options menu, none of them offers the selection of tools listed in the question. 12. Correct answer: E. Last Known Good Configuration is the startup option that will not do you any good if you have restarted and logged on after making a change that caused problems in Windows. It is no longer offered after Windows 7. A is not correct because System Restore is not affected by restarting and logging on. Restore points will be saved in spite of these actions. B is incorrect because restarting and logging on does not affect Repair Your Computer (Windows 7 only). You simply need to restart, press F8, and select this option from the startup options menu. C is incorrect because restarting and logging on does not affect Enable Boot Logging. You simply access the startup options menu and select this option. D is incorrect because restarting and logging on does not affect Safe Mode with Command Prompt. You simple restart, press F8, and access this from the startup options menu.
  • 30. Survey of Operating Systems — Fifth Edition Instructor Manual IM-7 | 5 13. Correct answer: B. When Windows or newer does a Hybrid Shutdown it hibernates the Windows session and saves it in a file but does not save the user session. A is not correct because Sleep keeps the current user session and Windows session in memory, requiring a small amount of power. C is incorrect because Switch user keeps the current user session open in memory, but locked, while opening another user session. D is incorrect because Restart does not hibernate either the system or user sessions. E is incorrect because Hibernate saves both system session and user session) to a file on disk. 14. Correct answer: D: Disable automatic restart on system failure may give you an opportunity to restart normally and attempt to troubleshoot the problem. A is not correct because debugging mode will not allow you to restart without having the computer automatically restart again after a system failure. B is incorrect because enable boot logging will only start Windows normally while creating a log of startup information. C is incorrect because Safe Mode with command prompt will only start Windows in Safe Mode with just a command prompt window. E is incorrect because Safe Mode with networking simply starts Windows in Safe Mode with the network components enabled. 15. Correct answer: B MSCONFIG is the executable name for the GUI utility that allows you to temporarily modify system startup. A, C, D, and E are not correct because SYSCON, SYSEDIT, REGEDIT, and BCDEDIT are not the executable names for the GUI utility that allows you to temporarily modify system startup. Answers to Essay Quiz Answers will vary. 1. The actions that will create Windows registry changes are: Windows starting up or shutting down, running Windows Setup, changing settings in a Control Panel applet, installing a new device, changing any Windows configuration settings, changing user desktop preference, installing or modifying an application, and making changes to user preferences in any application.
  • 31. Chapter 6 Under the Windows Desktop IM-7 | 6 2. Start up Windows 7 using the Enable low-resolution video choice from the Advance Boot Options menu, which will use the installed video driver in a very basic video mode. Then, if this works, the new driver is not entirely bad, it just cannot handle the configuration and you should open Display Properties | Settings and reduce the screen resolution and/or color quality settings. If this option does not work, you should start Windows in Safe Mode, which does not use the installed video driver—it uses a very basic video driver. If Windows starts in Safe Mode, run Device Manager in Safe Mode, open the properties dialog box for the Display adapter, select the Driver tab and use the Rollback button to remove the updated driver you installed that caused the problem. 3. The PC Settings/Settings Devices page in windows 8, 8.1 and Windows 10 are simple tools for managing devices, while the Device Manager is a more advanced tool for managing devices. In Windows 8 or 8.1 you can only add or remove devices in PC Settings/Settings. When troubleshooting device problems in Windows 8 and 8.1, we have often ignored the PC Settings/Settings and gone right to Device Manager. This will not change for Windows 8 and 8.1, but it seems almost certain that it will change in Windows 10 as Microsoft brings out updates and new features, moving more functionality to the Settings utility. The old utilities will then lose their importance, especially to new users and new technicians who are not accustomed to using the old utilities. 4. He can use Device Manager to view the status of devices, even though Windows will not allow him to actually make any changes unless he logs on as an administrator. If he starts Device Manager, he will see a warning message that he does not have sufficient privileges to install or modify device drivers. However, if he clicks the OK button on this warning box, Device Manager will open, allowing a standard user to look but not touch. If Device Manager indicates a problem with the network adapter, he can relay that information to the administrator. 5. Boot logging occurs in all Safe Modes, but you can also select it from the Advanced Boot Options menu, which turns on boot logging, but starts the computer normally. In all cases, boot logging creates a log of the Windows startup in a file named NTBTLOG.TXT and saves it in the systemroot folder. This log file contains an entry for each component in the order in which it loaded into memory. It also lists drivers that were not loaded. You expect some
  • 32. Survey of Operating Systems — Fifth Edition Instructor Manual IM-7 | 7 drivers not to be loaded in Safe Mode, but when this occurs in a normal startup, it alerts an administrator to a possible source of a problem. Solution to Lab Project 7.1 1. To isolate the problem to the network card, I would restart, press F8, and select Safe Mode from the Advanced Boot Options menu. Being able to start in Safe Mode does not isolate the problem to the network card, because that is one of several device drivers that aren’t loaded. It does indicate, however, that one of the components that was not started is the cause of the problem. To isolate the problem to the network card, I would again restart, press F8 and select Safe Mode with Networking. This loads the networking components, including the network adapter driver. If it fails to start in this mode, the problem has been isolated to the network components. The most likely component is the network adapter. So, restart again, press F8 and select Safe Mode from the Advanced Options menu. Once in Safe Mode, run Device Manager, select the network adapter, and disable it. Restart once again, and allow it to start up normally. If the start up succeeds this time, the problem is isolated to the network adapter itself. Use Device Manager to perform whatever maintenance is appropriate. If the driver was recently updated, use Driver Rollback. If it needs an update use the Update option. If all else fails, uninstall the device driver and acquire a new driver or an entirely new adapter. 2. Demonstrate the steps to your instruction. Do this by first restarting the computer in Safe Mode, describing the reason for doing so, and then restarting in Safe Mode with Networking, explaining that if this failed, it would prove that the problem was with network components. Then, restart in Safe Mode, open Device Manager, and open the Properties of the network adapter and discuss the Driver Rollback and Update options. Solution to Lab Project 7.2 The two procedures in question are Refresh Your PC and Reset your PC. Refreshing is less drastic, and is what you should try after trying other options, like System Restore. It will leave you with your personal settings, but reset all system settings to the defaults. It will save your data, as well as any apps purchased through the Windows Store. It will remove apps installed from any other source. After a Refresh, a list on the Desktop shows all programs that were removed, but all data files are saved. The second procedure is much more drastic, because it removes your data and all installed apps. Solution to Lab Project 7.3
  • 33. Chapter 6 Under the Windows Desktop IM-7 | 8 1. You can back up the registry using System Restore, which will back up the entire system and settings, but the more targeted approach is to simply back up the key hierarchy that you are about to modify. The steps to do this are: a. Open the Registry Editor and browse to the key in its location under the HKEY_LOCAL_MACHINESOFTWARE and right-click on it. b. From the context menu select Export. c. In the Export registry file dialog box, provide a name and location for the exported portion of the file and select Save. 2. Demonstrate the above steps.
  • 34. Exploring the Variety of Random Documents with Different Content
  • 35. Vilahdus vaan ja samassa pyörähti junan alla miehen pää ruumiista erilleen. Sitä ei huomannut muut kuin vartija, joka ei kaikessa ankaruudessaankaan voinut olla vilkasematta siihen suuntaan. Lippu putosi hänen kädestään, juna oli samassa ohitse. Hän seisoi hetken liikkumatta kuin kivettynyt. Sitten lähti juosta potkaltamaan junan perässä huutaen, täyttä kurkkua karjuen: punanen lippu, punanen lippu! Töin tuskin sai toinen vartija hänet kiinni ja kykeni pitelemään siksi kun apua joutui… Hän oli mielipuoli. Isän sydän oli särkynyt. Hänet toimitettiin mielivaivaisten parannuslaitokseen, jossa oli kohta vaipunut täydelliseen tajuttomuuteen. Kauvan hänen ei kuitenkaan tarvinnut siellä kitua. Kun hänellä oli jonkun verran omaisuutta ja sai pienen eläkkeen, otti sisarensa hänet hoitoonsa. Mitäpä hän sairaalassa teki, kun ei sanottu ikinä tervettä tulevan… Tämä oli kertomus. — Nyt se on päässyt tämän maailman vaivoista, jatkoi vartija. — Olihan se hyvä sekin. — Viimeisen kymmenen vuoden kuluessa ei hän ollut lausunut yhtään ainoata sanaa, oli syönyt, kun oli syötetty, maannut, kun oli
  • 36. makuutettu. Vartija kuivaili vanhoja silmiään. — Minä tunsin hänet, jatkoi hän vähän päästä, olimme yksissä töissä Saimaan kanavalla. Hän vaikeni, katseli ikkunasta ja jatkoi: — Valkonen lippu! oli hän sanonut selvästi ja käskevästi viime hetkellään, sulkenut silmänsä ja niin oli sumea henki lähtenyt ikuiseen kirkkauteen selvenemään, kirkastumaan. Tähän lopetti vartija. Junan jyminä kuului etäältä. Hän otti Valkosen lipun, meni ja sulki veräjät. Juna vihelsi. Hän asettui tiepuoleen, nosti lipun merkiksi, että tie on täydessä kunnossa niin pitkälti kuin hänen piirinsä ulottuu, ja minä… minä läksin omille teilleni. Elämän avain. Hän on nyt kuollut, hänkin, sammunut sumea henki. Koulussa olin jo häneen tutustunut ja erittäin kiintynyt, vaikka emme olleetkaan samalla luokalla. Hän kun oli liikkuva luonteeltaan, niinkuin minäkin, niin tapasimme toisemme usein kävelymatkoilla,
  • 37. metsästysretkillä, luistinradalla, mäenlaskussa, kilpa-ajoissa ja muissa senlaisissa tiloissa. Hän oli muuten harras mies, joka seurasi tarkasti uskonnon opetusta koulussa ja kävi ahkerasti kirkossa. Perästä päin kertoi hän sitten toisille, mitä saarnaaja oli puhunut, kuinka se oli selittänyt sen ja senkin paikan. Muistan monta hetkeä, kuinka hän Inkilän kamarissa, jossa kävimme kahvilla ja lepäämässä hiihtomatkoillamme, selitti sanaa ja puheli aikeistaan. Hän aikoi varmasti lukea papiksi, sillä hän oli vakuutettu siitä, että hän oli papiksi luotu. Oikein hän innostui puhellessaan, kuinka jaloa ja ylevää on ruokkia elämän sanalla isoovata seurakuntaa. Moni tovereista hienosti kadehti hänen varmaa päämaaliaan, kun itsellään ei ollut vähintäkään selvillä, miksi sitä pitäisi pyrkiä ja mikä tulevaisuus oli kovain läksyjen takana, joita vaivoin sai nujerretuksi opettajain mieliksi… Hänellä oli tie selvänä, Korkeimman viittoma, ja olihan niitä muutamia muitakin, joilla oli pyrinnöillään päämaali ja tarkotus, jotka pyrkivät oppineiksi, kirjailijoiksi — jopa jokunen "suoraan senaattiinkin" — jotka "kehittelivät henkeään." Yhtä aikaa jouduimme ylioppilastutkintoon… niin olivat asiat kiertyneet. Hörymättä ilmoitti hän itsensä teoloogiseen tiedekuntaan, sillä välin kun jotkut vielä akateemian eteisessä kyselivät toisiltaan että mihinkähän tiedekuntaan sitä pitäisi tämän papan pojan ilmoittautua… Niin epäselvällä kannalla sitä on usea vielä yliopiston ovella, moni vielä haudan ovellakin. — Onhan sinulla elämän avain kädessä, päätä ja aukase! Itse minunkin on pitänyt päättää, sanoi hän minulle, kun häneltä hyviä neuvoja pyysin tuossa samaisessa seikassa. Ja itsehän sitä piti päättää.
  • 38. Lapsuuden tuttavuudet haihtuvat usein vanhemmaksi tultua, kun joudutaan eri oloihin ja eri toimiin, ja ylioppilaalla on harvoin samat toverit kuin koulupojalla. Niin kävi meidänkin. Vuoden olimme "tutkineet" tieteitä itse "vapaitten" tieteitten pääpesässä, tapaamatta suurin toisiamme, kunnes sattumalta kohtasimme eräänä "pörssipäivänä" ylioppilastalossa, "paremmalla puolen". Iloisena riensi hän vastaani, huomattuaan minut. — Terve monesta päivästä! huusi hän reippaasti ja paiskasi kättä, niinkuin ennen Inkilän mäellä. Käy pöytään! Katselimme toisiamme ja ilmoitimme ihastustamme molemmin puolin onnellisen sattuman johdosta. — Vanhat verkot, joihin olin kietoutunut koulussa, ovat ruvenneet repeilemään, puhui hän vakaasti, ensi ihastuksesta toinnuttuamme. Olen tullut huomaamaan, ett'ei minusta olekaan arveluttavaan papin toimeen… en ole luotu siksi. Niinkuin muistat, oli minulla koulussa suuri taipumus matematiikkiin, ja olen nyt päättänyt antautua kokonaan tuon korkeimman tieteen palvelukseen. Se on se ainoa, johonka minä tunnen sisällisen kutsumuksen minuani vetävän. Sillä tiellä, eikä millään muulla… Enempätä emme saaneet asiasta kahden kesken jutella, kun toisia iloisia tovereita syöksyi huoneeseen oven täydeltä, ja noin vakavat asiat eivät kuulu päiväjärjestykseen senlaisessa seurapiirissä. Kovin kauvan ei saanut hän mieliainettaan yliopistossa tutkia. Kun Suomen kansa otti nykyisten sivistyskansain kuorman, yleisen asevelvollisuuden, niskoilleen, niin syttyi isänmaallinen innostus moneen nuorukaiseen lähteä palvelemaan maatansa tuolla uudella alalla, opettamaan isänmaan poikia sotapalvelukseen. Tämä innostus
  • 39. tarttui entiseen toveriinikin. Hän lähti kadettikouluun, päästäksensä upseeriksi. Ja miksikäpäs ei olisi mennyt? Olihan hänellä suuri taipumus matematiikkiin, ja sitä ainetta kuulutaan sotakoulussa tarvittavan. Niin hän lähti ja tietysti pääsi oppilaaksi kouluun. Muutamien vuosien päästä, kun olin jo melkein unhottanut entisen toverin, tapasin hänet taas aivan sattumalta. Olin muutamana kesänä matkoilla sisämaassa ja saavuin muutamakseen vanhaan koulukaupunkiimme. Siinä kun ei ollut valitsemisen varaa kortteerien puolesta, niin menin seurahuoneelle, jossa olin joskus ennenkin majaa pitänyt. Salongissa istui siellä muutamia herrasmiehiä, puhua pärpätellen, naureskellen ja rähisten, niinkuin iloiset juomaveikot konsanaankin. Muutamassa syrjäpöydässä istui sotilas, upseeri, yksin, pää käden nojassa ja punssiksi edessä. Katselin, sattuisiko olemaan tuttavata seurassa, mutta upseeriin en suurin huomiotani kääntänyt, sillä ainahan niitä näkee tähän aikaan; sitä vähemmän veti se huomiotani puoleensa, kun en muistanut ketään tuttavata univormumiestä niillä tienoin olevan. Painausin muutamaan pöytään ja pyysin jotakin ruokaa. Kun upseeri kuuli ääneni, hypähti hän kuin unesta ja kääntyi minuun päin, mutta neiti astui samassa väliimme, tarjoten ruokalistaa minulle. Tytön poistuttua, katsella tuijotti mies yhä minuun. Tuntui oudolta sotilaan kylmä katse. Käännyin toisaalle ja otin sanomalehden käteeni. Tunsin näkemättä kuinka sotilas nousi ja asteli vakavin askelin minua kohti. — Näenkö oikein…? Ka, terve, vanha veli! kuului ääni vierestäni, ja samassa tunsin minäkin vanhan toverini. — Terveh! huudahdin minä, kavahtaen seisalleni ja tarttuen hänen ojennettuun käteensä.
  • 40. Toveroisen aikaa kului pelkissä molemminpuolisissa ihastushuudahduksissa. — Mitä saan tarjota? kysyi hän. — Tilasin ikään ruokaa. — Ei, ei! Peruuta se, juodaan ensin jotakin. — Täytyy saada ruokaa, olen nälissäni matkan perästä. Etkö sinäkin…? — Samapa se, mutta ei annoksittain erikseen, vaan aterioittain yhteisesti. On niin ikävätä, kun kukin syöpi kupistaan kuin äkäset porsaat. Otetaan pieni seksa ja syödään niinkuin ennen Helsingissä. Se on sitovaa, lähentävää, yhdistävää näin vanhojen veljien kesken. Näin puhuen meni hän peruuttamaan pyyntöni ja tilaamaan seksaa. Odottaessamme sai hän selitellä sotilasoloja. "Syödessä tulee ruokahalu" ja mekin söimme oikein mielihalusta, "kun kerran taas olimme tavanneet toisemme" — niinkuin hän sanoi — ja juttelimme iloisesti ja muistelimme menneitä hauskoja hetkiä. Aterioittuamme tilasi hän kahvia "me' avec." — Oletko sinäkin tullut tänne saamaan voimaa kotipaikalta, uutta voimaa? kysäsi hän äkkiä. — Eihän tämä ole minun kotipaikkani. — Eipä, ei! Ei minunkaan, vaan täällähän ne hyvät päätökset tehtiin.
  • 41. — Taidettiinhan niitä tehdä täälläkin, mutta mitäpä niistä… — Niistäkö?! Niiden tähden minä olen tänne tullut. Näetkös, minä en ole ikinä senlaista katkerata typeryyttä tehnyt, kuin silloin kun erosin teoloogisesta tiedekunnasta ja läksin maailman tielle. — Onhan sinulla elämän avain kädessä, päätä ja aukase! muistutin minä. — Sinä lyöt minua omilla aseillani ja siinä sinä epäilemättä olet aivan oikeassa, mutta — helppo sitä on sanoa. Minulla oli jo ovi auki, mutta minä vedin sen itse kiinni jälleen ja nyt sitä on vaikeampi aukasta. — Mutta olethan sinä vielä nuori ja voit jatkaa opinnoitasi yliopistossa. Heitä hornan tuuttiin koko sotilasala, palaa pääkaupunkiin ja suorita tutkinnot. — Luuletko sitten että minä aion tälle alalle jäädä? En koskaan. Ensi syksynä, kun kesäpalvelus loppuu, eroan ja lähden jatkamaan. — Toivotan hartaasti onnea ja menestystä! — Kiitos! Ja nyt olen tullut tänne saamaan uutta voimaa näiltä armailta kotipaikoilta. Olen käynyt kaikissa entisissä muistettavissa paikoissa. Tänä aamuna olin Inkilän mäellä. Siellä oikeastaan pitäisi käydä syksyllä ja talvella, niinkuin ennen vanhaan. Mielikuvitus toi kuitenkin eteeni syksyn ja talven. Kaikki oli niinkuin ennenkin, suloista ja suosiollista… kaikki muu paitse minä itse. Minä en tahtonut oikein sopeutua kaikkeen siihen, vaan vähitellen heltyi mieli ja suli sydän. — Viime sunnuntaina kävin kirkossa, tuossa samaisessa kirkossa, jossa koulupoikana niin usein sain kuulla sanaa
  • 42. julistettavan. Olin ihan sulaa kyyneleihin, niin siellä vaikuttivat menneet muistot. Ja hän selitti taas, niinkuin ennen koulupoikana, kuinka pappi oli saarnannut, kuinka se oli sen ja senkin paikan selittänyt. Hän innostui ja puhui niin kauniisti, kuinka jaloa ja suurta on olla sananjulistajana, kun saapi elämän sanalla ravita isoovia ja janoovia sieluja… niin kauniisti, etten tässä voi yrittääkään sitä esittää, vaikka se vieläkin lämmittää mieltäni, kun sitä muistelen. Myöhä jo oli, puolessa valossa, kesäinen yö, kun läksimme talosta. Kun laiva, jossa minun piti matkustaa, lähti seuraavana aamuna ani varhain, niin menin laivaan yöksi. Hänenkin oli määrä matkustaa seuraavana päivänä komppaniaansa. Hän saatteli minua rantaan, jossa heitimme hartaat jäähyväiset sillä varmalla välipuheella, että ensi syksynä tapaamme toisemme Helsingissä, yliopistossa. Kauvan istuin vielä laivan kannella ja arvelin tämän elämän kummallista menoa. Sinervä selkä lepäsi tyynenä, ilma oli sakea ja hiestävä ja nouseva päivä alkoi hienosti rusottaa koillisella taivaan rannalla. Metsistä kaikui lintujen aamulaulu ja käkönen kukkua helkytteli etempänä lehdossa. Laiva vaan tuntui nukkuvan sikeätä untaan, huokuen raskaasti, virkistyäksensä uuden päivän uusiin toimiin. Sittemmin en ole häntä kuin kerran nähnyt ja silloinkin taas sattumalta eräässä kievarissa. Muutamien vuosien kuluttua edellisestä kohtauksesta jouduin moniaalle asemalle odottelemaan junan tuloa koko päiväksi. Koetin kuluttaa aikaa miten parhaiten taisin. Muutamakseen neuvottiin minut muutamassa talossa, josta pyysin leposijaa, kievariin, että "kyllä siellä laittavat."
  • 43. Kievarin vierashuoneessa makasi mies paitahihasillaan sohvalla. Hän vääntäysi ylös, kun minä tulin sisään, ja hierusti silmiään. — Mistä vieras? kysyi hän, katsomatta minuun. Ääni oli tuttu ja kysyjä oli entinen toverini, kun tarkemmin katsoin. — Parempiko kysymä kuin näkemä? kysäsin minä vastaan. — Voi tuhatta laivaa! Sinäkö se olet, vanha veli? kiljasi hän, kavahtaen kaulaani. Hevillä en päässyt miehestä irti. — En ole tavannut sinua pitkään aikaan, sanoi hän. — Syy kait ei ole minun. Sinä et tullut, niin kuin puhe oli. — En tullut, en, sanoi hän painavasti, katsella tuijottaen suoraan eteensä. — Et ehtinyt? — Minussa ei ollut miestä siihen. — Kuinka niin? Hän oli tovin aikaa ääneti. — Minussa ei ollut miestä… olen kovin kulunut. — Etpä siltä näytä, olet vaan hieman laihtunut. — Vaanpa henkisesti.
  • 44. — Onko sotapalvelus sitten niin rasittavaa ja hengen päälle käypää? — Ei, vaan minä olen ajanut oman itseni edelle, sanoi hän ykskantaan ja katseensa kävi jäykäksi ja synkän näköiseksi. Katselin miestä hämilläni, ymmärtämättä häntä ollenkaan. — "Kovin kulunut" ja "ajanut oman itseni edelle!" En ymmärrä sinua ollenkaan, selitin minä. — En sitä oikein tajua itsekään, vaan koetan selittää. Kun mielikuvituksessa olen mennyt niin pitkälle, etten itse jaksa todellisuudessa tallustella perässä, niin sitä sanon oman itseni edelle menemiseksi. Ja kun saat kuulla, että minä olen usein hengessä selittänyt sanaa ja saattanut monta sielua oikealle tielle, että minä olen matematiikan professorina monta monituista kertaa selittänyt tieteen ongelmoita innokkaalle kuulijakunnalle ja vienyt tiedettäni eteenpäin, että minä olen kenraalina johtanut Venäjän suuria sotajoukkoja vihollista vastaan ja saanut mainetta ja kunniaa, niin et ollenkaan ihmettele, jos sanon, että olen kulunut, kovin kulunut… Niissä kuluu sellaisissa. Näin puheli hän kiihtyneenä saarna-äänellä ja silmänsä säihkyivät oudosti. Hän oli kuin mielipuoli. Minä katselin häntä hämmästyneenä, voimatta sanoa mitään. — Tuosta muistojen verestämisestä silloin, kun viimeksi tavattiin, ei tullut sitä, mitä toivoin. Muistot kyllä kirkastuivat, mutta uutta voimaa en saanut… kirkastuivat niin, että ne nielevät minut kokonaan, että useimmin ajoin olen kuin entisissä oloissa,
  • 45. koulupoika, joka varmasti on päättänyt pyrkiä papiksi. Näissä tiloissa olen aina kuin poissa nykyisyydestä, etten tiedä mitä ympärilläni tapahtuu. Hän oli aivan rauhoittunut ja levollinen tätä puhuessaan. — Ja sekö se sinut esti saapumasta yliopistoon silloin viime kerralla? — Osaksi se, osaksi muukin. Muistatko sinä vielä nuo sanat, jotka lausuin yliopiston porstuassa? — Mitkä sanasi? kysyin minä, tekeytyen muistamattomaksi. — Senpä elämän avaimen. — Mitäpä niistä. Silloin oltiin sillä ijällä, jolloin mielellään käytetään mahtipontisia lauseita ja väkisanoja. — Se oli merkillinen lause, se, mikä sen sitten lieneekään mieleeni lähettänyt. — Soma lause, sanoin minä, sanoakseni jotakin. — Silloin käytin sitä ajallisen elämän uran valitsemisesta, nyt olen saanut sille pysyväisemmän merkityksen. Se avain avaa meille elämän oven vasta toisessa elämässä. Ja kun kerran olin tästä selvillä, ei tehnyt mieleni enää jatkaa lukujani. Päätin pysyä siinä, missä olen, tehdä tehtäväni ja valmistautua tulevata elämätä varten. — Ja kun noin ajattelet, ei pitäisi sinulla olla mitään valittamista, muistutin minä. — Ei o—le—le—ka—aan, sanoi hän vetäen pitkään tavuita.
  • 46. Sitten istui hän pitkän aikaa ääneti ja katseli ulos ikkunasta. Hän näytti rauhalliselta ja kasvoilla väreili iloinen, hymyilevä ilme. Hetken päästä kääntyi hän minuun. — Minä en tahdo enää pysyä koossa. Työtouhussa olen aina levollinen ja iloinen, mutta joutohetkinä joudun taas muistojen pyörteeseen. Silloin olen tosiaankin kuin koulupoika, joka on päättänyt lukea, suorittaa tutkintonsa ja pääsee toiveittensa perille. Ja siellä sitten toiveitteni perillä häälyn sinne ja tänne. Milloin siellä on saarnaaja, milloin tiedemies, milloin arvokas sotilas, ja kun näistä selviän, olen se mikä olen ja teen työni niinkuin muutkin. Toisin vuoroin vaivaa minua katkerasti taas se seikka, että erosin siltä tieltä, jonka kerran olin valinnut ja jota olin jo lähtenyt kulkemaan. — Sinun täytyy koettaa päästä noista mielikuvituksista! Sinun pitää puhutella lääkäriä, hyvä veli. — En minä niistä pääse, vastasi hän vakavasti. Samassa tuli muita matkustajia huoneeseen ja keskustelumme katkesi siihen. Olikin jo aika lähteä asemalle. Hän tuli kanssani sinne. Matkalla en hennonut enää kosketella noita helliä kieliä, eikä hänkään niistä mitään lausunut. Näytti kuin olisi kainostellut äskeisiä puheitaan. Vasta kun juna vihelsi ja minä hyppäsin siihen, sanoi hän kuin itsekseen: — En minä niistä pääse. Eikä hän niistä päässyt… Hän ei pysynyt enää koossa. Sittemmin en häntä kertaakaan tavannut.
  • 47. Perästä päin sain kuulla, että hän vähitellen oli sekautunut kokonaan, joutunut mielipuolena hourupäisten parannuslaitokseen. Siellä oli hän alussa raivonnut, sitten yhä sumentunut ja painunut täydelliseen tajuttomuuteen. Parantumattomana oli hän sairashuoneesta laskettu kotona hoidettavaksi… Nyt hän on kuollut, sammunut sumea henki. Varmaankin on elämän avain hänelle toisessa elämässä avannut sen oven, jonka takana on aivan samantekevätä, onko kenraalina johtanut suuria sotajoukkoja taikka vänrikkinä komentanut reservipoikia. Meren joulu. — Etkö ole sitä kuullut ennen? kysyi hän, kun minä ihmettelin hänen mainitessaan jotakin meren joulusta. — En, en — muistaakseni. — Voin sen kertoa sinullekin. Olimme tulleet tuttaviksi, hän ja minä. Hän oli ikämies, kokenut… sen verran on lupa ilmoittaa… minä nuori, vasta neulalta heitetty ylioppilas. — Isäni olisi tahtonut minusta pappia, alkoi hän, äitini ehkä sitä samaa, mutta ne toiveet pettivät, niin kuin monet muutkin sellaiset tässä maailmassa. Kaksi vuotta kyllä oljentelin teoloogina Helsingissä, mutta en tikkua ristiin tehnyt sitä varten. Siirryin sitten
  • 48. omin lupini lainopilliseen tiedekuntaan. Koetin siinä harjoitella lakitieteellisiä opinnoita, mutta eipä ne nekään tahtoneet edistyä. Rahaa tietysti tarvittiin, kun en minä enempätä kuin moni muukaan varakkaan poika ollut oppinut kultaista säästäväisyyttä. Olin lakitieteitä tutkinut pari vuotta, kun isäni sai tietää — mistä lienee saanut — että minä en kuulu koko teoloogiseen tiedekuntaan enkä yleensä ole tehnyt mitään yliopistossa ollessani. Sepä oli vasta kirje, jonka isältäni tämän johdosta sain. Hän oli ankara mies, jonka kanssa ei ollut leikkimistä. Hän oli kerrassaan raivostunut. Kirje oli täynnä ankaroita nuhdesanoja ja uhkauksia. Se musersi minut kokonaan, varsinkin kun sain samassa veljeltäni kirjeessä kiellon, että elä ollenkaan tule jouluksi kotia, isä on kiukustunut ja sanonut sitä ja sitä. Mitä auttoi tässä äitini ja sisareni hellä kirje, jossa he hartaasti pyysivät minua tulemaan heti kotia sekä lupasivat lepyttää vihastuneen isän. Heidän kehotustaan olisi tietysti pitänyt heti noudattaa, mutta siihen minussa ei ollut miestä, vaan päätin olla joulua Helsingissä. Ilmoitin lyhyesti armaalle äidilleni, että minä en lukujeni tähden kerkiä kotona käymään, ja pyysin hänen lepyttämään isää sekä selittelin aikeitani ja mitä kaikkea lienen puhunutkaan. Tuo parin viikon aika, joka vielä oli jouluun, kului pelkässä tuskassa ja ahdistuksessa. En ollut kertaakaan vielä ollut joulua kotoa poissa, vaan viettänyt sen aina kotona omaisteni iloisessa seurassa. Kaikista jouluista, niin pitkälle kuin muistaa voin, oli minulla vaan vihantia, kirkkaita muistoja. Nyt oli käyvä toisin. Toverit olivat menneet kotiinsa ja niitä, jotka olivat jääneet, en tahtonut tavata, vaan karttelin miten parhaiten taisin.
  • 49. Valkeni sitten viimein jouluaatto. Ilma oli sakea ja raskas ja sataa tuhuutti siitettä, joka puolelta päivin muuttui vedeksi. Ei ole pitkä joulunaikuinen päivä kirkkaallakaan ilmalla saatikka sitten tuonlaisella. Mutta minusta tuo aatto oli pitkä kuin tuskallinen ijankaikkisuus. En tahtonut mennä ulos päiväsaikaan, kun pelkäsin tapaavani tuttavia. Pysyin kotona koko päivän ja olin muuten kuin mieletön. Isäntäväkeni pyysi minua viettämään joulua heidän luonansa. Minä kiitin ja kieltäysin. Minulla oli toista mielessä. Päätin lopettaa päiväni sinä iltana. Illan hämärässä läksin ulos etsimään keinoa aikeeni täyttämistä varten. En tiennyt oikein itsekään, mihin piti mennä ja mitä yrittää. Kuljin kauppatorin ylitse. Siellä oli vielä joulukuusen myyjiä ja onnellisia ostajia. Olin jähmettyä tuskasta, kun näin nuo kuuset ja muistin, kuinka monta jouluiltaa olin tuonlaisen ympärillä viettänyt. — Etsiikö herra kuusta? kysyi eräs myyjä ystävällisesti. — En, vaan muuta puuta, vastasin minä ja ajattelin hirsipuuta ja menin matkaani. Koko illan samoilin pitkin katuja tietämättä itsekään mihin mennä. Mitään, keinoja päätökseni toimeen panemiseksi en keksinyt enkä tainnut kyetä suurin ajattelemaankaan. Vähitellen alkoi elämä kaduilta hälvetä ja siirtyä huoneisiin Vihdoin ei näkynyt kuin joku yksinäinen kulkija, joka jouduttaen askeleitaan kiiruhti kotikullan lämpimille. Yhä enemmän alkoi sitä vastaan näkyä elämätä ja liikettä huoneista. Yhä useammasta ikkunasta alkoi valo
  • 50. virrata kadulle ja kuulua puhelu ja iloinen nauru. Kaikki viettivät iloisesti jouluaattoaan omaistensa helmassa, kaikki muut paise minä. Vihdoin ei ollut kaduilla ketään muita kuin minä, levoton yökulkija. Kun arvasin kortteerissani asetutun levolle, palasin sinne, päätöstäni toimeen saamatta. Asetuin levolle, päästäkseni unen helmassa lepoa nauttimaan. Siitä ei kuitenkaan tullut mitään. Peppuroin ja kiemuroin sängyssä kuin painajaisen vaivaama. Mieleeni tuli koti ja omaiseni siellä ja kaikki. Arvelin, kuinka siellä nyt tällä hetkellä joulukuusi kirkkaana loistaa vanhassa ystävällisessä salissa, kuinka joululahjat ovat jaetut ja asetutaan illallispöytään, eikä kukaan minua muista eikä ajattele eikä tiedä minkälaisessa tuskassa ja ahdistuksessa minä olen… Olin ihan kuristua. Senlainen se on ihminen itsekkäisyydessään. En jaksanut käsittää, että kotonani minua kaikki ikävöivät, vanhempani, sisareni ja veljeni, palvelijat ja ehkäpä nimikkohevosenikin tallissa, en tajunnut, että omaisteni joulu ei voinut olla entisenlainen, kun en minä ollut seurassa, en tiennyt, että olivat aatto-illan istuneet ääneti, illallispöydässä puhelleet hiljaa kuin hautajaisissa ja menneet aikaseen maata, kenenkään kuitenkaan unta saamatta… Perästäpäin sain kaikki tietää. Nousin ylös, puin päälleni ja läksin ulos yön selkään: jostakin piti löytää rauha taikka hauta.
  • 51. Ilma oli tällä välin muuttunut: Oli ruvennut tuulemaan ja se oli karkottanut sumut ja ohentanut pilvet ja kun oli kuuvalo, niin oli yö valosampi kuin samea päivä. Kadut olivat tyhjät ja hiljaiset, ei edes järjestyksen valvojaa näkynyt liikkeellä… Kukapa se jouluyönä menisi kenenkään rauhaa rikkomaan. Oli kuin pyhä rauha olisi tosiaankin lumonnut levottoman elämin. Yksi vaan oli rauhaton kadulla, yksi ihminen, järkevä muka. Päätin mennä suoraan mereen. Siellä oli rauhoittuva rauhaton rinta. Tiesin Ursinin kallion luota pistävän mereen niemekkeen, joka oli aikeilleni sopiva. Siellä ei tähän aikaan olisi ketään näkevätä, kuulevata. Jo kaukaa kuului meren mahtava pauhina. — Siellä on toinen rauhaton, joka ottaa toisen rauhattoman luokseen, arvelin itsekseni. Mahtavina vyöryivät kuohupäiset aallot meren aavalta selältä rantaa kohden, mutta pian heidän valtansa kukistui ja toivottomasti roiskahtaen, ikäänkuin viimeisiä voimiaan ponnistaen, painaltuivat murtuneina takaisin syvyyteen, ja toinen vyöryi päälle, säälimättä sortunutta koettaen murtaa kovaa kalliota. Mutta vahvana kesti kallio ryntäyksen, niinkuin oli vuosisatoja tehnyt. Voimakas tunne valtasi mieleni ja levollisemmin alkoi elämän virta kuohua suonissa tuota mahtavan meren ja järkähtämättömän kallion keskinäistä voimankoetusta katsellessani.
  • 52. Koetin päästä likemmäksi rantaa, parempaan paikkaan, ihaillakseni oikein meren kuohuvata temmellystä, kun pelottavan iso aalto tyrskähti rantaan. Minä vähän säpsähdin tuosta, jalkaani livetti kaljamassa ja minä keikahdin selälleni… Kuinka kauvan makasin tainnuksissa, en voi tarkoin sanoa. Kun viimein aukasin silmäni, oli ilma ylennyt ja korkea taivas kaareutui luonnon ylitse. Tuuli oli poistanut pilvet ja kuuhut, joka oli lopettamaisillaan yöllisen työnsä, valaisi vienosti seutua ja meri pauhasi yhtä mahtavana kuin ennenkin. Päätäni tunsin hirveästi pakottavan ja hartiani tuntuivat olevan rikki. Suurella tuskalla pääsin istuilleni ja käänsin katseeni merelle. En ikinä unhota sitä näkyä! Kuun lievässä valossa välkkyi meri omituisista väreistä. Aaltojen noustessa ja laskiessa muodostui kummallisia, monivärisiä valojuomuja. Oli kuin tuhansia erivärisiä valoja ja soihtuja olisi ollut jokaisen laineen harjalla ja aaltojen pohjassa ja jokainen puhkeava tyrsky toi uusia ja yhä uusia valoilmiöitä esiin. Meren mahtava pauhu kuului kuin valtava urkujen soitto, joilla säestetään ylistysvirttä laulavata kööriä. Se oli valtavin jouluvirsi mitä koskaan olen kuullut. Mieleni heltyi ja kyyneltulva täytti silmäni. Siinä samassa tärisytti ilmaa kumea, kutsuva ääni, voimallisempi meren veisuuta, kohta toinen ja kolmas… Se oli Nikolainkirkon kumajava kello, joka kutsui kansaa aamukirkkoon. Ne kutsut olivat minullekin… Ne ovat kaikille.
  • 53. Olikinpa siitä aikaa, kun olin kirkossa käynyt. Kiitin merta sydämmessäni, nousin ylös ja läksin kutsuvata ääntä kohti. Kun astuin kirkkoon, alkoi samassa kuulua alttarilta ylentävä ylistyslaulu, johon urkujen ylevä ääni yhdistyi: Kunnia olkoon Jumalalle korkeudessa ja maassa rauha, ihmisille hyvä tahto! Minä painausin penkkiin ja itkin… Kirkosta lähtiessäni olin kokonaan rauhoittunut. Toivotin äidilleni iloista joulua sähköteitse ja vielä samana päivänä kirjoitin isälleni. Sitä seurasi täydellinen sovinto isäni ja minun välillä ja hän oli tytyväinen, vaikka eivät hänen toiveensa tulleetkaan minun suhteeni täytetyiksi, niinkuin hän olisi tahtonut… Tätä sanon minä meren jouluksi sen vuoksi, että meren valtavuus esti minut itsemurhasta sekä siitä syystä että kokonainen meri tulisi niistä kyyneleistä, joita sain vuodattaa, ennen kuu Jumala kirkasti itsensä sydämmessäni ja minä sain uutta voimaa. Tähän lopetti kertoja. Heräämiseni.
  • 54. Oli heleä heinäaika. Koko viikon oli ollut kaunista, pilvetöntä poutaa. Heinänteko oli täydessä vauhdissa. Kaikkialla niityillä ja heinämailla oli kiire, tulinen kiire, kun edellisellä viikolla ei oltu sopimattomien säiden vuoksi saatu mitään kokoon, vaan sitä enemmän kaadettu kumoon, seuraten vanhaa, viisasta neuvoa, että joka sateella niittää, se poudalla kokoaa. Mitä viime viikolla oli niitetty, se oli nyt kokoon saatava. Kiire oli siis, tulinen kiire kaikkialla niityillä ja heinämailla, sitä kun ei voi arvata kauvanko poutaa kestää. Meilläkin oli koko viikon niitokset hajallaan Sydänmaan niityllä. Siellä oli kaikki väki työssä, niin vuosipalkolliset kuin kesämiehet ja kasakat. Viikon lopulla lähetti isäni minut sinne katsomaan, kuinka heinänkokuu kävi. Ja määrätty oli, että, jos työ näytti käyvän veltosti ja leväperäisesti, minun oli jäätävä sinne antamaan pontta käynnille. Sydänmaan niitty on laaja suoniitty, jonka lävitse juoksee pieni puro. Se on siis jonkinlaista jokivartta. Siinä on monen kyläkunnan niityt yhdessä jaksossa. Pohjoispuolella sitä on metsätön vuori, kun toisaalla taas on alavata, metsäistä maata. Läksin ani varhain aamulla matkaan, joutuakseni perille aamuviileän aikana. Noin kello kuuden korvilla olinkin jo mäellä, jolle näkyi koko niittylakeus. Ei ikinä mene mielestäni se näky, joka siinä avautui silmieni eteen. Koko niittyaukealla, niin pitkälti kuin silmä kantoi, liehui työväkeä vaaleoissa ja valkosissa puvuissa. Mitkä hajoittelivat rukoja, mitkä kouhottelivat karhoja, mitkä tekivät luokoja, ja toisin paikoin heilui vielä reippaita miehiä, viikatteet kädessä. Oli siinä elämätä, reipasta, iloista heinäajan elämätä. Ääretön on se työn paljous, joka lyhyellä heinäntekoajalla
  • 55. suoritetaan. Sinä aikana tehdään milt'ei enemmän työtä kuin koko muuna aikana vuotta. Jokainen, halvin päiväläinenkin silloin pitää kunnian asiana ponnistaa kaikki voimansa, ihan äärimmäisiin asti, jokainen tekee kuin omaa työtään. Eikä siinä joudeta suurin lepoja pitämään eikä öitä makaamaan. Auringon päivätyö on lyhempi kuin heinämiehen… Ensi silmäyksellä jo huomasin, minkä jättiläistyön meidän väkemmekin oli sillä viikolla suorittanut ja että työ oli aivan lopuillaan, eikä siis minua siellä enää ollenkaan tarvittu. Viivähdin kuitenkin hetkisen heinämiesten luona, siksi että söin heidän kanssaan einettä ja läksin sitten kotia kohti viemään hyvää sanomata. Joutuakseni pikemmin perille ja saadakseni metsän siimeksessä suojaa auringon polttavilta säteiltä, päätin oijustaa poikkimaiseen sydänmaan kulmitse kotia. Siitä ei mennyt mitään tietä eikä polkua, eikä edes karjan uraa, vaan kun oli siitä kautta ennenkin kulkenut, niin eihän siinä ollut mitään kammoksuttavata. Ilomielin ja tyytyväisenä astuin metsän mieluisaan poveen ja aloin matkani. Se on rauhallinen kuin äidin syli tuo tyynen metsän povi. Raitis tuoksu lemusi vastaani ja joka aukosta ja joka mäeltä hymyili viettelevästi etäinen sinertävä salo. Nautin täysin henkäyksin tuoretta metsän tuoksua, ja salon hiljainen elämä viehätti minua. Kotvasen kuljettuani, istausin kivelle levähtämään ja katselemaan somallista seutua, joka aukosta pisti eteeni. Siinä oli lampi, sen takana pienonen niittypatama, jonka reunasta kohosi rintava aho, ja molemmin puolin reunusti musta metsä lammen kirkasta silmää. Omituiselta näytti tuo maisema. Kivi, jolla istuin, oli korkealla rantatöyräällä, ikäänkuin putoamaisillaan lampeen, jonka ranta näytti
  • 56. alkavan aitani. Lampi edessäni oli yhtä syvä kuin taivas oli korkea. Se oli kuin pelottava syvyyden kaivo, jota ympäröi synkkä salo sekä ylhäällä rannalla että alhaalla syvyydessä ja taustalla loiveni mäen rinta. Katsellessani veteen, näin ahon äärimmäisessä reunassa suuren kuusen, joka pisti syvemmälle kaikkia muita puita, alemma, yhä alemma syvyyttä kohti. Tuuhea se oli ja valtava ja valtasi mieleni kokonaan. Hetken päästä olin kyllästynyt syvyyteen. Sinne ei vienyt minun tieni. Ummistin silmäni ja nostin pääni, päästäkseni erilleni syvyyden viettelevästä kuvastimesta. Kun sitten avasin silmäni, tapasivat katseeni tuon valtaavan kuusen. Nyt se ei ollut enää syvyydessä, vaan ahon yläreunassa lammen takana, korkeammalla muita puita. Se oli minusta kuin rauhan enkeli, joka siunasi maata ja muuta metsää, ympäröivää seutua. Olin kokonaan kiintynyt kuuseen. Kun siitä toinnuin ja aijoin lähteä jatkamaan matkaani, en enää tiennytkään, mihin päin oli mentävä. Niin oli minut hurmannut seutu ja metsän hiljainen henkevyys. Koetin tähystellä taivaalle ja ottaa suuntaa auringosta. Se ei ollut pitänyt huolta minusta, ei ollut seisahtunut odottamaan minua. Se oli kulkenut tietään jättäen minut siihen, missä olin. Näissä toimissa toperruin yhä enemmän ja kohta olin selvillä, että olin eksyksissä. Tämä huomio ei ollenkaan mieltäni masentanut. Päätin pitkittä arveluitta pyrkiä seudun valtijasta, turvallista kuusta kohti. En luullut voivani ihan veden viertä astua, kun arvelin rannalla olevan ryteikkötä ja kun se muuten oli jyrkkärinteinen, vaan poikkesin ulomma metsään ja läksin kiertämään lampea. Kuljin, ja mielestäni olisi pitänyt jo kahdestikin tuon kuusen vastaani tulla. Sitä vaan ei kuulunut ja väsyttääkin jo alkoi. Kuljin ja kuljin. Mitä kummaa! Siinä oli aukko edessäni, aukko samanlainen kuin äsköinen, josta avautui samanlainen näköala eteeni kuin se, jota olin äsken ihaillut. Ihmettelin ja katselin ja katselin ja ihmettelin. Se oli se sama aukko, josta vasta olin syvyyttä
  • 57. silmäillyt, sama kuusi takana, joka oli näyttänyt niin valtavalta sekä alhaalla syvyyden pohjassa että ylhäällä ahon reunassa kirkasta taivasta vasten, sama oli kivi, jolla ojin istunut. Sama, sama, samaa kaikki. Olin kiertänyt lammen niin kauvatse ett'en ollut kuusta huomannut… Muistui mieleeni kuulemani kertomus, että eksyneet useinkin joutuvat, pitkät matkat kuljettuaan, samaan paikkaan, missä ensin huomasivat olevansa eksyksissä. Tämän muistin, mutta en siitä hämmästynyt. Muistan aivan hyvin kuinka kummallisella mielellä olin. Olisin tahtonut häipyä metsän hiljaiseen henkeen. Metsän hengeksi olisin suonut henkeni ja näkyväisen olentoni pieneksi näreeksi kiven viereen, jolla olin istunut, että olisin aikani saanut ihailla luonnon käsittämätöntä syvyyttä lammen tyynessä povessa ja turvallisesti kääntyä korkeata kuusta kohti, joka valtavana kohosi ahon reunassa näköalan taustalla. Kuusi, kuusi, vihanta kuusi! Se oli soitto sisimmässäni. Arvelin, että kyllä kait niityltä, järven takaa, viepi joku polku kyliä kohti, ihmisasunnoille. Mutta ett'en antaisi metsän enää kuljettaa itseäni harhaan, päätin koettaa laskeutua jyrkkää, pelottavaa rinnettä rantaan ja yrittää sitä pitkin niitylle. Se oli helpompata kuin luulinkaan ja rannalla oli karjan ura. Sillä välin oli päivä mennyt pilveen. Ja kun pääsin aholle, näin että musta, synkkä pilvi nousta mouvotti taivaalle ja tahtoi herruutta yläilmoissa. Ilma oli tukahduttavan kuuma ja tunkka. Noustessani ahoa ylös, huomasin, että ukonilma oli tulossa. Salamat leimahtelivat ja jyrinätä alkoi kuulua. Mikä oli turvana, kun en tietäkään löytänyt… mikä oli turvana. Olin jo ahon yläreunassa ja siinä oli kuusi, tuuhea kuusi, jota edempätä olin ihaillut. Vettä alkoi vihmoa pilvestä. Olin
  • 58. väsynyt enkä tiennyt mihin mennä. Katselin vanhaa, harmaapartasta kuusta, joka näytti ystävällisesti hymyilevän. Se tarjosi ainakin sateen suojan. Hiivin sen turviin, sen laajain, lehväisten oksain alle. Se oli turvallinen paikka, ei mikään sade sinne osunut. Minua alkoi painostaa. Heitin kengät jalastani, otin puseron päältäni ja panin sen kenkäin päälle päänalaseksi ja rupesin pitkälleni. Lepo tuntui väsyneestä hyvältä ja miellyttävä tunne hervosi jäseniä, mutta mieli alkoi liikkua sitä vilkkaammin. Ensin tuli mieleeni äitini ja että mitähän hän sanoisi, jos tietäisi poikansa makaavan puun juuressa keskellä erämaita, rajuilman noustessa. Siitä oli hyvä, ettei hän sitä tiennyt, että siltä puolen voin olla huoleti. Sitten muistin sisarukset kotona ja kuinka heillä on hyvä, kun saavat, illallisen syötyään, nukkua turvallisen huoneen sänkyyn. Silloin tahtoivat vesikierteet tulla silmiini ja sisässäni tuntua nälän oireita. Eikähän se ihme ollutkaan, kun en ollut syönyt muuta kuin minkä aamupäivästä heinämiesten luona ja koko päivän olin ollut liikeliepeellä. Yksinäisyyskin rupesi tuntumaan oudolta ja turvattomalta. Mieli alkoi myrtyä, mutta samassa ilmestyi isäni kuva eteeni. Kohta silloin kuivuivat vaikeroimisen vedet silmistäni, kun muistin hänen opetuksensa ja neuvonsa, että missä erämaassa ihminen vaeltaneekin, hän ei koskaan ole yksin eikä turvaton, sillä yksi on, joka aina valvoo, on seuralaisena ja murheen pitää. Tämä muisto teki hyvää ja rauhoitti. Oikein näpisti katumus sydänalaa arvellessani, että nyt, kun kerran tarvitsi turvautua vanhempaini opetuksiin ja hyviin neuvoihin, olin ne kokonaan unhottamaisillani. Saadakseni mieleni täysin levolliseksi, aloin hartaasti muistella kaikkia niitä opetuksen kohtia, jotka osottivat, mistä yksinäinen saapi seuraa, turvaton turvaa ja murheellinen lohdutusta. Nämä muistot rauhoittivat mieltäni, antoivat voimaa, ja yksinäisyyden tunne katosi kokonaan sekä olin ihan varma mielessäni, että seuraavana aamuna