On 01/28/2017 05:24 PM, Alan Grimes wrote: > Neil Bothwick wrote: >> On Sat, 28 Jan 2017 12:11:28 -0500, Alan Grimes wrote: >> >> It appears to be a 2-stage boot process: >> >> BIOS boot -> Binary of GRUB bootstrap loader. >> You don't have a BIOS with a UEFI system. > > We were discussing BIOS boot on a MFT partition scheme, which is what > I'm using right now.
There's no such thing as a MFT partition scheme. There's BIOS and GPT, that's it (well, in this context.) MFT is used by ntfs (a filesystem, not a partition layout) to store metadata on files and directories on an ntfs partition. They're very different things. Dan