Os Installation Flashcards

(20 cards)

1
Q

What is PXE standard (Preboot eXecution Environment)?

A

Standard sieciowy umożliwiający bootowanie komputera przez sieć zamiast z dysku

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

USB Boot requirements

A

The USB drive must be bootable and the computer BIOS/UEFI must support booting from USB.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Netboot / Internet-based installation

A

A method used by macOS Recovery or Linux distros to install an OS directly from the web.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

ISO Image on External Drive

A

An optical drive image that can be mounted on some external drives to boot like a physical disk.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Multiboot

A

A configuration that allows a user to choose from two or more operating systems during startup via a boot menu.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Clean Install

A

An installation method that wipes the storage drive completely before installing the OS.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

In-place Upgrade

A

An installation that updates the OS while maintaining existing applications and user data.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Image Deployment

A

Deploying a pre-configured clone (image) of an OS to multiple computers simultaneously.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Recovery Partition

A

A hidden partition on the hard drive containing the original installation files for system restoration.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Repair Installation

A

A process that fixes Windows OS problems without modifying or deleting user files.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Zero-touch Deployment

A

A fully automated installation process that requires no user intervention and includes company-specific configs.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Partition vs. Volume

A

A partition is a logical division of a physical drive; a formatted partition is called a volume in Microsoft terms.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

GPT Partition Style (GUID Partition Table)

A

The modern partitioning standard requiring UEFI BIOS; supports up to 128 partitions and huge sizes.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

GPT Maximum Partition Size

A

Over 9 billion TB (though Windows currently limits it to 256 TB).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

MBR (Master Boot Record) limitations

A

Maximum partition size of 2 TB and a limit of four primary partitions.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

MBR Primary Partition

A

A bootable partition; MBR disks can have up to four of these.

17
Q

MBR Extended Partition

A

An optional partition type used to exceed the 4-partition limit by containing multiple logical drives.

18
Q

Quick Format

A

A formatting method that creates a new file table without checking for bad sectors or erasing data.

19
Q

Full Format

A

A formatting process that writes zeros to the entire disk and checks for bad sectors; data is unrecoverable.

20
Q

diskpart

A

The Windows command-line utility used to perform a Full Format or advanced disk management.