Lesson 2 - Chapter 1: Planning and OS Installation Flashcards
What is a clean installation?
Installing an OS onto an empty hard drive with no prior OS installed
What is an upgrade installation? What does it inherit? (2)
Installing an OS on top of an earlier installed version (inherits previous hardware/software settings and applications)
What are the 3 rules when it comes to upgrading Windows versions/editions?
- Can’t upgrade across platforms (32-bit to 64-bit)
- Can’t go backwards in version (Win 11 Pro to Win 10 Pro)
- Can’t go backward in edition (Win 10 Pro to Win 11 Home)
What are the 4 major steps you should make before upgrading/installing an OS version? [to help make the upgrade install smoothly, think of hardware support]
- Backup files and user preferences (all user files, applications, settings)
- Application and driver support (RAID controllers, Ethernet, WiFi adapters uninstall and replace w/ compatible versions)
- Backward Compatibility (incompatible software/drivers have to be uninstalled before upgrade)
- Hardware Compatibility (sufficient resources to run new OS version?)
What are the 6 installation method options?
- Clean install from physical media (disc or other, clean install)
- Upgrade from physical media (disc or other, upgrade install)
- Upgrade from Windows Update (option to upgrade)
- Reinstall from a recovery partition (Reset This PC option, resets OS)
- Image deployment (complete copy of bootable OS, copy image over from removable media or network)
- Remote Network Installation (uses network location as installation media, can use scripts to automate process)
What are unattended installations?
Special scripts that automatically select options to install OS or applications
What are 3 examples of an external storage device that can be used to hold the Windows Setup files?
- DVD
- USB Flash drive
- eSATA hard drive
(etc.)
What type of file does the Windows OS come in?
ISO
You just have to copy the ISO file to the storage media to make it a bootable drive. T or F?
False, copying the ISO file over will not make it bootable. You need to “burn” it to an external storage device to make it bootable.
How do you make a bootable external drive?
You can use Microsoft’s free Media Creation Tool utility
You might have to change the ___ ___ if you’re booting from a DVD. Why? (2)
- boot order
- to force it to boot from the optical drive instead of the internal hard drive
What is a multiboot installation (dual-boot)?
Configures the system with more than one OS to choose from
(each in its own partition or volume)
What do you do if you want to do a multiboot installation but only have a single drive with one partition?
Use Disk Management to shrink the partition, and create a new partition with the free space it made
What’s the recommended order when installing Windows versions in a multiboot installation? (2)
- Older to Newer
- Install Windows before any other OS (like Linux)
What bootloader does contemporary Linux systems use?
GRUB bootloader
(has excellent multiboot support)