Linux installation and other Flashcards
(13 cards)
True or False | if you have a network adapter install on a server and it supports PXE you can not chose the network adapter card as the boot device during startup
False Becuase you CAN CHOSE IT
What is Preboot eXecution Environment (PXE)
The standard that allows computers to boot from installation media hosted on a network server
what is an ISO ?
A file that contains the content of a DVD. ISO images of Linux installation media can be downloaded from the Internet.
What is the first step to perform a bare metal Linux installation from DVD or USB?
Turn on the computer after inserting the Linux DVD or USB flash drive.
How does the computer typically begin the Linux installation process from removable media?
Most computers automatically search for a startup program on the removable media after being turned on.
What happens when a startup program is found on the Linux DVD or USB?
The computer uses the startup program to begin the Linux installation.
How can you manually select the boot device during a Linux installation?
By pressing a special key, such as F12, during the startup sequence to access the boot menu.
Why might someone need to manually select the boot device during Linux installation?
If the computer does not automatically boot from the DVD or USB drive.
What is a live media ISO image in Linux?
It’s a bootable ISO image that loads a fully functional graphical Linux OS into RAM without installing it.
How do you use a live media ISO image?
Write it to a blank DVD or USB flash drive and boot your computer from it.
Q: What is the main purpose of using live media in Linux?
A: To test the operating system and ensure hardware compatibility before installing it permanently.
Q: Where is the live Linux OS loaded when booted from live media?
A: Into the system’s RAM.
Q: How can you install Linux from a live media session?
By clicking the installation icon on the desktop after verifying everything works correctly.