1.2 - OS Installations Flashcards

(30 cards)

1
Q

What are some common boot sources for an OS boot/install?

A
  • Universal Serial Bus (USB)
  • Network (PXE)
  • Solid-state (SSD)/flash drives
  • Internet-based
  • External/hot-swappable drive
  • Internal hard drive (partition)
  • Multiboot
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is it called when installing an OS using an internet connection?

A
  • Internet-based install.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

List some common examples of internet-based OS installs?

A
  • Some linux distros
  • MacOS Recovery
  • Windows Updates
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What can be used as a type of OS installation media that is also referred to as an External/Hot-swappable drive?

A

USB flash drive, SSD or HDD
This must be made into an ISO Image first.

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

Many OSs will have a recovery file for OS installation in case needed for repair. Where would this be kept?

A

Internal hard drive (partition)

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

When more than one OS is installed on a single hard drive but in different partitions, what is this called?

A

Multiboot

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

What are 2 main types of installation?

A
  • Clean install.
  • Upgrade. (In-place upgrade)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

List some common types of installation methods.

A
  • Image deployment
  • Remote network installation (PXE)
  • Zero-touch deployment
  • Recovery partition
  • Repair installation
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What needs to be considered when installing an OS?

A

Third-party drivers

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

Which concept means that an OS installation can be completely remote and therefore not require the technician to be physically with the machines that they’re working on?

A

Zero-touch Deployment

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

True or false a GPT partiton style can only be used with a UEFI BIOS?

A

True

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

How many partitions can you have with the GPT style?

A

128

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

What can style of partition can be used that has the capability of being a size of upto 9 billion TB?

A

GPT

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

What is the current maximum partition size in Windows when a GPT style partition is used?

A

256TB

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

What needs to be used to configure a GPT partition?

A

UEFI BIOS

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

Which partition style does not require extended partitions or logical drives?

17
Q

Name the partition style commonly used before we had GPT.

A

MBR (Master Boot Record)

18
Q

What is the maximum partition size for an MBR partition?

18
Q

How many partitions are the maximum possible per drive when an MBR partition style is used?

A

Four

Only one of the primary partitions can be marked as Active

19
Q

You’re limited with the amount of partitions that you can have when using the MBR style. What can be used to be able to use more partitions per drive?

A

An Extended partition
only one partition is available per device.

20
Q

Extended partitions also contain another type of partition. What is this?

A

An extended partition contains additional logical partitions. These are not bootable.

21
Q

What’s the difference between a full and a quick format?

A

A quick format deletes file system information, making the drive appear empty, but the data is still recoverable. A full format overwrites the entire drive with zeros, making data recovery much more difficult.

22
Q

Summarise a full format.

A
  • Writes zeros to the whole disk.
  • Data is unrecovervable
  • Checks the disk for bad sectors (time consuming)
23
Q

Before upgrading an OS what needs to be done?

A

A full backup of all files and user configuration.

24
When looking to do an OS upgrade what should you consider?
- **Driver Support / Backward compatibility** - **Hardware compatibility**
25
When looking at **EOL** what is another name for that?
Product Life Cycle
26
When performing a clean install you'll be starting totally from scratch. Therefore, what should you do with the existing drive(s)?
Backup
27
Before installing an OS what things will you need to consider?
- Min OS requirements - Hardware compatibility - Application and driver compatibility - Plan for some common installation questions
28
What are some common installation questions that you may encounter during an OS installation?
- Which drive or partition (the drive and config) - Licence keys
29
What do MS publish that details their policy for EOL considerations?
[Microsoft Lifecycle Policy](https://learn.microsoft.com/en-us/lifecycle/)