diff --git a/guide/english/linux/how-linux-system-boots-up-6-step-description/index.md b/guide/english/linux/how-linux-system-boots-up-6-step-description/index.md index 4d51d443c32..c59d40f204c 100644 --- a/guide/english/linux/how-linux-system-boots-up-6-step-description/index.md +++ b/guide/english/linux/how-linux-system-boots-up-6-step-description/index.md @@ -36,7 +36,7 @@ Operating system is defined as the low-level software that supports a computer -- It is located in the 1st sector of the bootable disk. Typically /dev/hda, or /dev/sda. Why it’s sda and hda ? refer here for more. +- It is located in the 1st sector of the bootable disk. Typically /dev/hda, or /dev/sda. - If you have multiple kernel images installed on your system, you can choose which one to be executed, by default only the major one boots up . - GRUB displays a splash screen, waits for few seconds, if you don’t enter anything, it loads the default kernel image as specified in the grub configuration file. - GRUB has the knowledge of the filesystem (the older Linux loader LILO didn’t understand filesystem).