From dccf0ca73d29c86097888efd026b8a20464dae5a Mon Sep 17 00:00:00 2001 From: mayfrost Date: Sat, 3 Mar 2018 07:39:53 +0000 Subject: [PATCH] Update BOOTLOADER.md --- BOOTLOADER.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/BOOTLOADER.md b/BOOTLOADER.md index 383f17f..c644b95 100644 --- a/BOOTLOADER.md +++ b/BOOTLOADER.md @@ -10,8 +10,14 @@ * On __CRUX__ do "_prt-get remove lilo_" if you dont use LILO. * On __Source Mage GNU/Linux__ do "_cast \_" to install the preferred bootloader. +Supported filesystems by bootloaders, they will boot if they /boot partition has a supported filesystem. If on UEFI ignore this as it only supports FAT.: +* __LILO__: indifferent (anything?) +* __SYSLINUX__: ext2, ext3, ext4, btrfs, ufs 1/2, FAT16, FAT32, iso9660, udf, NTFS. +* __GRUB Legacy__: FAT16, FAT32, minix, ext2, ext3, ext4, ReiserFS, JFS, XFS, VSTa fs, Btrfs. +* __GRUB 2__: ext2, ext3, ext4, btrfs, zfs, ufs, minix, iso9660, udf, jfs, hfs, hfs+, afs, affs, sfs, xfs, reiserfs, tar, cpio, NTFS, FAT16, FAT32. + ## LILO -* If on UEFI use __elilo__ and change names to "_/etc/elilo.conf_" instead of "_/etc/lilo.conf_" and "_elilo_" instead of "_lilo_" in commands +* If on UEFI use __elilo__ and change names to "_/etc/elilo.conf_" instead of "_/etc/lilo.conf_" and "_elilo_" instead of "_lilo_" in commands. `nano /etc/lilo.conf` * Inserting "_password=\_" inside an OS stanza will protect with a password that OS, but inserting "_password=\_" just before the stanzas and outside any of them will protect with a password the bootloader itself (notice the space inside stanzas) `boot = /dev/sda`