Re: 3TB disk hassles

From: Bodo Eggert
Date: Fri Feb 04 2005 - 22:34:06 EST


Neil Conway <nconway_kernel@xxxxxxxxxxx> wrote:

> I thought sure I had read somewhere that typical x86 PC BIOSes just
> didn't understand the GPT ptbl, and thus couldn't boot from a GPT'ed
> disk.

No common x86 BIOS can understand any partition table. Booting is done by
loading the first sector of the boot device and executing it. The common
MBR code will move it's code to a unused location, load the first sector
of the active partition and execute it. If you replace the MBR code with
the GPT MBR code, it should understand GPTs. If you replace it with lilo
or grub, one of these tools will run. If you replace it with a boot virus,
it will (usurally) install it's hooks and chain-load the original boot
sector, which in turn does it's work.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/