Boot Options

Video Activity
Join over 3 million cybersecurity professionals advancing their career
Sign up with
Required fields are marked with an *
or

Already have an account? Sign In »

Time
21 hours 25 minutes
Difficulty
Intermediate
CEU/CPE
21
Video Transcription
00:00
>> Hello, Cybrarians.
00:00
Welcome back to the Linux plus course here at Cybrary.
00:00
I'm your instructor Rob Goelz.
00:00
In today's lesson, we're going
00:00
to be discussing boot options.
00:00
Upon completion in the lesson,
00:00
you will be able to discuss booting from ISOs,
00:00
you're going to understand different options
00:00
for accessing that ISO,
00:00
and also understand how systems can boot from NFS.
00:00
ISO image is an image that holds the contents of a disk.
00:00
Having that data in
00:00
a file format rather than a physical CD
00:00
or DVD is a much more effective method
00:00
of distributing data.
00:00
We may have files that are 9.9 gigs in size,
00:00
good luck trying to fit that on a CD or DVD.
00:00
But in the ISO format,
00:00
we can download that and use
00:00
that to perform operations on our system,
00:00
we can also access the file
00:00
remotely to install an operating system on a computer.
00:00
There are a few methods that we can use to do so.
00:00
Remote access to an ISO can be made via HTTP or FTP.
00:00
Using FTP allows data to be transferred bit by
00:00
bit and you can use the Secure Shell, SFTP,
00:00
to tunnel that across the Secure Shell,
00:00
SSH port 22,
00:00
or you can also use Hypertext Transfer Protocol.
00:00
You can use a web browser and that allows
00:00
connections over port 80 for accessing an ISO.
00:00
Now NFS boot is
00:00
another remote booting method that is
00:00
using network file systems, NFS server.
00:00
A computer will boot with a kernel image,
00:00
or it can get one from a TFTP server
00:00
like we saw with PXE boot,
00:00
and next the system will connect to that NFS server on
00:00
the network and access
00:00
that root file system that it needs to boot up.
00:00
But with that being said in today's lesson,
00:00
we covered booting from an ISO,
00:00
we covered a few different methods that you can
00:00
use for remotely accessing an ISO image,
00:00
and we learned a little bit about NFS server boot.
00:00
Thank you so much for being here and I look
00:00
forward to seeing you in the next lesson.
Up Next