mirror of
https://github.com/mayfrost/guides.git
synced 2024-10-31 23:16:06 +00:00
Update BOOTLOADER.md
This commit is contained in:
parent
f3ad64006d
commit
f05404f7ab
@ -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_".
|
||||
* "_<PARTITION_NUMBER_OF_DISTRO>_", "_<PARTITION_NUMBER_OF_FREEDOS>_" and "_<PARTITION_NUMBER_OF_WINDOWS>_" are just the numbers of partitions.
|
||||
* "_<PARTITION_NUMBER_OF_ROOT>_", "_<PARTITION_NUMBER_OF_FREEDOS>_" and "_<PARTITION_NUMBER_OF_WINDOWS>_" are just the numbers of partitions.
|
||||
* Specifically, "_<PARTITION_NUMBER_OF_ROOT>_" 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-<KERNEL_VERSION>_" and so on. The same with "_initramfs.img_", it can be "_initramfs-<KERNEL_VERSION>.img_" and such.
|
||||
* All bootloader examples have included other OS inside what is called "_stanzas_".
|
||||
* FreeDOS and Windows stanzas are __OPTIONAL__.
|
||||
|
Loading…
Reference in New Issue
Block a user