74-697 · Question #65
Your company is introducing a new line of computers. All of the computers use Unified Extensible Firmware Interface (UEFI). You need to create a partition that includes the Windows Recovery…
The correct answer is A. Set the partition Type to Primary. D. Set the partition TypeID to de94bba4-06d1-4d40-al6a-bfd50179d6ac. rem == 1. Windows RE tools partition =============== create partition primary size=300 format quick fs=ntfs label="Windows RE tools" assign letter="T" set id="de94bba4-06d1-4d40-a16a-bfd50179d6ac" gpt attributes=0x8000000000000001 - The Unified Extensible Firmware Interface…
Question
Your company is introducing a new line of computers. All of the computers use Unified Extensible Firmware Interface (UEFI). You need to create a partition that includes the Windows Recovery Environment (Windows RE). Which two actions should you perform? (Each correct answer presents part of the solution. Choose two.)
Options
- ASet the partition Type to Primary.
- BSet the partition Type to EFI.
- CSet the partition TypeID to 0x27.
- DSet the partition TypeID to de94bba4-06d1-4d40-al6a-bfd50179d6ac
- ESet the partition Type to MSR.
- FSet the partition TypeID to 0x07.
How the community answered
(30 responses)- A73% (22)
- B7% (2)
- C3% (1)
- E13% (4)
- F3% (1)
Explanation
- rem == 1. Windows RE tools partition =============== create partition primary size=300 format quick fs=ntfs label="Windows RE tools" assign letter="T" set id="de94bba4-06d1-4d40-a16a-bfd50179d6ac" gpt attributes=0x8000000000000001 - The Unified Extensible Firmware Interface (UEFI) is a specification that defines a software interface between an operating system and platform firmware. UEFI is meant to replace the Basic Input/Output System (BIOS) firmware interface, present in all IBM PC-compatible personal computers. In practice, most UEFI images provide legacy support for BIOS services. UEFI can support remote diagnostics and repair of computers, even without another operating system.
Topics
Community Discussion
No community discussion yet for this question.