From cf50b2b3ef259d6f87ef4f067bfde3a07a55e1e0 Mon Sep 17 00:00:00 2001 From: prashant Date: Tue, 9 Apr 2019 14:14:47 +0530 Subject: [PATCH] 3. GRUB - missing link for reference (#29442) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit "Why it’s sda and hda ? refer here for more." - does not point to any link for reference, add a refer link or remove the statement instead. --- .../linux/how-linux-system-boots-up-6-step-description/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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).