All language subtitles for 9_The Boot Process

af Afrikaans
ak Akan
sq Albanian
am Amharic
ar Arabic Download
hy Armenian
az Azerbaijani
eu Basque
be Belarusian
bem Bemba
bn Bengali
bh Bihari
bs Bosnian
br Breton
bg Bulgarian
km Cambodian
ca Catalan
ceb Cebuano
chr Cherokee
ny Chichewa
zh-CN Chinese (Simplified)
zh-TW Chinese (Traditional)
co Corsican
hr Croatian
cs Czech
da Danish
nl Dutch
en English
eo Esperanto
et Estonian
ee Ewe
fo Faroese
tl Filipino
fi Finnish
fr French
fy Frisian
gaa Ga
gl Galician
ka Georgian
de German
el Greek
gn Guarani
gu Gujarati
ht Haitian Creole
ha Hausa
haw Hawaiian
iw Hebrew
hi Hindi
hmn Hmong
hu Hungarian
is Icelandic
ig Igbo
id Indonesian
ia Interlingua
ga Irish
it Italian
ja Japanese
jw Javanese
kn Kannada
kk Kazakh
rw Kinyarwanda
rn Kirundi
kg Kongo
ko Korean
kri Krio (Sierra Leone)
ku Kurdish
ckb Kurdish (Soranî)
ky Kyrgyz
lo Laothian
la Latin
lv Latvian
ln Lingala
lt Lithuanian
loz Lozi
lg Luganda
ach Luo
lb Luxembourgish
mk Macedonian
mg Malagasy
ms Malay
ml Malayalam
mt Maltese
mi Maori
mr Marathi
mfe Mauritian Creole
mo Moldavian
mn Mongolian
my Myanmar (Burmese)
sr-ME Montenegrin
ne Nepali
pcm Nigerian Pidgin
nso Northern Sotho
no Norwegian
nn Norwegian (Nynorsk)
oc Occitan
or Oriya
om Oromo
ps Pashto
fa Persian
pl Polish
pt-BR Portuguese (Brazil)
pt Portuguese (Portugal)
pa Punjabi
qu Quechua
ro Romanian
rm Romansh
nyn Runyakitara
ru Russian
sm Samoan
gd Scots Gaelic
sr Serbian
sh Serbo-Croatian
st Sesotho
tn Setswana
crs Seychellois Creole
sn Shona
sd Sindhi
si Sinhalese
sk Slovak
sl Slovenian
so Somali
es Spanish
es-419 Spanish (Latin American)
su Sundanese
sw Swahili
sv Swedish
tg Tajik
ta Tamil
tt Tatar
te Telugu
th Thai
ti Tigrinya
to Tonga
lua Tshiluba
tum Tumbuka
tr Turkish
tk Turkmen
tw Twi
ug Uighur
uk Ukrainian
ur Urdu
uz Uzbek
vi Vietnamese
cy Welsh
wo Wolof
xh Xhosa
yi Yiddish
yo Yoruba
zu Zulu
Would you like to inspect the original subtitles? These are the user uploaded subtitles that are being translated: 1 00:00:00,140 --> 00:00:02,670 In this lesson, we're going to learn 2 00:00:02,670 --> 00:00:05,055 how our operating system starts up. 3 00:00:05,055 --> 00:00:07,245 As an IT support specialist, 4 00:00:07,245 --> 00:00:08,490 you'll probably work on lots 5 00:00:08,490 --> 00:00:10,005 of computers that won't start. 6 00:00:10,005 --> 00:00:11,460 It's important to know the steps 7 00:00:11,460 --> 00:00:12,840 and operating system takes, 8 00:00:12,840 --> 00:00:15,480 so you can help diagnose the issue. 9 00:00:15,480 --> 00:00:19,020 Booting a computer or starting a computer comes from 10 00:00:19,020 --> 00:00:22,710 the phrase to pull oneself up by one's bootstraps. 11 00:00:22,710 --> 00:00:25,470 Basically, it means to start from nothing and follow 12 00:00:25,470 --> 00:00:26,970 a series of steps to 13 00:00:26,970 --> 00:00:29,385 arrive at a fully operational system. 14 00:00:29,385 --> 00:00:31,065 When we start up with computer, 15 00:00:31,065 --> 00:00:32,490 will use the term boot. 16 00:00:32,490 --> 00:00:34,095 For most operating systems, 17 00:00:34,095 --> 00:00:36,565 the boot process follows a general pattern, 18 00:00:36,565 --> 00:00:38,360 much like how we have different cars 19 00:00:38,360 --> 00:00:39,880 startup in the same way. 20 00:00:39,880 --> 00:00:42,740 Put in the key, turn on the ignition, etc. 21 00:00:42,740 --> 00:00:45,230 Here's a rundown of the boot process. 22 00:00:45,230 --> 00:00:47,420 First, the computer is powered on. 23 00:00:47,420 --> 00:00:50,540 The BIOS/UEFI is a low-level software that 24 00:00:50,540 --> 00:00:52,310 initializes our computer's hardware 25 00:00:52,310 --> 00:00:54,400 to make sure everything is good to go. 26 00:00:54,400 --> 00:00:57,500 Next, the bios UEFI runs a process called the 27 00:00:57,500 --> 00:01:00,680 power-on self-test, or post. 28 00:01:00,680 --> 00:01:03,710 The post performs a series of diagnostic tests to 29 00:01:03,710 --> 00:01:06,920 make sure that the computer is in proper working order. 30 00:01:06,920 --> 00:01:09,095 Next, depending on the bios or 31 00:01:09,095 --> 00:01:12,365 UEFI configuration of boot device will be selected. 32 00:01:12,365 --> 00:01:13,820 Devices that are attached to 33 00:01:13,820 --> 00:01:15,380 our system, like hard drives, 34 00:01:15,380 --> 00:01:17,000 USB drives, CD drives, 35 00:01:17,000 --> 00:01:20,285 etc, are configured in a certain boot order. 36 00:01:20,285 --> 00:01:22,700 The devices will be checked in this order and 37 00:01:22,700 --> 00:01:23,960 the computer will search for 38 00:01:23,960 --> 00:01:26,015 what's known as a bootloader. 39 00:01:26,015 --> 00:01:28,130 The bootloader is a small program 40 00:01:28,130 --> 00:01:29,995 that loads the operating system. 41 00:01:29,995 --> 00:01:31,550 Once our computer finds 42 00:01:31,550 --> 00:01:33,785 a bootloader on a device in the listed order, 43 00:01:33,785 --> 00:01:36,110 it will start to execute this program. 44 00:01:36,110 --> 00:01:37,625 This will then start to load 45 00:01:37,625 --> 00:01:39,770 a larger and more complex program 46 00:01:39,770 --> 00:01:42,035 and eventually loads our operating system. 47 00:01:42,035 --> 00:01:44,525 Once the bootloader loads up our operating system, 48 00:01:44,525 --> 00:01:45,860 our kernel gets loaded. 49 00:01:45,860 --> 00:01:49,180 The kernel controls access to our computer's resources. 50 00:01:49,180 --> 00:01:51,560 It also loads up drivers and more so 51 00:01:51,560 --> 00:01:53,980 that our hardware can talk to our software. 52 00:01:53,980 --> 00:01:56,060 Next, essential system 53 00:01:56,060 --> 00:01:58,850 processes and user space items are launched. 54 00:01:58,850 --> 00:02:01,475 These include processes like user login, 55 00:02:01,475 --> 00:02:03,110 spinning up a desktop environment, 56 00:02:03,110 --> 00:02:04,790 and more which basically 57 00:02:04,790 --> 00:02:06,865 allows us to interact with our system. 58 00:02:06,865 --> 00:02:09,845 And that's it. After these simple steps, 59 00:02:09,845 --> 00:02:12,120 you'll be able to get to work. 4435

Can't find what you're looking for?
Get subtitles in any language from opensubtitles.com, and translate them here.