I have a HD which has 3 partitions, in the following order:
- NTFS
- FAT32
- FAT32 (very small)
I want to install GRUB into the MBR of the HD, and place the config files (menu.lst, etc.) into the 3rd partition.
I will use the --root-directory command-line parameter.
What happens if I change the partition layout after GRUB installation? Will GRUB be able to read those files, even if the partition they belong to becomes the 2nd or 4th one on the disk?