From f05404f7ab2e6d4cae05ddd410d12e0d1ddc87be Mon Sep 17 00:00:00 2001 From: mayfrost Date: Wed, 13 Jun 2018 07:46:38 +0000 Subject: [PATCH] Update BOOTLOADER.md --- BOOTLOADER.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/BOOTLOADER.md b/BOOTLOADER.md index 2ef2a76..d24672e 100644 --- a/BOOTLOADER.md +++ b/BOOTLOADER.md @@ -1,7 +1,8 @@ # BOOTLOADER * The drive where bootloaders and OSes are installed on these examples is "_/dev/sda_", but could be anywhere. * The bootloader installation __IS__ inside chroot AND with drives mounted, so this guide assumes you are inside "_/mnt/drive_". -* "__", "__" and "__" are just the numbers of partitions. +* "__", "__" and "__" are just the numbers of partitions. +* Specifically, "__" is the partition number of your root partition. * The "_vmlinuz_" file makes reference to the kernel image, you can rename it or simlink to it in all cases, the only rule is you have to make sure the name is referenced correctly in the bootloader. By default it can have names like "_vmlinuz-linux_", "_vmlinuz-_" and so on. The same with "_initramfs.img_", it can be "_initramfs-.img_" and such. * All bootloader examples have included other OS inside what is called "_stanzas_". * FreeDOS and Windows stanzas are __OPTIONAL__.