Ok, I'm getting the parts together to build a new Linux box. One of those parts is my secondary HDD, where my Linux partition lives. I used GRUB as the bootloader in the MBR and everything worked ...
One of the last things the Linux kernel does during system boot is mount the root filesystem. The Linux kernel dictates no filesystem structure, but user space applications expect to find files with ...
Linux distros handle most GRUB installations automatically. GRUB is easy to configure when necessary. Excellent documentation, both from the GRUB project and various Linux distribution projects, ...