trynd / wren

Linux boot platform that provides a portable, multi-system, run-in-memory Linux environment.
GNU General Public License v3.0
0 stars 1 forks source link

HOWTO: Correct MBR + UEFI comparison as MBR/BIOS + GPT/UEFI #4

Closed codewithmichael closed 9 years ago

codewithmichael commented 9 years ago

The HOWTO (and the wiki Installation Guide) somewhat incorrectly compare MBR and UEFI. While they are (correctly) separate, MBR deals with the storage of partition information while UEFI is responsible for handling machine startup. MBR storage is used by the (legacy) BIOS. GPT is the partition storage system used by the newer UEFI.

To keep things similarly short, I changed the HOWTO to read "The 32-bit version has better system compatibility and partitions/boots using MBR/BIOS instead of GPT/UEFI."

codewithmichael commented 9 years ago

I went ahead and corrected the Installation Guide in the wiki.