Free BIOS, UEFI, Security Hardware, and Boot Configuration practice questions
10 free 220-1201 questions on BIOS, UEFI, Security Hardware, and Boot Configuration, each with a full explanation — no account needed. This section sits in the Hardware part of the exam. Answer every question to see your score, then read the lessons below for anything you missed.
A desktop with multiple SATA drives fails to boot after a drive replacement. All drives are detected in UEFI setup, but the system tries to start from a data drive that has no operating system. Which action best resolves this issue?
Boot order is a firmware setting, and swapping a drive (or plugging drives into different ports) often changes which device the firmware lists first; opening UEFI setup and moving the OS drive to the top of the boot priority list is the direct, permanent fix. A faster drive has nothing to do with boot order. Re-initializing the OS drive would wipe the operating system that the technician is trying to boot. Firmware typically walks ports from the lowest number upward, so moving the drive to the highest-numbered port would make the problem worse, and relying on port position instead of the boot list is fragile anyway.
A technician creates a bootable USB repair drive for a Windows laptop. USB boot is enabled in the firmware, and the technician selects the USB drive from the one-time boot menu, but the laptop flashes a brief security-violation message, skips the USB device, and boots straight into Windows. The same USB drive boots fine on an older desktop. Which of the following is the MOST likely reason the laptop will not boot from the USB drive?
Secure Boot checks the digital signature of any bootloader before it runs; the repair drive's loader is unsigned, so the firmware refuses it with a security-violation message and falls through to the next entry, which is Windows. Because USB boot is enabled and the drive was chosen from the boot menu, boot order and USB permissions are already ruled out, and the drive working on another machine rules out a bad drive. A physically damaged USB port would not read the drive at all, let alone produce a security message. The Windows account password is requested only after the operating system loads, so it cannot block a firmware boot decision. A failed CMOS battery resets date, time, and settings to defaults; it does not selectively reject one boot device. The technician can temporarily disable Secure Boot to run the tool, after confirming the BitLocker recovery key is available, and should re-enable it afterward.
A user reports that immediately after pressing the power button, the laptop displays a prompt asking for a password before the Windows logo ever appears. After entering that password, the user then reaches the normal Windows sign-in screen. Which type of security feature is the user encountering with the first prompt?
A boot password, sometimes called a power-on password, user password, or system password, is required before the computer continues the startup process. It is controlled by the motherboard firmware and appears before the operating system loads, which is why the user sees it before the Windows logo. Because the user still reaches a separate Windows sign-in afterward, the first prompt is clearly a firmware-level boot password rather than an operating system credential. A Windows local account password and a Microsoft online account password both protect access to the user account after the operating system has loaded, so neither would appear before Windows begins starting. A BitLocker recovery key prompt is a long numeric key requested only when the encrypted startup environment has changed unexpectedly, such as after Secure Boot or TPM settings were altered; it is not a normal password entered on every startup. Recognizing that the first prompt is a boot password is important for support, because resetting a forgotten firmware-level password may require manufacturer service, proof of ownership, a motherboard jumper, or even motherboard replacement rather than a simple account reset.
A technician needs to run a virtual machine on a workstation, but the hypervisor reports that hardware virtualization is disabled. When the technician tries to enter the firmware setup utility to enable it, the system requires a password that no one has documented. Which firmware feature is preventing access to these settings?
A BIOS or UEFI password, also called an administrator, supervisor, or setup password, protects access to the firmware setup utility. Without it, a user cannot change settings such as boot order, Secure Boot state, USB boot, TPM configuration, or virtualization support. In this scenario the workstation boots normally into the operating system, so the barrier is specifically the setup utility, which points to a BIOS/UEFI setup password. A boot password would prevent the computer from starting the operating system at all, which is not happening here since the system boots and runs the hypervisor. Secure Boot verifies trusted startup software using digital signatures; it does not prompt for a password to enter firmware settings, and it is not the reason virtualization is disabled. A TPM lockout relates to the Trusted Platform Module protecting encryption keys and would not block entry into the firmware setup menu. This situation highlights why organizations must securely document firmware passwords: a lost setup password can lock technicians out of legitimate changes like enabling virtualization, sometimes requiring manufacturer service or proof of ownership to resolve.
Before disabling Secure Boot to install an alternative operating system, a technician should FIRST verify which of the following on a system that has drive encryption enabled?
BitLocker uses the TPM and startup measurements to confirm that the boot environment is still in a trusted state. Changing Secure Boot settings alters that environment, which can cause BitLocker to detect a change and demand a recovery key before the drive can be unlocked. For this reason, a technician must confirm the recovery key is available before modifying Secure Boot on an encrypted system, or a simple firmware change can become a data access problem. Knowing the Windows account password does not help here, because BitLocker protects the drive at a level below the operating system sign-in and will request its recovery key regardless of the account credentials. Replacing the CMOS battery is unrelated to encryption and would not address the risk of a locked encrypted volume; in fact, clearing CMOS could itself trigger a recovery prompt. Removing the boot password is not required to disable Secure Boot and does nothing to protect against BitLocker requesting its recovery key. Following the best practice of verifying recovery key availability first ensures the technician does not accidentally lock the user out of encrypted data during routine firmware changes.
A technician is preparing to replace the motherboard on a company laptop that has BitLocker enabled. Which of the following should the technician do FIRST to prevent the user from being locked out of their data after the repair?
Suspending BitLocker and backing up the recovery key is the correct first step because replacing a motherboard changes the TPM identity of the system. Since BitLocker ties the encryption keys to the trusted hardware state, a new board no longer matches what the TPM expected, which normally triggers a recovery key prompt at startup. Suspending encryption temporarily removes the TPM binding so the system boots without demanding the key, and backing up the recovery key ensures data can be restored if a prompt still appears. Clearing the TPM before removing the old motherboard is dangerous because it wipes the stored TPM information that BitLocker depends on, potentially locking the user out immediately. Disabling Secure Boot is unrelated to protecting the encrypted volume during a board swap and could itself trigger a recovery prompt on a BitLocker system. Reinstalling Windows after the new board is installed destroys the existing operating system and user data, which does not protect the encrypted information and is unnecessary for a hardware repair. Proper procedure treats motherboard replacement as both a physical and a security-related task, requiring documentation, recovery key backup, and organizational approval before proceeding.
A user is attempting to upgrade their computer to Windows 11, but the installer reports that the system does not meet security requirements. The technician confirms the CPU supports the necessary feature but sees no option labeled 'TPM' in the firmware. Which of the following settings is MOST likely providing TPM functionality on this Intel-based system?
Intel PTT, which stands for Platform Trust Technology, provides firmware-based TPM functionality on Intel platforms without requiring a separate physical chip. Because firmware TPM is not always labeled 'TPM' directly, technicians must recognize the manufacturer-specific names to enable it for features like Windows 11 installation. AMD fTPM is the equivalent firmware TPM feature found on AMD systems, so it would not appear in the firmware of an Intel-based computer. Intel VT-x is a virtualization technology that allows the CPU to run virtual machines more efficiently and has nothing to do with hardware-protected security storage or system integrity measurements. Secure Boot is a separate startup security technology that ensures only trusted boot software loads during startup; while it often works alongside TPM, it does not itself provide the TPM key storage that Windows 11 requires. Understanding that a firmware TPM can appear under labels such as Intel PTT, AMD fTPM, Security Chip, or Trusted Computing helps technicians locate and enable the correct setting rather than assuming the machine lacks TPM support entirely.
A technician wants to verify whether a compatible TPM is present and ready for use on a Windows workstation. Which of the following is the BEST tool to open for this purpose?
The tpm.msc console opens the TPM Management tool in Windows, which displays whether a compatible TPM is present, enabled, and ready for use by the operating system. This is the most direct built-in method for confirming TPM status before relying on security features such as BitLocker or verifying Windows installation requirements. The dxdiag tool is the DirectX Diagnostic Tool used to review graphics, sound, and display information, and it provides no information about the security processor. The diskmgmt.msc console is the Disk Management utility used to partition, format, and manage storage volumes, which is unrelated to hardware security modules. The services.msc console manages Windows background services and their startup states, but it does not report on the presence or readiness of a TPM. Technicians can also check Device Security in Windows Security to see security processor details, but tpm.msc remains the clearest tool specifically designed to show TPM presence and status. Remember that TPM must be enabled in firmware and recognized by the operating system before any software can make use of it.
A technician is repurposing an old workstation for a new employee and decides to clear the TPM as part of the setup. Shortly after rebooting, the system displays a prompt asking for a recovery key before it will start Windows. Which of the following BEST explains what happened?
Clearing the TPM resets it and removes the stored security information, including the keys that BitLocker used to automatically unlock the encrypted drive at startup. Once those keys are gone, the system can no longer confirm it is in the expected trusted state, so BitLocker falls back to requiring the recovery key before allowing Windows to load. This is why clearing the TPM is considered risky on any system using encryption, and why technicians should verify whether the drive is encrypted and whether the recovery key is available before performing a reset. Secure Boot is not automatically disabled by clearing the TPM; they are separate technologies, and Secure Boot remains configured in firmware independently. The CPU does not lose firmware TPM support because of a reset—clearing only wipes the stored data, not the platform's ability to provide TPM functions. A changed boot order pointing to an unencrypted partition would typically produce a boot failure or missing operating system error, not a BitLocker recovery key prompt. The key lesson is that TPM changes, Secure Boot changes, and hardware replacements can all trigger recovery prompts, so technicians must confirm recovery keys and follow organizational procedures before altering TPM settings.
A technician installs a modern Windows 11 image onto a new computer, but after the installation completes, the system displays a 'No bootable device found' error. The technician confirms the drive is detected in firmware and formatted as GPT. Which firmware setting is MOST likely misconfigured?
A drive formatted as GPT requires the firmware to be in UEFI boot mode. If the system is set to Legacy Mode or CSM (Compatibility Support Module), it looks for an MBR-based boot structure rather than the GPT/UEFI boot files, resulting in a 'No bootable device found' error even though the drive is present and detected. Switching the boot mode to UEFI allows the firmware to locate the Windows Boot Manager entry and start the operating system correctly. Virtualization support (VT-x/AMD-V) only affects the ability to run virtual machines and emulators; disabling it would never prevent Windows from booting. Clearing the TPM chip can cause an encrypted drive to prompt for a recovery key, but it does not produce a 'no bootable device' condition on a fresh, unencrypted installation. A firmware setup password only restricts access to changing BIOS/UEFI settings and has no effect on whether a bootable device is found. When a boot failure occurs immediately after an operating system installation, the mismatch between boot mode and partition style is one of the first things a technician should verify.
Study this section
Every lesson that covers BIOS, UEFI, Security Hardware, and Boot Configuration on the 220-1201 exam.
Free PBQs for this section
Interactive performance-based questions on BIOS, UEFI, Security Hardware, and Boot Configuration, graded instantly.